Skip to content

v5.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@sodatea sodatea released this 15 Sep 11:26
· 163 commits to dev since this release
8b53487

For a complete guide on migrating from v4 to v5, see https://next.cli.vuejs.org/migrations/migrate-from-v4.html

Upcoming breaking changes in the next beta:

  • As WebDriverIO's sync API has been deprecated and doesn't work in Node.js v16, we are going to remove @wdio/sync from the dependencies of @vue/cli-plugin-e2e-webdriverio. Please be prepared and migrate to the async API, or install the @wdio/sync package in the projects by yourselves.

💥 Breaking Changes

  • @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest
  • @vue/cli-plugin-eslint, @vue/cli-service, @vue/cli-test-utils
  • @vue/cli-plugin-e2e-cypress
    • #6662 feat!: update cypress to 8.3 and require it to be a peer dependency (@sodatea)

🚀 New Features

  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint
    • #6663 feat: generate projects with transpileDependencies: true by default (@sodatea)
  • @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest
  • @vue/cli-plugin-eslint, @vue/cli-service, @vue/cli-test-utils
  • @vue/cli-plugin-e2e-cypress
    • #6662 feat!: update cypress to 8.3 and require it to be a peer dependency (@sodatea)

🐛 Bug Fix

  • @vue/cli-service
    • #6665 fix: avoid copy-webpack plugin errors in module mode (@sodatea)
    • #6645 fix(cli-service): wrong property name (typo) (@Vinsea)

📝 Documentation

  • #6653 docs: recommend SFC playground and StackBlitz for instant prototyping (@sodatea)

🏠 Internal

  • @vue/cli-plugin-pwa, @vue/cli-service
  • @vue/cli-ui

Committers: 4