Commit Graph

825 Commits

Author SHA1 Message Date
Guillaume Chau 4cbca94820 docs(ui): plugin architecture schema 2018-05-02 15:42:24 +02: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
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
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
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
Guillaume Chau f674aa69c6 chore: merge dev 2018-04-28 15:33:24 +02:00
Guillaume Chau 1b77f51baf fix(ui): New update available message adapted 2018-04-28 15:25:59 +02:00
Guillaume Chau 3589818a5b fix(ui): ProjectNav wide style tweaks 2018-04-28 15:12:48 +02:00
Evan You 32c90afb2c chore: 3.0.0-beta.9 changelog 2018-04-27 22:36:53 -04:00
Evan You acc7b8ae6f v3.0.0-beta.9 v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You 41d7a7441e chore: pre release sync 2018-04-27 22:35:52 -04:00
Daywatch 67fa39d3f8 fix(dependencies): add deepmerge dependencies (#1188)
close #1187
2018-04-27 22:35:38 -04:00
Guillaume Chau 0340dee20e feat(ui): ProjectNav: display labels when screen is wide 2018-04-28 02:05:57 +02:00
Evan You cedf34a9f6 chore: 3.0.0-beta.8 changelog 2018-04-27 19:41:50 -04:00
Evan You 0c493f86a2 v3.0.0-beta.8 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
Evan You a77eedcd6e chore: pre release sync 2018-04-27 19:40:54 -04:00
Guillaume Chau 6bb64a9678 fix(ui): serve disconnect IPC after first run 2018-04-28 01:39:16 +02:00
Evan You 719dfbe319 chore: refresh deps 2018-04-27 19:32:43 -04:00
Guillaume Chau 2c7c63e2fe fix(ui): remove ui from built in plugin list 2018-04-28 01:28:21 +02:00
Guillaume Chau 06a9870727 fix(ui): moved necessary deps from devDeps to deps 2018-04-28 01:22:44 +02:00
Guillaume Chau 8ebdb05165 fix(ui): vue ui command moved from cli-service to cli 2018-04-28 01:22:15 +02:00
Evan You 4999f957a9 test: properly close server 2018-04-27 18:01:37 -04:00
Derek Henscheid 0f76b8e4b4 feat(plugin-api): allow non-semver versioned dependencies (#1184)
close #1177
2018-04-27 17:54:54 -04:00
Evan You 7704868223 test: add test for #1182 2018-04-27 17:50:04 -04:00
Derek Henscheid 2b236e0475 fix(build-wc): honor custom component name for single file wc builds (#1182)
Fixes issue that prevented single entry wc builds from honoring the `--name` argument.

fix #1146
2018-04-27 17:48:32 -04:00
Evan You 81d29ab30b feat: warn when user modifies output.path directly 2018-04-27 17:30:39 -04:00
Evan You 87892a5053 fix(build): copy plugin should be loaded in all cases
close #1073
2018-04-27 17:15:04 -04:00