Skip to content

adjusted phrase to be more clear and meaningful in PT #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 130 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,62 @@

## 4.0.0-alpha.1 (2019-05-25)

#### :boom: Breaking Changes
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-service`, `@vue/cli-ui-addon-widgets`, `@vue/cli`
* [#3975](https://github.com/vuejs/vue-cli/pull/3975) chore!: change default value of `lintOnSave` option ([@sodatea](https://github.com/sodatea))
* `@vue/cli-service`
* [#3943](https://github.com/vuejs/vue-cli/pull/3943) chore: upgrade webpack-chain to v6 ([@sodatea](https://github.com/sodatea))
* `@vue/cli-plugin-typescript`
* [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))

Most of the following new features and bugfixes also applies to v3.8.0

#### :rocket: New Features
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
* `@vue/cli-ui`
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum))
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum))
* `@vue/cli-service`
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
* `@vue/cli`
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))

#### :bug: Bug Fix
* `@vue/cli-upgrade`
* [#4036](https://github.com/vuejs/vue-cli/pull/4036) fix: add missing dependencies to @vue/cli-upgrade ([@sodatea](https://github.com/sodatea))
* `@vue/cli-service`
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix bundles' compatibility with workers for those built in development mode ([@sodatea](https://github.com/sodatea))
* [#4025](https://github.com/vuejs/vue-cli/pull/4025) fix: update the css-loader runtime path for css-loader v2 ([@sodatea](https://github.com/sodatea))
* `@vue/cli-ui`
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142))

#### :house: Internal
* `@vue/cli-service`
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco)
* `@vue/cli`
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions`, fixes [#3309](https://github.com/vuejs/vue-cli/issues/3309) ([@sodatea](https://github.com/sodatea))

#### :hammer: Underlying Tools
* `@vue/cli-service`
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
* `@vue/babel-preset-app`
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))

#### Committers: 9
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton))
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
- [@achretien](https://github.com/achretien)
- maple ([@maple3142](https://github.com/maple3142))



## 4.0.0-alpha.0 (2019-05-01)

#### :boom: Breaking Changes
Expand Down Expand Up @@ -36,6 +94,78 @@
- 毛呆 ([@aweikalee](https://github.com/aweikalee))


## 3.8.2 (2019-05-26)

#### :bug: Bug Fix
* `@vue/cli`
* [3c5bd30](https://github.com/vuejs/vue-cli/commit/3c5bd30827ead4a34ead19f49d2d33683fc6ad44) fixes update checking ([@sodatea](https://github.com/sodatea))

#### Committers: 1
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))


## 3.8.1 (2019-05-26)

#### :bug: Bug Fix
* `@vue/cli-plugin-typescript`
* [19d50b9](https://github.com/vuejs/vue-cli/commit/19d50b9ea500e6779e2e27369b2efb328488be75) revert [the accidentally introduced breaking change](https://github.com/vuejs/vue-cli/pull/3909) ([@sodatea](https://github.com/sodatea))

#### Committers: 1
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))


## 3.8.0 (2019-05-25)

#### :rocket: New Features
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
* `@vue/cli-ui`
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum))
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum))
* `@vue/cli-service`
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
* `@vue/cli`
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))

#### :boom: Breaking Changes
<del>* `@vue/cli-plugin-typescript`</del>
* <del>[#3909](https://github.com/vuejs/vue-cli/pull/3909) prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))</del> (Reverted in v3.8.1)


#### :bug: Bug Fix
* `@vue/cli-service`
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix bundles' compatibility with workers for those built in development mode ([@sodatea](https://github.com/sodatea))
* `@vue/cli-ui`
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142))

