Haoqun Jiang
5937a67a48
v3.3.0
2019-01-08 12:02:58 +08:00
Haoqun Jiang
bcdf6d0938
chore: pre release sync
2019-01-08 12:02:18 +08:00
金振祖
d5b5e3bfde
fix: fix loaderOptions.postcss detection ( #3201 )
...
fixes #3194
2019-01-08 11:50:05 +08:00
Haoqun Jiang
e7af0d8fa3
feat: deprecate confusing baseUrl option, use publicPath instead. ( #3143 )
...
* feat: deprecate confusing `baseUrl` option, use `publicPath` instead.
* fix: do not touch CHANGELOG.md
* docs: links referring baseUrl now changed to publicPath
2019-01-07 21:20:05 +08:00
Thorsten Lünborg
8b4471e78c
fix(cli-service): fix copy plugin's ignore pattern ( fix #3119 ) ( #3130 )
...
* fix(cli-service): don't skip copiying of files named "index.html"
when nested in a subfolder in /public
close #3119
* refactor: remove the unused '/index.html' pattern
2019-01-07 16:44:04 +08:00
Haoqun Jiang
9a9d63cef9
v3.2.3
2019-01-03 15:49:11 +08:00
Haoqun Jiang
0547f6a719
workflow: when syncing local plugin deps, use minor version
...
because in the current release mechanism, patch version may be skipped.
2019-01-03 15:42:53 +08:00
Haoqun Jiang
a7fa19140d
fix: fix a regression that pages doesn't allow entry-only string format
...
fixes #3233
2019-01-03 11:43:34 +08:00
Haoqun Jiang
b30e2b779e
v3.2.2
2018-12-30 21:05:48 +08:00
Haoqun Jiang
d459d2ef1a
chore: pre release sync
2018-12-30 21:03:20 +08:00
JK
300efa94bc
fix(cli-service): drop webpack NoEmitOnErrorsPlugin usage ( #3210 )
2018-12-30 17:44:48 +08:00
Haoqun Jiang
e3ca74e1d2
chore: update dependencies
2018-12-14 19:28:41 +08:00
Haoqun Jiang
2ac64d6de1
fix: .wasm extension should have lower priority when resolving modules
...
in line with https://github.com/webpack/webpack/pull/8448
fixes #3023
2018-12-12 21:32:41 +08:00
Haoqun Jiang
554670be64
fix: better error message for missing key entry in pages config
...
fixes #2816
2018-12-02 17:24:07 +08:00
Haoqun Jiang
d60657af6d
v3.2.0
2018-11-28 02:50:01 +08:00
Haoqun Jiang
6ef72cd852
chore: pre release sync
2018-11-28 02:49:46 +08:00
Haoqun Jiang
f6ea6f928c
chore: update deps
2018-11-28 02:18:37 +08:00
Andréas Hanss
2db8d1877b
feat: add support for loading WebAssembly and ES Modules ( #2819 )
2018-11-26 12:45:12 +08:00
Haoqun Jiang
cd7a5d0b52
Publish
...
- @vue/cli-plugin-e2e-cypress@3.1.2
- @vue/cli-plugin-eslint@3.1.5
- @vue/cli-plugin-pwa@3.1.2
- @vue/cli-service-global@3.1.3
- @vue/cli-service@3.1.4
- @vue/cli-ui-addon-webpack@3.1.2
- @vue/cli-ui-addon-widgets@3.1.2
- @vue/cli-ui@3.1.2
- @vue/cli@3.1.2
- @vue/eslint-config-prettier@4.0.1
- vue-cli-version-marker@3.1.1
2018-11-12 16:20:18 +08:00
tdorsey
5eac2e136e
docs: fix typo ( #2899 ) [ci skip]
...
* Fix typo
* Adjust plurality since there is only one guide
2018-11-12 14:47:01 +08:00
JK
6d35461707
fix(cli-service): do not display absolute baseUrl ( #2900 )
2018-11-12 14:45:10 +08:00
Haoqun Jiang
5d49d57966
fix: assetsDir can be an empty string
...
fixes #2511
2018-11-08 14:45:30 +08:00
Haoqun Jiang
0d581ad66b
chore: @vue/cli-service v3.1.1
2018-11-06 19:37:59 +08:00
Haoqun Jiang
73923de54d
fix: relax webpack version requirement
...
To avoid introducing two different instances of webpack when
@cypress/webpack-preprocessor 3.0.0/3.0.1 is also installed, which
breaks HMR.
Fixes #2873
Fixes #2892
2018-11-06 19:30:22 +08:00
Haoqun Jiang
e25c0e84ba
chore: update cache-loader version
...
Now that the critical bug has been fixed, it's better to keep updated.
2018-11-06 19:30:21 +08:00
Haoqun Jiang
b5e4cc213f
Publish
...
- @vue/cli-init@3.1.1
- @vue/cli-plugin-e2e-cypress@3.1.1
- @vue/cli-plugin-e2e-nightwatch@3.1.1
- @vue/cli-plugin-eslint@3.1.4
- @vue/cli-plugin-pwa@3.1.1
- @vue/cli-plugin-typescript@3.1.1
- @vue/cli-plugin-unit-jest@3.1.1
- @vue/cli-plugin-unit-mocha@3.1.1
- @vue/cli-service-global@3.1.2
- @vue/cli-service@3.1.2
- @vue/cli-shared-utils@3.1.1
- @vue/cli-test-utils@3.1.1
- @vue/cli-ui-addon-webpack@3.1.1
- @vue/cli-ui-addon-widgets@3.1.1
- @vue/cli-ui@3.1.1
- @vue/cli-upgrade@3.1.1
- @vue/cli@3.1.1
- @vue/eslint-config-typescript@3.1.1
2018-11-02 22:53:49 +08:00
Haoqun Jiang
14e8585cd0
chore: update deps
2018-11-01 14:14:07 +08:00
Haoqun Jiang
3829ebeea9
v3.1.1
2018-10-31 11:57:39 +08:00
Haoqun Jiang
c138c7d544
fix: add acorn-walk as dependency instead of relying on acorn's internal folder structure
...
fixes #2848
2018-10-31 10:43:18 +08:00
Haoqun Jiang
782afeff73
v3.1.0
2018-10-31 02:11:23 +08:00
Haoqun Jiang
0763d626ed
fix: pin cache-loader to v1.2.2 temporarily
...
fixes #2847
2018-10-31 01:10:49 +08:00
katebe
1e200c5726
feat: build library with specified formats ( #2583 )
2018-10-30 23:43:31 +08:00
Haoqun Jiang
51656ee8fd
chore: update deps
2018-10-30 20:43:53 +08:00
Haoqun Jiang
38efc032e5
feat: add --no-unsafe-inline flag for modern mode ( #2741 )
...
closes #2570
2018-10-29 19:14:11 +08:00
岩
7096bacab3
fix(cli-service): fix path RegEx error ( #2830 )
2018-10-29 19:06:28 +08:00
Thorsten Lünborg
8bf7dfdd12
fix(wc): don't overwrite user-defined externals ( #2831 )
2018-10-29 19:04:37 +08:00
Thorsten Lünborg
21256f5c43
fix(generator): Template files for main.js and router when not using a compiler ( #2828 )
...
* fix(cli-service): ES5 compatibility -
Don't use arrow function in main.js when not using babel nor typescript.
* fix(router): es5 compatibility
use normal function instead of arrow function
in router.js when neither babel nor typescript are used.
2018-10-28 12:18:14 +01:00
Haoqun Jiang
33a3b19df2
feat: update vue-jest to 3.x along with other dependency updates
...
As vue-jest is only used in generators, it should be considered as a
semver minor rather than semver major.
2018-10-28 14:29:52 +08:00
Bogdan Luca
9a64708ed3
fix(serve): also detect kubernetes containers ( #2795 )
2018-10-27 12:43:35 +08:00
Haoqun Jiang
6708063add
fix: fix customHtmlOptions overriding
2018-10-22 01:19:59 +08:00
Haoqun Jiang
5786e273b2
fix: should not thrown on Windows when proxy target is an object
...
closes #2478
2018-10-22 01:17:20 +08:00
Haoqun Jiang
e929d48716
fix: fix cypress error caused by object rest syntax
2018-10-22 01:12:47 +08:00
Haoqun Jiang
4cabf5e8c7
feat: allow user to customize html-webpack-plugin option in multi-page mode
...
closes #2544
2018-10-21 18:53:11 +08:00
Haoqun Jiang
8a54ef60dc
chore: upgrade deps ( #2642 )
...
closes #2376
* chore: update deps
* fix: remove extraneous require
* fix: force @babel/core resolution to be ^7.0.0
Previously it was interfered by vue-apollo & vuepress 0.14
* fix: sync deps
* chore: update yarn.lock
2018-10-20 21:29:17 +08:00
Haoqun Jiang
0e5cf4a4eb
chore: switch from uglifyjs-webpack-plugin to terser-webpack-plugin ( #2742 )
...
closes #2245
2018-10-20 19:31:59 +08:00
Haoqun Jiang
7ea080b9d1
fix: should not throw when a plugin listed in optionalDependencies is not installed
...
This bug is due to `normalize-package-data` (required by `read-pkg`)
adding `optionalDependencies` to `dependencies`.
2018-10-13 00:25:42 +08:00
Haoqun Jiang
7fd3af2415
v3.0.5
2018-10-09 17:19:49 +08:00
Haoqun Jiang
8417bc034f
chore: pre release sync
2018-10-09 17:18:13 +08:00
Haoqun Jiang
ab0503b19f
fix: fix test issues for cypress GUI
2018-10-07 18:05:48 +08:00
mattwmj
20dd09d0a8
fix: build --target lib should merge externals in vue.config.js ( #2653 )
...
fixes #2646
2018-09-30 18:43:32 +08:00