mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-01 11:59:10 -06:00
v3.6.0
This commit is contained in:
47
CHANGELOG.md
47
CHANGELOG.md
@@ -1,3 +1,50 @@
|
||||
|
||||
## Unreleased (2019-04-13)
|
||||
|
||||
#### :rocket: New Feature
|
||||
* `@vue/cli-ui`
|
||||
* [#3688](https://github.com/vuejs/vue-cli/pull/3688) feat(ui): add copyContent to clipboard button on terminal component ([@pikax](https://github.com/pikax))
|
||||
* `@vue/cli-service`
|
||||
* [#3703](https://github.com/vuejs/vue-cli/pull/3703) feat(cli-service): add --filename option to specify the output file name ([@NickeyLin](https://github.com/NickeyLin))
|
||||
* [#3760](https://github.com/vuejs/vue-cli/pull/3760) feat: bundle currentScript polyfill by default if library needs IE support ([@sodatea](https://github.com/sodatea))
|
||||
* [#3595](https://github.com/vuejs/vue-cli/pull/3595) feat: support multi-main entry in pages config ([@sodatea](https://github.com/sodatea))
|
||||
* [#3663](https://github.com/vuejs/vue-cli/pull/3663) feat: support pug as html template ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli`
|
||||
* [#3568](https://github.com/vuejs/vue-cli/pull/3568) feat(cli): Added makeJSOnlyValue to generator API. Provides convenien… ([@steveworkman](https://github.com/steveworkman))
|
||||
* [#3643](https://github.com/vuejs/vue-cli/pull/3643) feat: do not write undefined fields to config files ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli`
|
||||
* [#1531](https://github.com/vuejs/vue-cli/pull/1531) feat: support PNPM as a package manager ([@robertkruis](https://github.com/robertkruis))
|
||||
* `@vue/cli-plugin-eslint`, `@vue/cli-service`
|
||||
* [#3572](https://github.com/vuejs/vue-cli/pull/3572) Add 3rd option to `lintOnSave` to support 'default' behaviour (Closes [#3552](https://github.com/vuejs/vue-cli/issues/3552)) ([@LinusBorg](https://github.com/LinusBorg))
|
||||
* `@vue/cli-plugin-unit-jest`
|
||||
* [#3589](https://github.com/vuejs/vue-cli/pull/3589) feat: add jest typeahead plugin ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :bug: Bug Fix
|
||||
* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli`
|
||||
* [#3790](https://github.com/vuejs/vue-cli/pull/3790) fix pnpm compatibility issues during scaffolding ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :house: Internal
|
||||
* `@vue/cli-service`
|
||||
* [#2405](https://github.com/vuejs/vue-cli/pull/2405) refactor: remove unused `placeAtRootIfRelative` parameter ([@dailyvuejs](https://github.com/dailyvuejs))
|
||||
* [#3707](https://github.com/vuejs/vue-cli/pull/3707) chore: more accurate vim swap file ignore ([@Newbrict](https://github.com/Newbrict))
|
||||
* [#3709](https://github.com/vuejs/vue-cli/pull/3709) chore: use high resolution version of favicon.ico ([@phanan](https://github.com/phanan))
|
||||
* [#3628](https://github.com/vuejs/vue-cli/pull/3628) feat: make `fibers` opt-in for dart sass ([@sodatea](https://github.com/sodatea))
|
||||
* Other
|
||||
* [#3650](https://github.com/vuejs/vue-cli/pull/3650) workflow: use lerna-changelog ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### Committers: 10
|
||||
- Carlos Rodrigues ([@pikax](https://github.com/pikax))
|
||||
- Dimitar Dimitrov ([@Newbrict](https://github.com/Newbrict))
|
||||
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
|
||||
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
|
||||
- Nick ([@NickeyLin](https://github.com/NickeyLin))
|
||||
- Phan An ([@phanan](https://github.com/phanan))
|
||||
- Steve Workman ([@steveworkman](https://github.com/steveworkman))
|
||||
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
|
||||
- [@dailyvuejs](https://github.com/dailyvuejs)
|
||||
- [@robertkruis](https://github.com/robertkruis)
|
||||
|
||||
|
||||
# [3.5.5](https://github.com/vuejs/vue-cli/compare/v3.5.4...v3.5.5) (2019-04-01)
|
||||
|
||||
## babel-preset-app
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": false,
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"packages": [
|
||||
"packages/@vue/babel-preset-app",
|
||||
"packages/@vue/cli*"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/babel-preset-app",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"description": "babel-preset-app for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-init",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "init addon for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-overlay",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "error overlay & dev server middleware for vue-cli",
|
||||
"main": "dist/client.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-babel",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"description": "babel plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -21,8 +21,8 @@
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@vue/babel-preset-app": "^3.5.5",
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/babel-preset-app": "^3.6.0",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"webpack": ">=4 < 4.29"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-e2e-cypress",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "e2e-cypress plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"cypress": "^3.2.0",
|
||||
"eslint-plugin-cypress": "^2.2.1"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-e2e-nightwatch",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "e2e-nightwatch plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"chromedriver": "^2.46.0",
|
||||
"deepmerge": "^3.2.0",
|
||||
"execa": "^1.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-eslint",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "eslint plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"eslint-loader": "^2.1.2",
|
||||
"globby": "^9.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-pwa",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "pwa plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"webpack": ">=4 < 4.29",
|
||||
"workbox-webpack-plugin": "^3.6.3"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-typescript",
|
||||
"version": "3.5.3",
|
||||
"version": "3.6.0",
|
||||
"description": "typescript plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/webpack-env": "^1.13.9",
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"fork-ts-checker-webpack-plugin": "^0.5.2",
|
||||
"globby": "^9.2.0",
|
||||
"ts-loader": "^5.3.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-unit-jest",
|
||||
"version": "3.5.3",
|
||||
"version": "3.6.0",
|
||||
"description": "unit-jest plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"babel-jest": "^23.6.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
"jest": "^23.6.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-plugin-unit-mocha",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "mocha unit testing plugin for vue-cli",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"jsdom": "^13.2.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"mocha": "^5.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-service-global",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"description": "vue-cli-service global addon for vue-cli",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme",
|
||||
"dependencies": {
|
||||
"@vue/babel-preset-app": "^3.5.5",
|
||||
"@vue/cli-plugin-babel": "^3.5.5",
|
||||
"@vue/cli-plugin-eslint": "^3.5.1",
|
||||
"@vue/cli-service": "^3.5.3",
|
||||
"@vue/babel-preset-app": "^3.6.0",
|
||||
"@vue/cli-plugin-babel": "^3.6.0",
|
||||
"@vue/cli-plugin-eslint": "^3.6.0",
|
||||
"@vue/cli-service": "^3.6.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"chalk": "^2.4.2",
|
||||
"eslint": "^4.19.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-service",
|
||||
"version": "3.5.3",
|
||||
"version": "3.6.0",
|
||||
"description": "local service for vue-cli projects",
|
||||
"main": "lib/Service.js",
|
||||
"typings": "types/index.d.ts",
|
||||
@@ -25,8 +25,8 @@
|
||||
"dependencies": {
|
||||
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
|
||||
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
|
||||
"@vue/cli-overlay": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-overlay": "^3.6.0",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"@vue/component-compiler-utils": "^2.6.0",
|
||||
"@vue/preload-webpack-plugin": "^1.1.0",
|
||||
"@vue/web-component-wrapper": "^1.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-shared-utils",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "shared utilities for vue-cli packages",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-test-utils",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "test utilities for vue-cli packages",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui-addon-webpack",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.5.5",
|
||||
"@vue/cli-plugin-eslint": "^3.5.1",
|
||||
"@vue/cli-service": "^3.5.3",
|
||||
"@vue/cli-plugin-babel": "^3.6.0",
|
||||
"@vue/cli-plugin-eslint": "^3.6.0",
|
||||
"@vue/cli-service": "^3.6.0",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"eslint": "^5.16.0",
|
||||
"stylus": "^0.54.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui-addon-widgets",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.5.5",
|
||||
"@vue/cli-plugin-eslint": "^3.5.1",
|
||||
"@vue/cli-service": "^3.5.3",
|
||||
"@vue/cli-plugin-babel": "^3.6.0",
|
||||
"@vue/cli-plugin-eslint": "^3.6.0",
|
||||
"@vue/cli-service": "^3.6.0",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"eslint": "^5.16.0",
|
||||
"stylus": "^0.54.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-ui",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@akryum/winattr": "^3.0.0",
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"chalk": "^2.4.1",
|
||||
"clone": "^2.1.1",
|
||||
"deepmerge": "^3.2.0",
|
||||
@@ -64,10 +64,10 @@
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.5.5",
|
||||
"@vue/cli-plugin-e2e-cypress": "^3.5.1",
|
||||
"@vue/cli-plugin-eslint": "^3.5.1",
|
||||
"@vue/cli-service": "^3.5.3",
|
||||
"@vue/cli-plugin-babel": "^3.6.0",
|
||||
"@vue/cli-plugin-e2e-cypress": "^3.6.0",
|
||||
"@vue/cli-plugin-eslint": "^3.6.0",
|
||||
"@vue/cli-service": "^3.6.0",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"@vue/ui": "^0.9.1",
|
||||
"ansi_up": "^3.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli-upgrade",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"description": "utility to upgrade vue cli service / plugins in vue apps",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/cli",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"description": "Command line interface for rapid Vue.js development",
|
||||
"bin": {
|
||||
"vue": "bin/vue.js"
|
||||
@@ -24,10 +24,10 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": "^3.5.1",
|
||||
"@vue/cli-ui": "^3.5.5",
|
||||
"@vue/cli-ui-addon-webpack": "^3.5.5",
|
||||
"@vue/cli-ui-addon-widgets": "^3.5.5",
|
||||
"@vue/cli-shared-utils": "^3.6.0",
|
||||
"@vue/cli-ui": "^3.6.0",
|
||||
"@vue/cli-ui-addon-webpack": "^3.6.0",
|
||||
"@vue/cli-ui-addon-widgets": "^3.6.0",
|
||||
"chalk": "^2.4.1",
|
||||
"cmd-shim": "^2.0.2",
|
||||
"commander": "^2.20.0",
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"name": "vue-cli-version-marker",
|
||||
"version": "3.5.5",
|
||||
"version": "3.6.0",
|
||||
"description": "version marker for @vue/cli",
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"main": "package.json",
|
||||
"devDependencies": {
|
||||
"@vue/babel-preset-app": "3.5.5",
|
||||
"@vue/cli-init": "3.5.1",
|
||||
"@vue/cli-overlay": "3.5.1",
|
||||
"@vue/cli-plugin-babel": "3.5.5",
|
||||
"@vue/cli-plugin-e2e-cypress": "3.5.1",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "3.5.1",
|
||||
"@vue/cli-plugin-eslint": "3.5.1",
|
||||
"@vue/cli-plugin-pwa": "3.5.1",
|
||||
"@vue/cli-plugin-typescript": "3.5.3",
|
||||
"@vue/cli-plugin-unit-jest": "3.5.3",
|
||||
"@vue/cli-plugin-unit-mocha": "3.5.1",
|
||||
"@vue/cli-service-global": "3.5.5",
|
||||
"@vue/cli-service": "3.5.3",
|
||||
"@vue/cli-shared-utils": "3.5.1",
|
||||
"@vue/cli-test-utils": "3.5.1",
|
||||
"@vue/cli-ui-addon-webpack": "3.5.5",
|
||||
"@vue/cli-ui-addon-widgets": "3.5.5",
|
||||
"@vue/cli-ui": "3.5.5",
|
||||
"@vue/cli-upgrade": "3.5.1",
|
||||
"@vue/cli": "3.5.5"
|
||||
"@vue/babel-preset-app": "3.6.0",
|
||||
"@vue/cli-init": "3.6.0",
|
||||
"@vue/cli-overlay": "3.6.0",
|
||||
"@vue/cli-plugin-babel": "3.6.0",
|
||||
"@vue/cli-plugin-e2e-cypress": "3.6.0",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "3.6.0",
|
||||
"@vue/cli-plugin-eslint": "3.6.0",
|
||||
"@vue/cli-plugin-pwa": "3.6.0",
|
||||
"@vue/cli-plugin-typescript": "3.6.0",
|
||||
"@vue/cli-plugin-unit-jest": "3.6.0",
|
||||
"@vue/cli-plugin-unit-mocha": "3.6.0",
|
||||
"@vue/cli-service-global": "3.6.0",
|
||||
"@vue/cli-service": "3.6.0",
|
||||
"@vue/cli-shared-utils": "3.6.0",
|
||||
"@vue/cli-test-utils": "3.6.0",
|
||||
"@vue/cli-ui-addon-webpack": "3.6.0",
|
||||
"@vue/cli-ui-addon-widgets": "3.6.0",
|
||||
"@vue/cli-ui": "3.6.0",
|
||||
"@vue/cli-upgrade": "3.6.0",
|
||||
"@vue/cli": "3.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user