#### :memo: Documentation
* `@vue/cli-plugin-typescript`, `@vue/cli`
* [#4046](https://github.com/vuejs/vue-cli/pull/4046) add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea))

#### :house: Internal
* `@vue/cli-service`
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco))
* `@vue/cli`
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions`, fixes [#3309](https://github.com/vuejs/vue-cli/issues/3309) ([@sodatea](https://github.com/sodatea))

#### :hammer: Underlying Tools
* `@vue/cli-service`
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
* `@vue/babel-preset-app`
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))

#### Committers: 9
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton))
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
- [@achretien](https://github.com/achretien)
- maple ([@maple3142](https://github.com/maple3142))


## 3.7.0 (2019-04-28)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": false,
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-preset-app",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "babel-preset-app for vue-cli",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-init",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "init addon for vue-cli",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-overlay",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "error overlay & dev server middleware for vue-cli",
"main": "dist/client.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/@vue/cli-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-babel",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "babel plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -21,8 +21,8 @@
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
"dependencies": {
"@babel/core": "^7.4.5",
"@vue/babel-preset-app": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/babel-preset-app": "^4.0.0-alpha.1",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"babel-loader": "^8.0.6",
"webpack": ">=4 < 4.29"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-cypress",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "e2e-cypress plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"cypress": "^3.3.1",
"eslint-plugin-cypress": "^2.2.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-nightwatch",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "e2e-nightwatch plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"deepmerge": "^3.2.0",
"execa": "^1.0.0",
"nightwatch": "^1.1.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-eslint",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "eslint plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"eslint-loader": "^2.1.2",
"globby": "^9.2.0",
"webpack": ">=4 < 4.29"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-pwa",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "pwa plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"webpack": ">=4 < 4.29",
"workbox-webpack-plugin": "^4.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-typescript",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "typescript plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@types/webpack-env": "^1.13.9",
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"fork-ts-checker-webpack-plugin": "^1.3.4",
"globby": "^9.2.0",
"ts-loader": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const prompts = module.exports = [
{
name: `useTsWithBabel`,
type: `confirm`,
message: `Use Babel alongside TypeScript for auto-detected polyfills?`
message: 'Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)?'
},
{
name: `lint`,
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-unit-jest",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "unit-jest plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-unit-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-unit-mocha",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "mocha unit testing plugin for vue-cli",
"main": "index.js",
"repository": {
Expand All @@ -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": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"jsdom": "^15.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^6.1.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/@vue/cli-service-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-service-global",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "vue-cli-service global addon for vue-cli",
"main": "index.js",
"publishConfig": {
Expand All @@ -22,10 +22,10 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme",
"dependencies": {
"@vue/babel-preset-app": "^4.0.0-alpha.0",
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
"@vue/cli-service": "^4.0.0-alpha.0",
"@vue/babel-preset-app": "^4.0.0-alpha.1",
"@vue/cli-plugin-babel": "^4.0.0-alpha.1",
"@vue/cli-plugin-eslint": "^4.0.0-alpha.1",
"@vue/cli-service": "^4.0.0-alpha.1",
"babel-eslint": "^10.0.1",
"chalk": "^2.4.2",
"core-js": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/__tests__/Service.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test('loading plugins from package.json', () => {
mockPkg({
devDependencies: {
'bar': '^1.0.0',
'@vue/cli-plugin-babel': '^4.0.0-alpha.0',
'@vue/cli-plugin-babel': '^4.0.0-alpha.1',
'vue-cli-plugin-foo': '^1.0.0'
}
})
Expand Down
6 changes: 3 additions & 3 deletions packages/@vue/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-service",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "local service for vue-cli projects",
"main": "lib/Service.js",
"typings": "types/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"dependencies": {
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
"@vue/cli-overlay": "^4.0.0-alpha.0",
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
"@vue/cli-overlay": "^4.0.0-alpha.1",
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
"@vue/component-compiler-utils": "^2.6.0",
"@vue/preload-webpack-plugin": "^1.1.0",
"@vue/web-component-wrapper": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-shared-utils",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "shared utilities for vue-cli packages",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-test-utils",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "test utilities for vue-cli packages",
"repository": {
"type": "git",
Expand Down
Loading