Releases: nuxt/create-nuxt-app
Releases · nuxt/create-nuxt-app
v3.0.0
BREAKING CHANGE
- minimum required Node.js version is 10.20.0 (33fbf49)
Features
- templates: deprecate server templates (#501) (c60f39e)
- template: remove dotenv module (#544) (ba93891)
- add content module (#540) (9aba2f6)
- add WebdriverIO as test framework option (#528) (9a1497f)
- deps: update eslint to v7 (916f288)
- lint: add stylelint-config-standard and separate lint scripts (#493) (8034d68)
- server: upgrade fastify to v2 (952230b)
- template: remove author and description from prompt (#466) (1d7d0c4)
Bug Fixes
- ava: expect vm truthy as vue instance assertion (46594db)
- jest: downgrate vue-jest to v3 (8a75b51)
- prettier: add stylelint-config-prettier (50aa285)
- lint: disable eslint nuxt.config.js extend line (#491) (a7d3142)
- update prompts to add static in universal (#462) (71d84b1)
- ava: e2e test hangs until timeout (8393524)
- lint-staged: run eslint only for staged files (9133954)
- vuetify footer fixed attribute toggling (dae1734)
v2.15.0
v2.14.0
Features
- ava: add support for ava v3 (#414) (0e14a6f)
- add semantic pull request support (#405) (35728ee)
- add stylelint to lint-staged (33051e4)
- add Vuesax framework ui (#424) (952dc47)
- eslint: upgrade @nuxtjs/eslint-config to v2 (85b368b)
Bug Fixes
- template: Stylelint config (#387) (28abd48)
- nuxt.ready is not called in dev mode (441bb5b)
- stylelint config rules is object (6a6415e)
- templates: Vuetify copyright year (#415) (1f6d68f)
Packages
v2.12.0
v2.11.0
v2.10.1
v2.10.0
v2.9.2
v2.9.1
v2.9.0
Features
- add --verbose cli flag (0d964e2)
- add alias for --edge and --info (7d0522d)
- add UI framework Framevuerk (#291) (db8441e)
- lint git staged files (#269) (1760f6a)
- replace tailwind with @nuxtjs/tailwindcss (#254) (5d0c6ff)
- upgrade Ava (#284) (54c29ff)
- upgrade vuetify to 2.x (#297) (f735b63)
- included a dedicated option to show up envinfo (#272) (d2917a9)
- cli: use cac for cli (#264) (b80fa2d)