Skip to content

Releases: TobitSoftware/create-chayns-app

v1.2.2

08 Feb 11:56
Compare
Choose a tag to compare

✨ Added

  • Added selection for react version (18 or 19)
  • Added option to install vitest, including basic config
  • Generating up-to-date package.json with current versions for each dependency
  • Added -T parameter to include and setup internal packages
    • Will be silently ignored without access to internal npm repository

🐛 Fixed

  • Added toolkit.config.js to v4 template (since this is required with chayns-toolkit@3)

Miscellaneous

  • Enabled resolveJsonModule in tsconfig.json by default
  • Updated environment variables in template
  • Converted code to ESM
  • Updated redux and module-federation templates

v1.1.5

19 May 15:00
Compare
Choose a tag to compare

Changed

  • ⬆️ Upgrade template dependencies

v1.1.4

13 Apr 12:19
Compare
Choose a tag to compare

Changed

  • ⬆️ Upgrade chayns-toolkit version to 1.6.2

v1.1.3

12 Apr 08:32
Compare
Choose a tag to compare

Changed

  • ⬆️ Upgrade dependencies of templates

v1.1.2

04 Jan 14:02
Compare
Choose a tag to compare

🐛 Fixed

  • Fix issue with npm ignoring the src/ directory of templates

v1.1.1

04 Jan 13:52
Compare
Choose a tag to compare

Miscellaneous

  • Upgrade dependencies

v1.1.0

04 Jan 13:12
Compare
Choose a tag to compare

✨ Added

  • Insert project name into HTML <title>-tag instead of placeholder text (#2)