Skip to content

Releases: nuxt/create-nuxt-app

v3.0.0

18 Jun 21:43
Compare
Choose a tag to compare

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

17 Mar 15:01
Compare
Choose a tag to compare

Features

  • Add typescript support using typescript-build (#328) (e4b9cd8)

Bug Fixes

  • ava: no tests found in test/ava.setup.js (#426) (c1afad4)

v2.14.0

09 Feb 21:20
Compare
Choose a tag to compare

Features

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

  • upgrade lint-staged packages (e10fe52)
  • upgrade prettier packages (79075b0)

v2.12.0

24 Nov 19:31
Compare
Choose a tag to compare

Features

Fixes

  • only ignore root logs directory (#358)

v2.11.0

30 Sep 14:31
Compare
Choose a tag to compare

v2.10.1

31 Aug 18:02
Compare
Choose a tag to compare

Bug Fixes

  • use framevuerk-nuxt.min.css in framevuerk (1b5713b)

v2.10.0

21 Aug 18:48
Compare
Choose a tag to compare

Features

  • add alias (@/~) support in ava tests (#304) (499e852)
  • add jsconfig.json file for VS Code users (#277) (3fee8e1)

Bug Fixes

  • comment vuetify/variables.scss with doc link (#318) (e4f1d64)
  • rename devModules to buildModules (9d9c962)

v2.9.2

05 Aug 12:29
Compare
Choose a tag to compare

Bug Fixes

  • lint-staged should only check staged files (b516d23)
  • updgrade @nuxtjs/pwa to v3 (#216) (de66e4e)

v2.9.1

04 Aug 21:05
Compare
Choose a tag to compare

Dependencies

Bug Fixes

v2.9.0

26 Jul 20:06
Compare
Choose a tag to compare

Features

Bug Fixes