Haoqun Jiang
8975f0670d
chore: 3.3.0 changelog [ci skip]
2019-01-08 12:05:03 +08:00
Haoqun Jiang
5937a67a48
v3.3.0
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
f15dcf7f48
feat: replace babel-plugin-transform-vue-jsx with @vue/babel-preset-jsx ( #3218 )
...
* feat: replace babel-plugin-transform-vue-jsx with @vue/babel-preset-jsx
* feat: allow jsx options
2019-01-08 11:47:51 +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
Adam Jimenez
4070507de6
fix: typo in welcome tips ( #3246 ) [ci skip]
2019-01-04 21:25:16 +08:00
Haoqun Jiang
d88f2faf64
chore: vue-cli-version-marker@3.2.3
2019-01-03 16:13:13 +08:00
Haoqun Jiang
fc81ffb3db
chore: 3.2.3 changelog [ci skip]
2019-01-03 16:10:31 +08:00
Haoqun Jiang
9a9d63cef9
v3.2.3
v3.2.3
2019-01-03 15:49:11 +08:00
Haoqun Jiang
79eec2690f
workflow: fix pre release sync errors
2019-01-03 15:48:05 +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
Ryota
0ac5169795
chore: add license to addons ( #3238 ) [ci skip]
...
* fix(cli-ui-addon-webpack): add license info
* fix(cli-ui-addon-widgets): add license info
2019-01-03 15:01:18 +08:00
Haoqun Jiang
016d474e1c
workflow: only generate changelog for the latest release and concat with the old
...
so that the old manually edited parts won't be overwritten.
2019-01-03 14:48:21 +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
9aoyang
fb9907921a
docs(zh): add hints for bash alias on windows ( #3231 ) [ci skip]
2019-01-02 16:49:31 +08:00
Haoqun Jiang
4feaacfc83
fix: fix typo in jest config
2019-01-02 16:29:17 +08:00
Haoqun Jiang
0fc972ed1a
fix: make cypress config file compatible with eslint-config-airbnb rules
2018-12-31 22:20:42 +08:00
Haoqun Jiang
623712d217
chore: vue-cli-version-marker@3.2.2
vue-cli-version-marker@3.2.2
2018-12-30 21:34:48 +08:00
Haoqun Jiang
5117bf467d
chore: 3.2.2 changelog [ci skip]
2018-12-30 21:30:51 +08:00
Haoqun Jiang
cbcd2c13fc
chore: fix some eslint errors so as not to interrupt publishing
2018-12-30 21:23:42 +08:00
Haoqun Jiang
b30e2b779e
v3.2.2
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
Haoqun Jiang
279725ca48
workflow: re-enable pre-release sync
2018-12-30 21:02:30 +08:00
Haoqun Jiang
da6bd75e2c
fix: when eslint is used, pin ts version to ~3.1.1 ( #3214 )
...
Otherwise there will be a warning from typescript-estree@5,
which is depended by typescript-eslint-parser@21
2018-12-30 17:45:20 +08:00
Haoqun Jiang
90d387f650
fix: fix eslint cwd confusion during onCreateComplete hook execution ( #3212 )
...
* fix: fix eslint cwd confusion during onCreateComplete hook execution
fixes #2554
fixes #3142
* fix: do not mock process.cwd during invoking
2018-12-30 17:45:07 +08:00
JK
300efa94bc
fix(cli-service): drop webpack NoEmitOnErrorsPlugin usage ( #3210 )
2018-12-30 17:44:48 +08:00
Haoqun Jiang
d7c89307de
chore: merge branch 'dev' into docs [ci skip]
2018-12-29 20:05:52 +08:00
Thorsten Lünborg
c9aaa2ff5a
fix(cli-plugin-unit-jest): When using TS & Babel, make ts-jest use babelConfig ( #3107 )
...
* fix(cli-plugin-unit-jest): use ts-jest babelConfig
When using Typescript and Babel, ts-jest should use babel to transform result for correct JSX transforms
close #3100
* refactor: write generator a bit differently.
previous way could end up with ugly `global: undefined`
when not using babel
2018-12-29 19:09:56 +08:00
Haoqun Jiang
d86b9d4c1f
chore: add deprecation warning for Node.js 9.x ( #3202 )
...
* chore: add deprecation warning for Node.js 9.x
* chore: upgrade -> use an active LTS version
2018-12-29 14:54:39 +08:00
Divya
0ecbb704e7
fix: add missing package ( #2466 )
2018-12-28 16:26:44 +08:00
Michael Khabarov
8d81e51aa8
fix: set url option for jsdom-global ( #3131 )
...
This fixes `SecurityError: localStorage is not available for opaque origins` in mocha tests caused by jsdom (jsdom/jsdom#2304 ).
2018-12-28 16:11:20 +08:00
Haoqun Jiang
056ba0772c
ci: also skip ts + nightwatch test in circleci
2018-12-27 14:10:56 +08:00
Haoqun Jiang
340808b99a
ci: skip e2e-nightwatch tests for circleci
2018-12-27 13:55:05 +08:00
Haoqun Jiang
d6f6098ef7
fix: when lint default paths, don't try to lint non-existent or ignored paths
...
fixes #3167
2018-12-27 01:21:33 +08:00
Haoqun Jiang
710807bd43
tests: fix path match on Windows
2018-12-26 15:33:14 +08:00
Haoqun Jiang
e3a58cb29e
fix: skip polyfills for modern mode and fix tests
2018-12-26 14:56:07 +08:00
Haoqun Jiang
9c0adab85b
fix: use @babel/runtime-corejs2 by default
...
fixes #3186
2018-12-26 14:37:02 +08:00
Haoqun Jiang
be5653794a
ci: only restore caches with checksums, avoid weird caching issues
2018-12-14 20:03:31 +08:00
Haoqun Jiang
e3ca74e1d2
chore: update dependencies
2018-12-14 19:28:41 +08:00
Hugo Maestá
fbc25fcaf6
docs: instructions about history pushstate in netlify ( #2422 ) [ci skip]
...
* Instructions about History Pushstate in Netlify
Included instructions for users that use `History Pushstate mode` on Vue Router and run application on Netlify.
* Update docs/guide/deployment.md
Co-Authored-By: hmaesta <hmaesta@gmail.com >
2018-12-14 16:30:08 +08:00
Philip Chung
796c376f17
fix(typescript): fix typo in lint command registration ( #3132 )
2018-12-14 15:58:41 +08:00
Thorsten Lünborg
2ab93e7970
docs: add tip about detecting modern mode ( #3108 ) [ci skip]
...
* Add tip abouit detecting modern mode
close #2921
* add note about postcss
* docs: fix typo and format [ci skip]
2018-12-13 21:46:50 +08:00
da70
d217d75812
docs: fix grammar (change "making" -> "make") ( #3111 ) [ci skip]
2018-12-13 21:30:23 +08:00
yzStrive
ce72120b10
docs: add less global variables configuration demo ( #2343 ) [ci skip]
2018-12-13 21:01:35 +08:00
Haoqun Jiang
7bb36ed972
chore: use stable release of eslint-plugin-vue v5
2018-12-13 18:11:03 +08:00
Jellyfish
7b0e6f547d
docs(zh): 翻译错误 ( #3122 )
...
原话是'--modern build app targeting modern browsers with auto fallback'
2018-12-13 13:38:44 +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
Haroen Viaene
ad9ef4cea7
docs: enable Algolia search ( #3085 )
...
Hey there! I enabled VuePress' feature to show the search via DocSearch so there's the extra features, like searching in the content, and typo tolerance.
Thanks!
2018-12-07 00:13:44 +08:00