Skip to content

Latest commit

 

History

History
293 lines (141 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

293 lines (141 loc) · 19.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2022-10-02)

Bug Fixes

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

chore

  • drop support for Node.js 12 (9f8b21c)

Features

BREAKING CHANGES

  • minimum Node.js version is 14

4.0.0 (2021-12-12)

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)

chore

Features

BREAKING CHANGES

  • minimum node version is 12

3.7.1 (2021-06-29)

Bug Fixes

  • eslint: no babel config file detected (#806) (4ce06e6)

3.7.0 (2021-06-27)

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)

Features

Performance Improvements

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

3.6.0 (2021-03-19)

Bug Fixes

Features

3.5.2 (2021-01-28)

Note: Version bump only for package create-nuxt-app

3.5.1 (2021-01-28)

Bug Fixes

3.5.0 (2021-01-17)

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)

3.4.0 (2020-10-06)

Bug Fixes

  • vuetify: updated layout to be on par with vuetify 2.x (#619) (4ceb4c1)

Features

3.3.0 (2020-09-17)

Bug Fixes

Features

3.2.0 (2020-07-27)

Bug Fixes

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

Features

3.1.0 (2020-06-22)

Features

3.0.0 (2020-06-18)

Bug Fixes

  • ava: expect vm truthy as vue instance assertion (46594db)
  • jest: downgrate vue-jest to v3 (8a75b51)
  • prettier: add stylelint-config-prettier (50aa285)

Features

2.16.0 (2020-05-18)

Bug Fixes

  • update snapshots (b5fd723)
  • lint: disable eslint nuxt.config.js extend line (#491) (a7d3142)
  • update prompts to add static in universal (#462) (71d84b1)
  • update snapshots (2b26088)
  • ava: e2e test hangs until timeout (8393524)
  • lint-staged: run eslint only for staged files (9133954)
  • vuetify footer fixed attribute toggling (dae1734)

Features

  • 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)
  • templates: deprecate server templates (#501) (c60f39e)
  • migrate to monorepo (#458) (64991bb)
  • minimum required nodejs version is 10.20.0 (33fbf49)
  • template: support package.json and handler (#467) (ff37dc8)