Commit Graph

492 Commits

Author SHA1 Message Date
Doma
cecece73bc fix(ui): i18n for 'Official' in plugin search results (#2705) 2018-10-10 14:47:57 +08:00
Haoqun Jiang
7fd3af2415 v3.0.5 2018-10-09 17:19:49 +08:00
Haoqun Jiang
86b3845faa v3.0.4 2018-09-25 16:00:36 +08:00
Haoqun Jiang
8a971461db fix(ui): use production mode when testing
This commit in vue-cli-plugin-apollo v0.16.5 fails some tests:
d91afbd734
2018-09-25 15:18:05 +08:00
Haoqun Jiang
5e96de9b8c fix(ui): fix plugin installation animation hanging
which is caused by a breaking change in graphql v14
https://github.com/Akryum/vue-cli-plugin-apollo/issues/61
2018-09-25 14:31:03 +08:00
Haoqun Jiang
444cf86d60 fix(ui): update graphql version to align with vue-cli-plugin-apollo
closes #2574
closes #2577
2018-09-24 22:25:42 +08:00
Jason
b5fe501aa6 fix: typo in en.json (#2559)
Fixed typo
2018-09-20 11:22:19 +02:00
Haoqun Jiang
b1b04b8ade fix: configuration should be synced regardless of $_init
fixes #2521
fixes #2522
2018-09-17 19:32:53 +08:00
Damian Stasik
22635507d3 fix: Removed padding reset from current project dropdown (#2501) 2018-09-13 00:12:27 +02: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
Guillaume Chau
5efbd1b632 feat(configuration details): better loading UX 2018-08-31 19:59:49 +02:00
Guillaume Chau
f8ccef1663 chore: update @vue/ui 2018-08-31 19:55:31 +02:00
Guillaume Chau
ad6f934867 fix: pane toolbar switch background in dark mode 2018-08-31 19:54:07 +02:00
Guillaume Chau
59dbc0241e fix(TopBar): project dropdown button not flat to be more accessible 2018-08-31 19:47:42 +02:00
Guillaume Chau
1333d5ef0d chore: update @vue/ui 2018-08-31 19:43:43 +02:00
Guillaume Chau
812159a345 fix: put actions buttons together, closes #1588 2018-08-31 19:41:11 +02:00
Guillaume Chau
51490c6ae1 fix: ansi up shouldn't escape HTML, closes #2187 2018-08-31 18:20:38 +02:00
Guillaume Chau
de290d8f5b fix(webpack dashboard): anazlyer sort on size types + performance improvements 2018-08-31 16:57:27 +02:00
Guillaume Chau
a549d566d6 fix: restore select element (config/task) 2018-08-31 16:16:03 +02:00
Guillaume Chau
de73414724 test: fix e2e timeout 2018-08-30 17:52:40 +02:00
Guillaume Chau
4acf48da10 chore: update to latest apollo 2018-08-23 02:20:24 +02:00
Guillaume Chau
f2614103a1 fix(plugin api): IPC now namspaced per project by default, closes #2189 2018-08-23 00:57:47 +02:00
Hugo Alliaume
a115151027 docs(cli-ui): add more notes for local development (#2281)
* docs(cli-ui): add some more user-friendly notes

* docs(cli-ui): add notes about running E2E tests locally

* chore(docs:cli-ui): cr/wording

* chore(docs:cli-ui): revert some changes, remove additionnal command for tests

* chore(docs:cli-ui): commands for cli-ui-addon-wepack
2018-08-22 23:11:40 +02:00
Bogdan Luca
bf91533c57 fix(cli-ui): ignore "false" ENOENT errors on Windows (#2294) 2018-08-21 16:36:51 +02:00
Evan You
2669008ea2 v3.0.1 2018-08-16 12:10:33 -04:00
Haoqun Jiang
4a035e2fc1 fix: upgrade lint-staged to v7.2.2 (#2183)
closes #2165
2018-08-13 12:12:26 -04:00
Evan You
394d534638 v3.0.0 2018-08-10 11:01:14 -04:00
Evan You
e075ccff36 v3.0.0-rc.12 2018-08-09 02:23:23 -04:00
Guillaume Chau
fe66a4408c fix(build): wrong arg name, closes #2067 2018-08-07 17:55:55 +02:00
Evan You
67630d2f6c v3.0.0-rc.11 2018-08-07 11:20:43 -04:00
Evan You
fd839b5bbe fix: make vue-template-compiler a peer dep to allow version pinning
close #2086
2018-08-06 22:13:32 -04:00
Guillaume Chau
3bda8240e6 fix(filediff): expand all don't expand files collapsed by default (like yarn.lock) 2018-08-07 02:09:43 +02:00
Guillaume Chau
196c84c390 feat(file-diff): syntax highlighting, better background colors 2018-08-07 02:04:30 +02:00
Guillaume Chau
9079d3e1e5 fix(deps): more robust isInstalled 2018-08-07 00:50:09 +02:00
Guillaume Chau
316d476d6d refactor: launch + more helpful error message 2018-08-06 19:07:05 +02:00
Guillaume Chau
4c8c3e9ac9 fix: change new project folder input placeholder, closes #2069 2018-08-06 18:52:12 +02:00
Guillaume Chau
8c96c15682 feat: support ANSI colors in ListItemInfo 2018-08-06 15:04:25 +02:00
Chris Fritz
1e10161e5d fix(cli-plugin-eslint): remove base rules from ui (#2029) 2018-08-01 16:20:12 +02:00
Michał Sajnóg
7953d8300f feat: rework eslint configuration tab to display all rules (#2008)
* feat(cli-plugin-eslint): Add configuration tab

* chore(vue-cli-plugin-eslint): Add missing translations, extract UI descriptors

* fix(vue-cli-plugin-eslint): Import rules from CWD

* feat(vue-cli-plugin-eslint): Add uncategorized category, add tests

* test(vue-cli-plugin-eslint): Add missing tests

* fix(vue-cli-plugin-eslint): Escape html from rules' descriptions

* chore(vue-cli): Add --ci flag in tests

* chore(vue-cli-plugin-eslint): Remove snapshot
2018-08-01 11:40:29 +02:00
Evan You
795393e60c v3.0.0-rc.10 2018-07-30 18:19:13 -04:00
Evan You
63407bd268 v3.0.0-rc.9 2018-07-28 23:23:37 -04:00
Guillaume Chau
1c5fdd0184 feat: hasPlugin matches router or vuex 2018-07-28 01:32:49 +02:00
Evan You
eafacbad90 v3.0.0-rc.8 2018-07-27 14:03:24 -04:00
Evan You
031e961894 v3.0.0-rc.7 2018-07-26 22:38:19 -04:00
Evan You
baa1e0455f refactor: extract rc file loading logic 2018-07-26 22:21:16 -04:00
Evan You
b589dfa6c2 v3.0.0-rc.6 2018-07-26 18:11:44 -04:00
Guillaume Chau
40098781c2 chore: cleanup vue config [ci skip] 2018-07-26 11:37:07 +02:00
Guillaume Chau
c5ac93e2aa fix(suggestions): refresh list when locale changes 2018-07-25 15:39:42 +02:00
Guillaume Chau
8e6622fb5d fix(task): shell mode (fix cd) + more robust error handing 2018-07-25 15:34:04 +02:00