Create Nuxt App Versions Save

Create Nuxt.js App in seconds.

v5.0.0

1 year ago

BREAKING CHANGES

  • minimum Node.js version is 14

Bug Fixes

  • ava: vue-template-compiler version conflict on require-extension-hooks-vue (6757cb8)
  • deps: cannot find module issue (#918) (#919) (d816416)

Features

Dependencies

  • chore(deps): update ava to v4 (#940)
  • chore(deps): update @nuxtjs/eslint-config to v11 (#973)
  • chore(deps): update jest packages to v29 (#982)
  • chore(deps): update devdependency husky to v8 (#996)
  • chore(deps): update devdependency lint-staged to v13 (#997)

v4.0.0

2 years ago

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

BREAKING CHANGES

  • minimum node version is 12

v3.7.0

2 years ago

Features

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

  • use npm ci instead of npm i in GH Action Workflow (#762) (8c9b77d)

v3.6.0

3 years ago

Features

Bug Fixes

v3.5.2

3 years ago

Bug Fixes

v3.5.0

3 years ago

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)

v3.4.0

3 years ago

Bug Fixes

  • vuetify: updated layout to be on par with vuetify 2.x (#619) (4ceb4c1)
  • content fix typo for content config link (979b9c2)

Features

v3.3.0

3 years ago

Features

Bug Fixes

v3.2.0

3 years ago

Features

Bug Fixes

  • template: fix package.json dev script for typescript (#568) (1f64e5a)
  • vuetify: v-content is deprecated (f547654)
  • show up an appropriate warning if the target path exists and is non-empty (#570) (21d6729)

v3.1.0

3 years ago

Features

  • Ready for Nuxt 2.13 (#529), closes #509 #513 #544 #547 #540 #541