Commit Graph

136 Commits

Author SHA1 Message Date
Haoqun Jiang 307b510269 chore: pre release sync 2019-03-08 14:40:27 +08:00
Haoqun Jiang f5b174ff79 feat: allow vue.config.js to return a function (#3499)
closes #3213
2019-02-28 15:03:25 +08:00
Haoqun Jiang b3de889754 test: add test for legacy bundle in modern mode 2019-02-21 19:09:14 +08:00
Haoqun Jiang 805a4ce291 test: add test for modern mode build result 2019-02-20 14:22:32 +08:00
JK 1b27d02a63 test: add test for multi page history api fallback (#3472) 2019-02-20 13:25:24 +08:00
Haoqun Jiang bf19fe295a chore: pre release sync 2019-02-01 02:42:41 +08:00
Haoqun Jiang 9c1e797ac6 feat: support dart-sass as default sass implementation (#3321) 2019-01-28 18:51:55 +08:00
Haoqun Jiang bcdf6d0938 chore: pre release sync 2019-01-08 12:02:18 +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 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 d459d2ef1a chore: pre release sync 2018-12-30 21:03:20 +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
Haoqun Jiang 782afeff73 v3.1.0 2018-10-31 02:11:23 +08:00
katebe 1e200c5726 feat: build library with specified formats (#2583) 2018-10-30 23:43:31 +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
Haoqun Jiang 8417bc034f chore: pre release sync 2018-10-09 17:18:13 +08:00
Haoqun Jiang 45aa8dbe3a chore: pre release sync 2018-09-25 16:00:29 +08:00
Haoqun Jiang b559005ce6 fix: revert postcss-loader order change
The loader used for minification should come first in the rules array
(i.e. execute last, as webpack loaders are executed in reverse order).
2018-09-13 00:10:33 +08:00
Haoqun Jiang 0580415328 chore: pre release sync 2018-09-12 13:18:05 +08:00
Haoqun Jiang efde56173e chore: pre release sync 2018-09-11 22:42:16 +08:00
Evan You 7d1818d473 ci: fix css rules test 2018-09-11 10:33:36 -04:00
Evan You d5fc227dc7 chore: pre release sync 2018-08-16 12:10:26 -04:00
Evan You a2c767efc4 fix: minify embedded CSS with extract: false
close #2214
2018-08-15 18:34:55 -04:00
Evan You 478317ba0e test: avoid throwing in afterAll hooks 2018-08-14 11:10:02 -04:00
Evan You 6010eb22ff test: fix tests for preserving ruleNames 2018-08-14 10:34:52 -04:00
Barthélémy Ledoux d14d4e693c fix: allow relative baseUrl other than ./ (#2168) 2018-08-13 12:14:18 -04:00
Evan You 86e3cf2c6f ci: fix cors spec 2018-08-10 11:27:02 -04:00
Evan You b221b48ca9 chore: pre release sync 2018-08-10 11:01:03 -04:00
Evan You 1d8bd6b217 chore: pre release sync 2018-08-09 02:23:17 -04:00
Evan You 55043d310e feat: support Subresource Integrity via integrity option 2018-08-09 01:22:46 -04:00
Evan You 7b39bed188 refactor: use better modern mode and cors implementation
BREAKING CHANGE: The `corsUseCredentials` option has been replaced by the new
`crossorigin` option.
2018-08-08 23:31:13 -04:00
Evan You 3c9973a61f ci: bump timeout 2018-08-08 11:20:44 -04:00
Evan You c4436f99ee chore: pre release sync 2018-08-07 11:20:32 -04:00
Evan You 4220835fa1 fix(css): fix importLoaders which only applies to plain CSS imports
close #2055
2018-08-06 21:51:47 -04:00
Evan You 392096af79 chore: pre release sync 2018-07-30 18:19:07 -04:00
Evan You 4d56ed53b0 chore: pre release sync 2018-07-28 23:22:52 -04:00
Evan You d9f75f5df5 chore: pre release sync 2018-07-27 14:03:16 -04:00
Evan You c455a4212d ci: fix async wc spec 2018-07-27 13:54:05 -04:00
Evan You fd50798e95 chore: pre release sync 2018-07-26 22:31:26 -04:00
Evan You e7602abf46 fix: fix absolute path for outputDir option 2018-07-26 22:13:43 -04:00
Evan You f163db1981 chore: pre release sync 2018-07-26 18:11:39 -04:00
Evan You 2a60169fc1 ci: fix multiPage test case 2018-07-26 17:11:46 -04:00
Hiển Đào Vinh 6c966f46bb feat(build): set output target before configureWebpack, close #1941 (#1943) 2018-07-25 11:51:54 -05:00
Evan You 30215c2819 feat: add corsUseCredentials option
This allows the user to configure which CORS strategy to use
for <script type=module> in modern mode.

close #1867
2018-07-23 13:04:48 -04:00
Guillaume Chau 71276fdf5a chore: pre release sync 2018-07-16 15:51:21 +02:00
Guillaume Chau be918080ca chore: pre release sync 2018-07-13 19:03:27 +02:00
Guillaume Chau 96778b2caf chore: update main deps (#1772)
* chore: update main deps

* chore: update ts types

* chore: update generator deps versions

* fix: ts-jest

* chore: upgrade ts-jest again

* fix: re-generated yarn.lock

* chore: more upgrades

* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Adrian B. Danieli e2a7063c9f fix(modern): send credentials when loading script modules. (#1695)
* Send credentials when loading script modules.

Otherwise, things like BasicAuth won't work.

* fix: updated modern mode tests.

* fix: updated crossorigin comment.

* fix: typo
2018-06-29 00:35:10 +02:00