Haoqun Jiang
09be0f2e1f
fix: add timeout for requests
...
closes #3076
2019-01-29 23:10:17 +08:00
Haoqun Jiang
486a921e9f
fix: fix reference of friendly-errors-webpack-plugin in config
2019-01-29 19:17:51 +08:00
Haoqun Jiang
28933c8244
fix: use a custom fork of friendly-errors-webpack-plugin
...
Since the original package haven't got a new release on npm
for 10 months
https://github.com/geowarin/friendly-errors-webpack-plugin/pull/82#issuecomment-454808535
fixes #2244
fixes #3003
2019-01-29 19:06:18 +08:00
Haoqun Jiang
ca913ae9cf
chore: remove redundant jsx deps
2019-01-29 16:15:33 +08:00
Haoqun Jiang
bca6edc7aa
fix: apply a workaround for the prettier / jsdom-global bug
...
Since this issue is not going to get a proper fix any time soon,
this workaround is better than pinning prettier version in
`@vue/component-compiler-utils`
2019-01-29 11:59:07 +08:00
Haoqun Jiang
9c1e797ac6
feat: support dart-sass as default sass implementation ( #3321 )
2019-01-28 18:51:55 +08:00
houfeng
9029ad1955
fix: do not add link tag to demo page when css extract is false ( #3351 )
2019-01-28 18:50:53 +08:00
WilsonLiu95
ab13dfef80
fix: genCacheConfig return different result because linebreak ( #3372 )
2019-01-28 11:23:19 +08:00
musicq
5d1ab5fe9c
refactor: check support package manager befor install ( #3368 )
2019-01-28 11:02:36 +08:00
Haoqun Jiang
d5ed2801ca
feat: expose absoluteRuntime option, closes #2807
2019-01-26 01:26:31 +08:00
Haoqun Jiang
047872c25e
fix: take all env variables into account in genCacheConfig
...
fixes #3275
2019-01-25 22:41:37 +08:00
Haoqun Jiang
702a2c9fd0
fix: should respect root parallel option in terser plugin
2019-01-23 22:29:33 +08:00
Haoqun Jiang
2b6dba3110
feat: add --no-fix-warnings option ( #3307 )
2019-01-22 00:29:57 +08:00
Walter Tommasi
d047aca313
fix(cli-ui): folder list when root windows ( #3331 )
2019-01-22 00:03:15 +08:00
Haoqun Jiang
69ff8028f6
chore: @vue/eslint-config-typescript@3.2.1
2019-01-21 22:31:10 +08:00
Haoqun Jiang
85c5973a27
fix: force enable jsx in parserOptions, fixes #3268
2019-01-21 22:27:11 +08:00
Haoqun Jiang
febd386488
fix: only add custom ignorePattern when no .eslintignore exists ( #3325 )
...
closes #3243
2019-01-21 20:50:24 +08:00
Hamed Baatour
11d17d9df2
feat(ui): enforce package.json npm rules ( #3232 )
2019-01-20 16:32:59 +08:00
Haoqun Jiang
108d8011b3
fix: fix injectImports when there's no pre-existing import declarations
...
closes #2925
2019-01-18 16:12:37 +08:00
Andreas Weber
596a49dc53
feat: support yml, yaml and json tslint configuration files ( #3305 )
2019-01-17 00:55:01 +08:00
Haoqun Jiang
90c27cf4f9
test: increase timeout, as appveyor is being very slow recently
2019-01-16 02:20:09 +08:00
Haoqun Jiang
27ffd28e7d
fix: copy publicPath option to baseUrl, fix plugin compatibility
2019-01-13 01:27:03 +08:00
KuangPF
67cff9542e
feat: support use -h show detailed usage of command
2019-01-13 01:17:06 +08:00
Jérôme Pott
2903fd2ea1
docs: add an example with the spec option ( #3179 ) [ci skip]
2019-01-12 00:51:10 +08:00
Evan You
8dcfc184cf
feat(babel): include es6.object.assign by default ( #3281 )
...
This ensures support for Object rest spread usage in
templates with vue-template-es2015-compiler@1.8.0
2019-01-12 00:33:04 +08:00
Haoqun Jiang
15537577f9
fix: use the correct size unit (KiB)
...
fixes #3283
2019-01-12 00:30:45 +08:00
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
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
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
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
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
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
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
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
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
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