Releases: nuxt/create-nuxt-app
Releases · nuxt/create-nuxt-app
v5.0.0
v4.0.0
Bug Fixes
- ava: revert require-extension-hooks-vue for fixing peer dep error on vue-template-compiler (4b6247d)
- axios: avoid hard-coded base URL localhost:3000, fixes #641 (#830) (93297e5)
- deps: add nuxt required deps to root for avoiding hosting issue (ca5e6b4)
- husky: revert stdin tty workaround of #766 for npm (#825) (1520453)
- nightwatch: use correct css selector (f19bc15)
- primevue: fix primevue nuxt module name (c12c1ee)
- stylelint: unknown word on scss file (9461143)
- vuetify: update @nuxtjs/vuetify for using sass-loader v10 (c897e1a)
- windicss: upgrade templates for v2 (#876)
- deps: update dependencies to the latest version
Features
- add lintfix and prettier scripts (#829) (f3e61cd), closes #827
- add primevue ui framework (#859) (0fa8a67)
- cli: add user-friendly exit for unknown options (#854) (b734105)
- frameworks: remove framevuerk (#904) (c54809d)
BREAKING CHANGES
- minimum node version is 12
v3.7.0
Features
- create-nuxt-app: add --overwrite-dir flag (#799) (e45bdbb)
- update design (#792) (b7d2db9)
- template: update to husky v6 (#715) (5ee3feb)
Bug Fixes
- cli: rephrase not empty directory error message (#778) (8186168)
- cna-template: use npx to invoke locally installed binaries (#774) (a9844ee)
- husky: stdin is not a tty in git bash (#766) (807546d)
- jest: jest 27 changed the default test environment to node (8c27b44)
- template: nodemismatch error in ios safari (#770) (41463d1)
- template: update vant template demo (#776) (de45005)
- templates: remove not being maintained vuesax (#795) (e7211b3)
- templates: remove not recommended eslint-plugin-prettier (#797) (5d8c498)
- templates: use PascalCase component names in single-file components (ed17e67)
- add vuetify to dependencies (#787) (3610d12)
Performance Improvements
v3.6.0
v3.5.2
v3.5.0
Bug Fixes
- link: add eslint-plugin-vue to devDependency (7cef146)
- lint: use double quotes for glob syntax (#684) (2e1aff8)
- template: htmlAttrs typo (af72313)
- types: add nuxt content support for typescript (#688) (ecbc960)
- e2e tests are configured with project's nuxt.config (#670) (be14839)
Features
- add BalmUI to UI framework (#636) (d57c992)
- pwa: add default language to nuxt.config (#653) (31dd1a3)
- add Nightwatch.js as test framework option (#572) (75985e4)
- add Oruga as UI framework option (#635) (b6facaf)
- add route page and content fetch (#632) (d045b20)
- don't install @nuxtjs/eslint-config and @nuxtjs/eslint-config-typescript together (#633) (60795d1)