Commit Graph

2376 Commits

Author SHA1 Message Date
Haoqun Jiang 3e1692424a fix: model event is update instead of input since @vue/ui 0.6 2019-04-07 20:35:42 +08:00
Haoqun Jiang 14e54dca8e fix: be more specific on date-fns locale paths
somehow webpack resolves the main file to index.d.ts, causing build
errors.
2019-04-07 20:34:00 +08:00
Guillaume Chau f42de72c18 chore: update @vue/ui to 0.8.2 2019-04-06 16:14:55 +02:00
Guillaume Chau 6fe42e9254 fix(style): font-weight lighter => 300 2019-04-06 16:08:24 +02:00
Guillaume Chau 8c3ff11653 refactor(project create): run vue create in child process, closes #3664 2019-04-06 01:48:02 +02:00
Guillaume Chau c81e6c21a2 feat(project create): bare option 2019-04-06 01:16:02 +02:00
Phan An 78fdc07332 chore: use high resolution version of favicon.ico (#3709) 2019-04-01 20:33:47 +08:00
Thorsten Lünborg a6d31662cf feat: add 3rd option to lintOnSave to support 'default' behaviour (fix #3552) (#3572) 2019-04-01 19:40:18 +08:00
Haoqun Jiang 09964a00f8 feat: make fibers opt-in for dart sass (#3628)
fixes #3429
fixes #3570
fixes #3624
2019-04-01 19:32:05 +08:00
Haoqun Jiang 9e317d20d7 chore: merge branch 'dev' into next-minor 2019-04-01 18:08:59 +08:00
Haoqun Jiang d27dd24cf2 chore: vue-cli-version-marker@3.5.5 2019-04-01 16:09:22 +08:00
Haoqun Jiang aa3f53c7bb chore: 3.5.5 changelog [ci skip] 2019-04-01 16:09:20 +08:00
Haoqun Jiang 22acaf6498 v3.5.5 v3.5.5 2019-04-01 16:07:34 +08:00
Haoqun Jiang 7228146b2b revert: "fix: should not add polyfills from transform-runtime plugin (#3730)" (#3742)
This reverts commit b98796938e.

closes #3741
2019-04-01 16:06:52 +08:00
Haoqun Jiang 75bc181d62 feat: add jest typeahead plugin (#3589)
closes #1908
2019-04-01 14:19:56 +08:00
Haoqun Jiang 30f2aad0a7 feat: support multi-main entry in pages config (#3595) 2019-04-01 14:18:35 +08:00
Haoqun Jiang cc2db63223 chore: vue-cli-version-marker@3.5.4 2019-04-01 00:34:46 +08:00
Haoqun Jiang 3c455d311e chore: 3.5.4 changelog [ci skip] 2019-04-01 00:34:45 +08:00
Haoqun Jiang d037fbbec5 v3.5.4 v3.5.4 2019-04-01 00:33:04 +08:00
Haoqun Jiang 5eb142591b fix(generator): add core-js as direct dependency of generated projects (#3736) 2019-04-01 00:17:34 +08:00
Haoqun Jiang 9bdff3b43a fix: should not use abosulte polyfill paths when absoluteRuntime is on (#3732)
fixes #3725
2019-04-01 00:17:20 +08:00
Haoqun Jiang b98796938e fix: should not add polyfills from transform-runtime plugin (#3730)
It is due to a misunderstanding when upgrading babel from 7.0.0-beta.47
to 7.x.
In Vue CLI, usage-based polyfills are **only** added by @babel/preset-env
so that it avoids overheads. `transform-runtime` plugin adds polyfills
regardless of env targets so we must disable its polyfill feature.
Though, there're edge cases where runtime-helpers' polyfill dependency
are not correctly added (https://github.com/babel/babel/issues/7597),
so we also need to whitelist `@babel/runtime` for webpack to transpile.
2019-04-01 00:06:07 +08:00
modelair 3d9ac30980 docs(ru): update browser-compatibility.md (#3702) [ci skip] 2019-03-28 22:00:18 +08:00
Haoqun Jiang eeb350e179 chore: vue-cli-version-marker@3.5.3 2019-03-27 23:53:30 +08:00
Haoqun Jiang 3f14550b5e chore: 3.5.3 changelog [ci skip] 2019-03-27 23:53:28 +08:00
Haoqun Jiang 582dc45015 v3.5.3 v3.5.3 2019-03-27 23:51:30 +08:00
Haoqun Jiang f107623478 fix: downgrade @babel/preset-env temporarily (#3716) 2019-03-27 23:26:52 +08:00
Thorsten Lünborg adac48db0d fix: properly load non-js config files in genCacheConfig (#3632)
close #3631
2019-03-27 23:08:54 +08:00
Haoqun Jiang 10296ff6a7 fix: set the path of safari-no-module-fix.js correctly (#3647)
fixes #3033
2019-03-27 23:06:56 +08:00
Haoqun Jiang 1d14d4d246 feat: support pug as html template (#3663)
closes #3646
2019-03-27 18:02:43 +08:00
Haoqun Jiang 614367de93 chore: vue-cli-version-marker@3.5.2 2019-03-27 10:58:36 +08:00
Haoqun Jiang e1328accf6 chore: 3.5.2 changelog [ci skip] 2019-03-27 10:54:41 +08:00
Haoqun Jiang 0dc7934972 v3.5.2 v3.5.2 2019-03-27 10:42:28 +08:00
Haoqun Jiang 4d6fcf5455 fix: use absolute import path for injected core-js polyfills (#3710)
fixes #3678
2019-03-27 10:40:22 +08:00
Haoqun Jiang 156ef21c42 fix: explicitly set corejs version for @babel/preset-env (#3696)
closes #3695
2019-03-26 17:22:56 +08:00
btoo fd20e1ff15 docs: fix typo in README.md (#3686) [ci skip] 2019-03-21 09:33:08 +08:00
bengallienne fceede1ee0 docs: add notes for multi-page apps on references to 'prefetch' plugin (#3444) 2019-03-20 14:05:15 +08:00
Andrew Krawchyk ecbccc6499 docs: adjust plugin dev guide example to write modified contents, fixes #3655 (#3656) 2019-03-20 14:02:28 +08:00
Haoqun Jiang b993030890 chore: merge branch 'docs' into dev 2019-03-20 13:59:33 +08:00
J Bruni a1b784fe7d docs: fix grammar in css.md (#3598) [ci skip] 2019-03-17 02:11:16 +08:00
Haoqun Jiang b460b6707f chore: upgrade vue-property-decorator to 8.x 2019-03-16 00:57:16 +08:00
Abdul Rauf 2cf5849222 docs: add lerna badge in README [ci skip] (#3627) 2019-03-14 22:07:20 +08:00
Haoqun Jiang bbd573bb75 docs: add manifest in html head 2019-03-14 14:16:19 +08:00
Haoqun Jiang eda048a0fc feat: add manifest.json, make the website installable 2019-03-14 14:07:34 +08:00
Haoqun Jiang b93c0a28bf docs: pwa migration 2019-03-13 16:29:46 +08:00
Haoqun Jiang e48a9569a3 test: fix windows test 2019-03-12 16:23:43 +08:00
Haoqun Jiang dd18cd8fe0 test: remove .only 2019-03-12 16:19:02 +08:00
Haoqun Jiang f138696156 chore: vue-cli-version-marker@3.5.1 2019-03-12 16:05:52 +08:00
Haoqun Jiang e7693cca4f chore: 3.5.1 changelog [ci skip] 2019-03-12 16:05:50 +08:00
Haoqun Jiang 0b363bec49 v3.5.1 v3.5.1 2019-03-12 16:03:53 +08:00