Commit Graph

2416 Commits

Author SHA1 Message Date
aruseni
80e5d7ff36 Correct HTML and Static Assets (#4192)
* Correct HTML and Static Assets

* Update docs/guide/html-and-static-assets.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
2019-06-24 12:09:40 +03:00
ziga
323acc915e Add heroku deployment guide (#3777)
* Add heroku deployment description

* Link to heroku CLI article

Also split instructions into steps

* Use heroku org buildpack link

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>

* Update docs/guide/deployment.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
2019-06-23 09:48:58 +03:00
Thorsten Lünborg
09ce29f720 docs: mention caveat about missing plugins when in legacy config (#3857)
* docs: mention caveat about missing plugins
when in legacy config
close #3845

* Update browser-compatibility.md
2019-06-22 13:19:54 +03:00
Haoqun Jiang
af25ef75ce feat: make injectImports & injectRootOptions work for .vue files (#4168)
closes #1702
2019-06-21 17:20:53 +08:00
Leon Liu
76e7c38fc8 fix: prefer devServer.public as the custom url for browser to open (#4169)
fixes #3747
2019-06-19 19:23:44 +08:00
Haoqun Jiang
271bf395df chore: move yorkie from cli-service to plugin-eslint & plugin-typescript (#4153)
It is because yorkie is not used anywhere in @vue/cli-service, but only
included for the `lintOn: 'commit'` feature of eslint & typescript
plugin.

Also, a lot of global installation issues are caused by the yorkie
postinstall script. Moving it out of the dependency chain of `@vue/cli`
mitigates such issues.
2019-06-18 23:28:26 +08:00
Haoqun Jiang
070b2e4e27 chore: update vuepress to v1 stable 2019-06-18 19:34:35 +08:00
Haoqun Jiang
dfc4b0b54a chore: changelog of v3.8.4 2019-06-15 14:29:02 +08:00
Haoqun Jiang
8283f46d0b fix: fix config merging during vue invoke in Node.js v12 (#4148)
The root cause here is the same as #4095
The failing `loadModule` call will return `undefined` for a js config
read operation, which later caused config being overwritten.
2019-06-15 13:23:05 +08:00
zrh122
570588ffb1 chore: upgrade default-gateway to 5.0.2 (#4150)
fixes #4144
2019-06-15 12:39:54 +08:00
Haoqun Jiang
ab97f31a17 chore: add v3.8.3 changelog [ci skip] 2019-06-13 11:02:11 +08:00
Thorsten Lünborg
cb47a28c10 fix: airbnb lint should not warn on vuex state mutation (#3961)
close #3954
2019-06-13 10:12:42 +08:00
Natalia Tepluhina
20c96c45f8 docs: move core plugins docs to documentation website (#4120)
Also, created a script to generate docs
2019-06-12 15:32:04 +08:00
Haoqun Jiang
f3d2c1c133 fix: display correct address when multiple network adapters present (#4083)
fixes #3266

see https://github.com/vuejs/vue-cli/issues/3266#issuecomment-493487325

Thanks to @shenliangv
2019-06-04 23:57:31 +08:00
Haoqun Jiang
78e1c4cf63 fix: fix resolve project local plugin's file path (#4095)
Thanks to @SneakyMax
See https://github.com/vuejs/vue-cli/issues/4014#issuecomment-497993827
2019-06-04 23:56:55 +08:00
Haoqun Jiang
2fa9f5bf6f workflow!: vue-cli-version-marker's version now only syncs with @vue/cli
This breaks @vue/cli 3.1.2 and 3.1.3 but it's a necessary change to
simplify the release workflow
2019-05-31 18:21:16 +08:00
Sanapoint 顼轩
47d56e998d fix(cli-service): avoid opening browser twice
fixes #4079
2019-05-30 17:01:27 +08:00
kazuya kawaguchi
500dc50205 docs: add more explanation at prompts (#3924) 2019-05-27 10:56:36 +08:00
kazuya kawaguchi
5f879c4b5d docs: fix dead link (#3923) [ci skip] 2019-05-26 15:45:49 +08:00
Haoqun Jiang
032317efd1 chore: refine changelog for v4.0.0-alpha.1 2019-05-26 00:37:01 +08:00
Haoqun Jiang
e16d6dd46b chore: add 3.8.x changelog 2019-05-26 00:29:47 +08:00
Haoqun Jiang
82dbbeb07a docs: add description of babel plugin usage in TS plugin prompt (#4046)
closes #3206
2019-05-25 23:00:55 +08:00
Haoqun Jiang
8fa6fa694a v4.0.0-alpha.1 v4.0.0-alpha.1 2019-05-25 17:48:40 +08:00
Haoqun Jiang
7bd8796227 chore: pre release sync 2019-05-25 17:46:04 +08:00
Haoqun Jiang
ac8b2b3bd1 fix: add default inMemoryCacheOptions
vue-cli-plugin-apollo now defaults it to null, which won't trigger
default parameter fallback, so this triggers another bug in
apollo-cache-inmemory 1.6.0 787be61441/packages/apollo-cache-inmemory/src/inMemoryCache.ts (L136)
causing "Cannot read property 'freezeResults' of null" error.
2019-05-25 16:50:10 +08:00
Haoqun Jiang
b6984d9f5a chore: lockfile maintenance and ensures there's only one graphql instance
Seems somewhere in the dependency chain there's code using `instanceof`
operator.
2019-05-25 16:49:13 +08:00
Haoqun Jiang
2ce1fc0982 chore: update deps 2019-05-25 14:34:43 +08:00
Luiz Victor Linhares Rocha
49725b4c04 feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option (#3939)
close #3933
2019-05-25 13:58:54 +08:00
Haoqun Jiang
0c6085a0c8 fix: add missing dependencies to @vue/cli-upgrade (#4036)
fixes #3417
fixes #3222
2019-05-25 13:56:47 +08:00
Haoqun Jiang
3648a51a91 test: replace http-server with serve to create a test server (#4056)
Fixes Windows compatibility caused by https://github.com/indexzero/http-server/issues/525

And, serve is better maintained than http-server or ecstatic.
2019-05-25 13:32:32 +08:00
Haoqun Jiang
88cf38b9a1 chore: update vue-template-compiler version 2019-05-24 16:53:30 +08:00
Haoqun Jiang
197fd92c73 ci: update chromedriver version in appveyor to 2.45
Their Chrome version has been updated.
See https://www.appveyor.com/updates/2019/02/11/
2019-05-23 21:58:06 +08:00
Haoqun Jiang
649b564feb chore: update isbinaryfile to 4.x 2019-05-22 16:52:16 +08:00
Haoqun Jiang
f078c46fc3 chore(openBrowser): sync with upstream 2019-05-22 16:34:09 +08:00
Haoqun Jiang
43bdc333f4 chore: revert fs-extra to 7.x to fix incompatibilities with graceful-fs
See: https://github.com/jprichardson/node-fs-extra/issues/687
2019-05-21 23:54:51 +08:00
Haoqun Jiang
38c74c1542 chore: fix lint errors 2019-05-21 23:26:34 +08:00
Haoqun Jiang
3e785dff82 chore: lockfile maintenance 2019-05-21 22:48:36 +08:00
Haoqun Jiang
b13ab797af chore: update dependencies 2019-05-21 22:48:23 +08:00
Haoqun Jiang
d81d57beec fix: fix dev mode compatibility with workers (#4034)
fixes #3539
2019-05-21 22:19:57 +08:00
Haoqun Jiang
d872cc0f2e chore: bump fibers version to be compatible with node v12 2019-05-20 00:36:58 +08:00
Haoqun Jiang
80028755f8 fix: update the css-loader runtime path for css-loader v2 (#4025) 2019-05-19 21:04:15 +08:00
Guillaume Chau
3f9838b649 feat: prompt editor (#3929)
* feat(Prompt): editor

* docs(ui dev): update supported inquirer types
2019-05-18 13:32:48 +02:00
Francisco
edcce6a311 chore(dev-server): set clientLogLevel option to silent (#4018)
The `none` option is deprecated and will be removed in the next major https://github.com/webpack/webpack-dev-server/pull/1901/files
2019-05-18 16:55:56 +08:00
Payton Burdette
fa7c1aa02d chore: upgrade webpack-dev-server to 3.4.1 (#4020)
fixes #4016
2019-05-18 16:45:28 +08:00
0xflotus
e9d4c4902c docs: fix typo of transformIgnorePatterns (#3927) [ci skip] 2019-05-17 17:02:06 +08:00
achretien
59b106ad04 feat: enable hmr for 'mini-css-extract-plugin' in dev (#4011) 2019-05-17 16:33:23 +08:00
Haoqun Jiang
2e417b01d2 refactor: replace recast with jscodeshift for injectImportsAndOptions (#4003)
fixes #3309
2019-05-17 14:58:31 +08:00
Guillaume Chau
abf30c4238 Merge branch 'v3' into dev 2019-05-16 16:04:39 +02:00
Guillaume Chau
3eabfad234 fix(task): ENV_VAR=value broken in commands 2019-05-16 15:41:35 +02:00
Haoqun Jiang
aeee7fac01 fix(cli-ui): update dependencies and fix peer dependency warnings (#3992) 2019-05-16 19:04:40 +08:00