Haoqun Jiang
9ab0fbde1c
Publish
...
- @vue/cli@3.1.3
- vue-cli-version-marker@3.1.2
2018-11-12 16:36:35 +08:00
Haoqun Jiang
cd7a5d0b52
Publish
...
- @vue/cli-plugin-e2e-cypress@3.1.2
- @vue/cli-plugin-eslint@3.1.5
- @vue/cli-plugin-pwa@3.1.2
- @vue/cli-service-global@3.1.3
- @vue/cli-service@3.1.4
- @vue/cli-ui-addon-webpack@3.1.2
- @vue/cli-ui-addon-widgets@3.1.2
- @vue/cli-ui@3.1.2
- @vue/cli@3.1.2
- @vue/eslint-config-prettier@4.0.1
- vue-cli-version-marker@3.1.1
2018-11-12 16:20:18 +08:00
Haoqun Jiang
d1cd4aa6a2
fix: plugin.options can be missing when runGenerator is directly called
...
fixes #2906
2018-11-12 15:29:40 +08:00
Haoqun Jiang
044f5b3b7e
refactor: use a version map to determine the newest dependency versions
...
Now that lerna independent mode is used to release new versions, we can
no longer ensure the core service/plugin versions are in sync with
@vue/cli itself. So `vue-cli-version-marker` is now used to store the
latest version map of core packages.
In order to automate this process, all the core cli packages are listed
as `devDependencies` of `vue-cli-version-marker`. This will cause a
cyclic dependency warning in lerna bootstrap, and that warning can be
safely ignored because these are just `devDependencies` which won't
affect end users.
Another gotcha is that the version of `vue-cli-version-marker` will be
bumped each time we do a release. This may break the remote version
check logic before rc.12 (due to
1ae223dfc0 (diff-ac5fc3f8b11df9fc948b8e5aa52a074e)
the background version check might never get executed since rc.12)
2018-11-12 14:24:41 +08:00
Haoqun Jiang
b5e4cc213f
Publish
...
- @vue/cli-init@3.1.1
- @vue/cli-plugin-e2e-cypress@3.1.1
- @vue/cli-plugin-e2e-nightwatch@3.1.1
- @vue/cli-plugin-eslint@3.1.4
- @vue/cli-plugin-pwa@3.1.1
- @vue/cli-plugin-typescript@3.1.1
- @vue/cli-plugin-unit-jest@3.1.1
- @vue/cli-plugin-unit-mocha@3.1.1
- @vue/cli-service-global@3.1.2
- @vue/cli-service@3.1.2
- @vue/cli-shared-utils@3.1.1
- @vue/cli-test-utils@3.1.1
- @vue/cli-ui-addon-webpack@3.1.1
- @vue/cli-ui-addon-widgets@3.1.1
- @vue/cli-ui@3.1.1
- @vue/cli-upgrade@3.1.1
- @vue/cli@3.1.1
- @vue/eslint-config-typescript@3.1.1
2018-11-02 22:53:49 +08:00
Haoqun Jiang
14e8585cd0
chore: update deps
2018-11-01 14:14:07 +08:00
Haoqun Jiang
782afeff73
v3.1.0
2018-10-31 02:11:23 +08:00
Haoqun Jiang
77448897d4
feat: implement vue upgrade ( #2428 )
...
* feat: add vue upgrade command
* feat: implement vue upgrade
2018-10-31 01:07:39 +08:00
Haoqun Jiang
b0f6ed8218
feat: support for --registry option in vue add & vue invoke commands ( #2698 )
...
closes #1868
2018-10-29 00:07:15 +08:00
Haoqun Jiang
78c7c129dd
feat: support yarn for adding inline registry
...
closes #2809
Yarn supports `--registry` since v1.2.0
2018-10-28 23:28:57 +08:00
katashin
89edf0d341
fix(cli): avoid assertion error when vue.config.js includes assignment expression ( #2770 )
2018-10-28 11:51:46 +08:00
Guillaume Chau
a09407dd5b
feat(ui): Redesign, dashboard, local plugins ( #2806 )
...
* feat: basic fonctionality, welcome and kill port widgets
* fix: contrast improvements
* feat: plugin/dep/vulnerability widgets design
* fix: widget add/remove animation
* feat: run task widget
* feat: news + wip resizing
* feat: nuxt
* chore: removed widget example
* fix: visual polish for widget transform
* feat(widget): overlap detection
* fix: news default/max size
* feat(dashboard): sidepane transition
* chore: dev api server port
* fix(widget): configure tooltip
* refactor(widget): generic Movable mixin
* refactor(widget): resizable mixin
* feat(widget): resize transition
* feat(widget): resize improvements
* refactor(widget): zoom factor
* refactor(widget): OnGrid mixin
* refactor(widget): resize handler style moved to global
* chore: remove console.log
* refactor: files structure
* feat: improved design and layout
* fix: content background vars
* fix: status bar / view nav z-indexes
* fix: webpack dashboard grid gap
* feat(news feed): handle errors
* fix(card): dimmed box shadow
* fix: view nav & status bar z-index
* fix: remove (wip)
* feat(widget): style tweaks
* feat(widget): details pane (wip)
* feat: news feed widget improvements
* feat(widget): custom header button
* feat(news): item details pane
* feat(widget): custom title
* fix(news): better cache and misc fixes
* feat(widget): resize left and top handles
* feat(widget): transparent widget while moving/resizing
* feat(news): better "big size" style
* fix(news): media sizes in rich content
* feat(plugin): local plugins support
* fix: scrolling issue in Fx
* fix: colors
* fix(nav bar): more item overflowing
* feat(vuln): frontend
* chore: locale update
* fix: image in suggestion dropdown (dev)
* fix(suggestion): missing custom image
* feat(view): user default plugin logo if no provided icon
* feat(view): better loading UX
* feat(view): button background if view is selected
* feat(view): new nav indicator
* feat(widget): use plugin logo as default icon
* feat(widget): better widget modal
* feat(widget): longDescription
* fix(widget): news validate url param
* feat(widget): filter widgets in add pane
* feat(widget): tease upcoming widgets
* chore: fix merge dev
* chore: yarn install
* chore: sync versions
* chore: update apollo
* docs: widget
* fix(progress): graphql error
* fix(deps): localPath
* perf(plugin): faster local plugin refresh
* fix(nav): center active indicator
* feat(task): improved header
* feat(client addon): custom component load timeout message
* feat(suggestion): ping animation to improve discoverability
* chore: update vue-apollo
* feat(api): requestRoute
* fix(suggestion): hide more info link if no link
* fix(style): ul padding
* test(e2e): fix plugin path
* chore: change test scripts
* chore(deps): upgrade
* fix: build error
* fix(widget): removed moving scale transform
* fix(widget): resize handles style
* chore(deps): unpin apollo-utilities
* chore(deps): lock fix
* test(e2e): fix server
* fix: issue with writeQuery
See: https://github.com/apollographql/apollo-client/issues/4031#issuecomment-433668473
* test(e2e): fix tests
* test(e2e): missing widgets build
* fix: missing widgets dep
2018-10-28 04:10:34 +01:00
Yamagishi Kazutoshi
be814b3518
feat(ui): add --host option ( #2568 )
2018-10-20 19:57:28 +08:00
Haoqun Jiang
7c91a187e4
chore: add link to configuration reference in the generated README.md
...
fixes #2519
2018-10-09 17:47:37 +08:00
Haoqun Jiang
7fd3af2415
v3.0.5
2018-10-09 17:19:49 +08:00
Amy
f99796e627
fix(preset): plugin invoke order don't sort by unicode order ( #2656 )
2018-10-09 16:59:15 +08:00
Haoqun Jiang
86b3845faa
v3.0.4
2018-09-25 16:00:36 +08:00
Pavan Kumar Sunkara
1a8394434a
fix(cli): make sortObject consistent even when keyOrder is given ( #2326 )
2018-09-25 01:38:33 +08:00
Haoqun Jiang
5e261be0bb
fix: show full project name in error message for vue create .
2018-09-19 21:36:17 +08:00
Haoqun Jiang
3015bc2537
v3.0.3
2018-09-12 13:18:40 +08:00
Haoqun Jiang
33726981fa
v3.0.2
2018-09-11 22:45:32 +08:00
Dobromir Hristov
3f434f69c6
fix(plugin api): fix generator dotfile rename for Windows. ( #2427 )
...
close #2424
2018-09-04 17:49:17 +08:00
Haoqun Jiang
ba15fa26b2
fix: use sync fs methods in writeFileTree ( #2341 )
...
closes #2275
Iterating over async functions would put too many write calls in I/O
queue in the same time, leading to weird bugs.
2018-09-03 22:34:53 +08:00
The Jared Wilcurt
ff57b8f55f
fix: names of Sass and Less ( #2384 )
...
* Sass, not SASS
* Update cssPreprocessors.spec.js
2018-08-29 10:25:09 +02:00
dailynodejs
53509e115f
[polish] word mistake ( #2331 )
...
polish registry word mistake
2018-08-23 17:41:56 +09:00
Guillaume Chau
4acf48da10
chore: update to latest apollo
2018-08-23 02:20:24 +02:00
Haoqun Jiang
ecb8c1801f
fix: support generator/index.js in local presets ( #2263 )
...
fixes #2172
2018-08-20 11:31:04 -04:00
Evan You
5999e09945
chore: update package readme docs links [ci skip]
2018-08-18 11:45:02 -04:00
Evan You
2669008ea2
v3.0.1
2018-08-16 12:10:33 -04:00
Evan You
6d64750bc0
fix: temporary fix core-js dep for vue ui
...
close #2215
2018-08-16 12:09:21 -04:00
Evan You
8dfa2907a7
refactor: generate postcss.config.js instead of .postcssrc.js
2018-08-15 18:34:55 -04:00
Evan You
1892bcc251
fix(generator): handle directories starting with dot
...
close #2222
2018-08-15 18:34:55 -04:00
Evan You
a76bde100b
test: do not call process.exit during tests
2018-08-11 16:11:13 -04:00
Evan You
f83f31a02e
fix: fix local preset inference on Windows
2018-08-11 16:10:57 -04:00
Evan You
394d534638
v3.0.0
2018-08-10 11:01:14 -04:00
Evan You
8ccea270d4
chore: ensure EOL on generated files
...
close #2127
2018-08-10 09:56:23 -04:00
Evan You
e075ccff36
v3.0.0-rc.12
2018-08-09 02:23:23 -04:00
Evan You
3b21fad868
feat: support generator.js and prompts.js in preset
2018-08-08 16:35:57 -04:00
Evan You
1ae223dfc0
refactor: refactor getVersions logic
2018-08-08 11:01:49 -04:00
Evan You
67630d2f6c
v3.0.0-rc.11
2018-08-07 11:20:43 -04:00
Evan You
d494350fdb
chore: fix package homepage links [ci skip]
2018-08-07 11:17:23 -04:00
Guillaume Chau
316d476d6d
refactor: launch + more helpful error message
2018-08-06 19:07:05 +02:00
Guillaume Chau
9f9ddb133d
feat(create): more descriptions and links
2018-08-06 15:20:24 +02:00
Guillaume Chau
8c96c15682
feat: support ANSI colors in ListItemInfo
2018-08-06 15:04:25 +02:00
李润泽
31710fe4d1
fix: temporarily avoid chalk color in options ( #2042 )
2018-08-05 23:18:04 -04:00
Evan You
55d266ea30
chore: cli bare flag should take higher priority than preset
2018-08-03 11:47:00 -07:00
Evan You
c6ca93e0dd
feat: support --bare flag when creating new projects
...
close #2030
2018-08-03 11:45:10 -07:00
oika
d5a67db63d
chore: fix typo in version check message. ( #1995 )
2018-07-31 10:45:23 -04:00
Evan You
795393e60c
v3.0.0-rc.10
2018-07-30 18:19:13 -04:00
Evan You
a4ef6bcd7e
ci: fix router prompt spec
2018-07-30 18:05:57 -04:00