Skip to content

Latest commit

 

History

History
82 lines (38 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

82 lines (38 loc) · 3.83 KB

2.2.6 (2024-07-10)

Bug Fixes

  • AppFooter: add missing discord icon (32f8e7c)
  • router: add workaround for dynamic import error (fa4d655)
  • sass: avoid deprecation warning by pinning version (6d5cd73)

2.2.5 (2024-06-30)

Bug Fixes

  • tsconfig: only apply layout types in essentials preset (96079b0)
  • tsconfig: only apply router types in base preset (b803f19)

2.2.4 (2024-06-07)

2.2.3 (2024-04-24)

Bug Fixes

  • prompts: make install dependencies default (5fcdb16)
  • templates: update language for HelloWorld in default install (91e3ff9)

2.2.2 (2024-04-16)

Bug Fixes

  • prompts: remove unused functionality (2fa2d24)

2.2.1 (2024-03-20)

Bug Fixes

  • javascript: update target vue/vuetify versions (d68cd3c)
  • vue-router when using base preset (#47) (edf8d10)

2.2.0 (2024-03-11)

Bug Fixes

  • javascript: swap router files (3959c62)

Features

  • HelloWorld: update design and add footer (08a2e1d)

2.1.2 (2024-03-10)

Bug Fixes

  • js/ts: upgrade all packages, fix types across all package managers (7bb5d6d), closes #42
  • vite.config: correct autoimport name space (6dada34)

2.1.1 (2024-02-29)

Bug Fixes

  • default: don't suppress warning in dev script (105c901)

2.1.0 (2024-01-29)

Bug Fixes

  • package scripts: adjust how JSON import warning is suppressed (2e62807)

Features

  • essentials: add auto import plugin (0a710a5)