Commit Graph

847 Commits

Author SHA1 Message Date
Guillaume Chau 4f3337dc3c fix(ui): remove unused script 2018-05-03 15:47:16 +02:00
Guillaume Chau 0e8e0ce278 fix(ui): open project: check if folder exists 2018-05-03 15:45:55 +02:00
Guillaume Chau 5b232f9947 fix(ui): unhandled auto project open error 2018-05-03 15:42:57 +02:00
Guillaume Chau 8992e7bebd chore: update deps 2018-05-03 15:40:29 +02:00
Guillaume Chau d2d2f7f346 refactor(ui): use fs-extra 2018-05-02 17:18:01 +02:00
Guillaume Chau 3b7f292eb3 fix(ui): remove eslint disable comment 2018-05-02 17:02:07 +02:00
Guillaume Chau 2a483051ed chore: merge dev 2018-05-02 17:01:20 +02:00
Guillaume Chau 4cbca94820 docs(ui): plugin architecture schema 2018-05-02 15:42:24 +02:00
Evan You 69ebd800a2 refactor: rename test commands
BREAKING CHANGE: `cli-plugin-unit-jest` and `cli-plugin-unit-mocha` now register
"test:unit" command and script instead of "test"; `cli-plugin-e2e-cypress` now
register "test:e2e" with optional `--headless` flag instead of "e2e" and
"e2e:open"; `cli-plugin-e2e-nightwatch` now register "test:e2e" instead of "e2e".

close #876, close #878
2018-05-01 18:15:25 -04:00
Evan You d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You 51c8090166 fix(typescript): separate tsx shim
close #1198
2018-05-01 14:55:46 -04:00
Evan You a88fa5f75d refactor: fix tests (service.run should return Promise) 2018-05-01 14:00:26 -04:00
Guillaume Chau aa2783da6c fix(ui): ui command: display URL 2018-05-01 15:43:10 +02:00
Guillaume Chau fef2f78c3d feat(ui): dev mode 2018-05-01 15:21:37 +02:00
Guillaume Chau 4cb15f3961 feat(ui): ShareData two-way sync + watchSharedData + storage API + dev logs 2018-05-01 15:03:35 +02:00
Evan You 69a6b0bbfe refactor(cli-serivce): use async functions when running service commands 2018-04-30 19:02:42 -04:00
Evan You da515acaf9 ci: also run lint on ci 2018-04-30 18:39:26 -04:00
Evan You 6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You 0f73a91162 refactor: use fs-extra 2018-04-30 18:19:02 -04:00
Evan You 2222808a8d ci: tweak workflow workload 2018-04-30 17:27:50 -04:00
Evan You 8426fb84af chore: update lockfile 2018-04-30 17:17:59 -04:00
Evan You 77cf0ba4fd refactor: rename tests 2018-04-30 17:12:35 -04:00
Evan You 0d9f8421d7 ci: use CircleCI workflow 2018-04-30 16:47:43 -04:00
Evan You fd9d255f65 fix(build): fix --dest flag regression
close #1193
2018-04-30 16:16:08 -04:00
Guillaume Chau f5cf28b3ac refactor(ui): changed PWA logo 2018-04-30 20:51:03 +02:00
Guillaume Chau 9898dc0f64 feat(ui): ItemLogo recognize images in 'icon' field 2018-04-30 20:42:33 +02:00
Derek Henscheid a6e47cee61 fix(typescript): add node_modules/** to tslint default excludes (#1200)
close #1194
2018-04-30 13:43:48 -04:00
Guillaume Chau 98f6a16cd7 feat(ui): config more info button 2018-04-30 19:10:58 +02:00
Guillaume Chau b6928a305c fix(ui): App name prompt description 2018-04-30 19:06:47 +02:00
Guillaume Chau 77f0034632 fix(ui): removed builtin japan locale 2018-04-30 19:03:32 +02:00
Guillaume Chau 2eac8ff52d feat(ui): PWA config + ESLint extra config 2018-04-30 19:03:21 +02:00
Guillaume Chau ae552a982a fix(ui): merge locales 2018-04-30 18:00:20 +02:00
Guillaume Chau 9d87b35121 fix(ui): eslint warnings 2018-04-30 17:53:29 +02:00
Guillaume Chau 320884494f fix(ui): don't save loader results into cache 2018-04-30 17:53:04 +02:00
Guillaume Chau 0c7a8df4c0 chore(ui): update deps 2018-04-30 17:52:44 +02:00
Guillaume Chau 86c9674029 feat(ui): dev: auto reload locales 2018-04-30 17:36:22 +02:00
Guillaume Chau c135782bba fix(ui): missing log 2018-04-30 17:02:13 +02:00
Guillaume Chau 29e2d767a5 fix(ui): unset last opened project if it is removed 2018-04-30 16:43:02 +02:00
Guillaume Chau d039af07be refactor(ui): locales system improvements 2018-04-30 16:41:29 +02:00
Guillaume Chau 2927095a77 fix(ui): project create change folder not working in Firefox 2018-04-29 23:28:33 +02:00
Guillaume Chau a55cec723f fix(ui): display tooltip on config list items in case description is too long 2018-04-29 23:16:44 +02:00
Guillaume Chau f32222fe88 feat(ui): localize report bug button 2018-04-29 23:11:11 +02:00
Guillaume Chau a66dabb613 feat(ui): plugin locales 2018-04-29 23:05:48 +02:00
SEBIRE Florian be713a6bec docs(COMMIT_CONVENTION): update Angular's convention link (#1191)
update Angular's commit convention link
2018-04-29 12:20:43 +02:00
Guillaume Chau 9a852d6241 fix(ui): ProjectNavButton bullet position in wide mode 2018-04-28 22:35:11 +02:00
Guillaume Chau 104aba23db feat(ui): db click on task to run 2018-04-28 22:26:57 +02:00
Guillaume Chau 28558ea5bb fix(ui): ProjectNavMore wide 2018-04-28 22:14:15 +02:00
Guillaume Chau 87116364a7 feat(ui): JS config support 2018-04-28 19:59:06 +02:00
Guillaume Chau 5b5d754e09 fix(ui): CSS fixes 2018-04-28 18:49:41 +02:00
Guillaume Chau 855cbeaa3f fix(ui): wide project nav buttons alignment 2018-04-28 18:40:58 +02:00