npm @vue/cli-plugin-babel 4.5.1

latest releases: 5.0.8, 5.0.7, 4.5.19...
3 years ago

Highlights

This version comes with a new core plugin for E2E testing - @vue/cli-plugin-e2e-webdriverio, thanks to the maintainer of WebdriverIO @christian-bromann.

Users will see WebDriverIO listed as an option for E2E test when creating a new project with vue create.

Or, in other existing projects, you can run vue add @vue/e2e-webdriverio@next to try it out.


🚀 New Features

  • @vue/cli-plugin-e2e-webdriverio, @vue/cli-shared-utils, @vue/cli
  • @vue/cli-service
    • #5725 feat: implement a migrator that removes vue-cli-plugin-next as it's no longer needed (@sodatea)

🐛 Bug Fix

  • @vue/cli-plugin-typescript
    • #5731 fix: fix skipLibCheck default value for vue create (@sodatea)
    • #5722 fix: use fork-ts-checker-webpack-plugin v5 for vue 3 type checking (@sodatea)
  • @vue/cli
    • #5744 fix: ignore .svn/** when reading and writing files (@sodatea)
    • #5736 fix(e2e): shouldn't install webdrivers for unchecked browsers on creation (@sodatea)
  • @vue/cli-service
    • #5718 fix: make vue-loader-v16 an optional dependency, avoid crashing npm 5 (@sodatea)

🏠 Internal

🔨 Underlying Tools

  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-e2e-webdriverio, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-service, @vue/cli-test-utils

Committers: 6

Don't miss a new cli-plugin-babel release

NewReleases is sending notifications on new releases.