Commit Graph

614 Commits

Author SHA1 Message Date
Guillaume Chau 921e99f305 feat(ui): New StepWizard frame style 2018-03-10 01:06:11 +01:00
Guillaume Chau e20e21d792 feat(ui): StatusBar 'No logs yet' 2018-03-10 00:51:19 +01:00
Guillaume Chau e1dc6e70ba feat(ui): StatusBar/LoggerView improvements 2018-03-10 00:49:35 +01:00
Daniel Rosenwasser ba5a3750f5 feat: use esnext targets for downleveling and modules. (#966) 2018-03-09 18:48:16 -05:00
Guillaume Chau 6c2e99a975 fix(ui): LoggerView scrollToBottom 2018-03-09 20:53:02 +01:00
Guillaume Chau 9f0eece1d1 feat(ui): Progress and Logs systems 2018-03-09 20:35:37 +01:00
ziga 179033d2b5 fix: allow user to define onProxyReq (#955) 2018-03-07 16:10:40 -05:00
Guillaume Chau 61655b14df feat(ui): Project creation working! 2018-03-07 19:17:27 +01:00
Guillaume Chau 49d2b4d9a2 chore(ui): bump version 2018-03-07 14:26:49 +01:00
Guillaume Chau 971404e60d chore: merge dev 2018-03-07 14:23:47 +01:00
Guillaume Chau c7e4ca103c fix(ui): ListItemInfo vertical align 2018-03-07 14:21:52 +01:00
Guillaume Chau fd3188d3b1 fix(ui): prompts deep objects 2018-03-07 14:21:36 +01:00
Guillaume Chau a29a3b48b4 fix(ui): pormpts remove result in answers when disabled 2018-03-07 13:18:57 +01:00
Guillaume Chau bea5df99b0 feat(ui): ProjectCreate save preset 2018-03-07 13:06:42 +01:00
Guillaume Chau 239c4d4ac9 feat(ui): ProjectCreate prompts tab 2018-03-07 12:56:06 +01:00
Evan You 03fed35704 chore: bump vue-loader 2018-03-07 02:38:31 -05:00
Evan You 1cae990520 v3.0.0-beta.6 2018-03-06 15:30:41 -05:00
Evan You c403a3d821 chore: pre release sync 2018-03-06 15:30:24 -05:00
Evan You f744040b50 fix: use dynamic publicPath for web component bundles (fix #949) 2018-03-06 15:06:03 -05:00
Guillaume Chau ee59f54cb5 feat(ui): ProjectCreate features tab 2018-03-06 19:10:11 +01:00
Evan You 08add21fe6 fix: fix @vue/cli-service initial version 2018-03-06 12:24:56 -05:00
Evan You 114e085b31 fix: fix devServer proxy when using object syntax (fix #945) 2018-03-06 12:24:31 -05:00
Evan You 3894308af7 chore: bump deps 2018-03-06 11:52:48 -05:00
Evan You dee78094dd fix: fix cases where error fails to display 2018-03-06 11:41:50 -05:00
Evan You b162cab1dc fix: do not exit with 1 on lint warnings (fix #872) 2018-03-06 10:29:44 -05:00
Guillaume Chau d0703b0128 feat(ui): ProjectCreate path preview 2018-03-06 15:34:25 +01:00
Guillaume Chau db67f1e0b9 feat(ui): Project select hide tabs when creating project 2018-03-06 15:07:46 +01:00
Guillaume Chau d59b35e089 feat(ui): ProjectCreate saves formData 2018-03-06 14:56:23 +01:00
Guillaume Chau 48a23aad54 refactor(ui): ProjectSelect now uses StepWizard 2018-03-06 14:42:36 +01:00
Guillaume Chau 7addd6869b refactor(ui): StepWizard next/previous now on scoped slot 2018-03-06 14:31:28 +01:00
Evan You 7cb01d0633 test: fix jsx test 2018-03-05 18:20:45 -05:00
Evan You 2eb1ef97e4 fix: fix babel preset jsx dependency 2018-03-05 18:09:50 -05:00
Evan You c8750c62d5 v3.0.0-beta.5 2018-03-05 18:01:13 -05:00
Evan You 1a83ffa321 chore: pre release sync 2018-03-05 18:01:08 -05:00
Guillaume Chau 45e3c82f0a feat(ui): Preset tab 2018-03-05 23:53:46 +01:00
Evan You 89f5cc3fc8 fix: resolve template extend source from the template location (fix #943) 2018-03-05 17:52:21 -05:00
Evan You 389ea864b0 fix: temporarily disable babel plugins that are not compatible with babel 7 yet 2018-03-05 17:46:40 -05:00
Evan You bdce865e83 feat: allow specifying plugin versions in presets 2018-03-05 17:44:48 -05:00
Evan You 3683b94ccc v3.0.0-beta.4 2018-03-05 14:42:38 -05:00
Evan You c66b0b28ae chore: pre release sync 2018-03-05 14:42:32 -05:00
Guillaume Chau ac50b82d0a chore: merge dev 2018-03-05 20:33:35 +01:00
Evan You a4f9e5d908 ci: bump invoke test timeout 2018-03-05 12:34:04 -05:00
Evan You de60d9f235 feat: read existing files during plugin invocation (close #873) 2018-03-05 12:33:10 -05:00
Evan You dbbc96bacc chore: upgrade globby 2018-03-05 12:32:36 -05:00
Evan You 5ae22a1ad4 refactor: allow Generator to accept inline files 2018-03-05 12:07:08 -05:00
Jakub Kotek 11192cf52a fix: use same Puppeteer like in main package.json (#942)
* Use same Puppeteer like in main package.json

This prevent download two version of Puppeteer. I can not run test properly even without this change, so I do not know if this can break anything.

* Update launchPuppeteer.js
2018-03-05 12:06:43 -05:00
Guillaume Chau 8399838538 feat(ui): Project Create details form 2018-03-05 17:53:21 +01:00
Evan You 2b9a7507b9 feat: allow specifying additional configs in preset 2018-03-05 11:20:20 -05:00
Evan You 4601cc34b2 refactor: move more into pluginResolution util 2018-03-05 11:09:21 -05:00
Evan You 2d89c51c27 feat: support using remote preset (close #884) 2018-03-05 10:56:24 -05:00