@vue/cli-plugin-vuex
Advanced tools
Changelog
4.0.0 (2019-10-16)
@vue/cli-plugin-babel
Changelog
4.0.0-rc.8 (2019-10-11)
@vue/cli
@vue/babel-preset-app
, @vue/cli-plugin-unit-jest
, @vue/cli-plugin-unit-mocha
@vue/cli-plugin-pwa
@vue/cli-service
@vue/cli-service
Changelog
4.0.0-rc.5 (2019-09-30)
@vue/cli
@vue/cli-plugin-babel
@vue/cli-service
@vue/cli-plugin-e2e-nightwatch
Changelog
4.0.0-rc.4 (2019-09-25)
Start from the version, the unit-jest
plugin comes with 4 configuration presets:
@vue/cli-plugin-unit-jest
The default preset for the most common type of projects@vue/cli-plugin-unit-jest/presets/no-babel
If you don't have @vue/cli-plugin-babel
installed and don't want to see babel files in the project@vue/cli-plugin-unit-jest/presets/typescript
The preset with TypeScript support (but no TSX support)@vue/cli-plugin-unit-jest/presets/typescript-and-babel
The preset with TypeScript (and TSX) and babel support.If you haven't changed the default Jest configurations (lies in either jest.config.js
or the jest
field in package.json
) ever since project creation, you can now replace the massive configuration object with one single field:
module.exports = {
// Replace the following preset name with the one you want to use from the above list
preset: '@vue/cli-plugin-unit-jest'
}
A reminder: The default test environment in the new presets is jsdom@15, which differs from the default one in Jest 24 (jsdom@11). This is to be aligned with the upcoming Jest 25 updates. Most users won't be affected by this change. For a detailed changelog with regard to jsdom, see https://github.com/jsdom/jsdom/blob/master/Changelog.md
@vue/cli-plugin-unit-jest
@vue/cli-plugin-e2e-nightwatch
, @vue/cli-shared-utils
, @vue/cli
@vue/cli-plugin-unit-jest
Changelog
4.0.0-rc.3 (2019-09-09)
@vue/cli-service
, @vue/cli-shared-utils
@vue/cli-plugin-e2e-nightwatch
Changelog
4.0.0-rc.2 (2019-09-08)
@vue/cli-plugin-eslint
, @vue/cli
@vue/cli-plugin-e2e-nightwatch
@vue/cli-service
@vue/cli
@vue/cli