992 Commits

Author SHA1 Message Date
Michael Shilman
0232df78f6 v5.2.0-beta.7 2019-07-23 17:55:49 +08:00
Norbert de Langen
747a5ed3ed
CLI: update sb init to module format for Ember/Marko/Mithril/… (#7504)
CLI: update `sb init` to module format for Ember/Marko/Mithril/Rax/Riot/Svelte
2019-07-23 10:15:38 +02:00
Norbert de Langen
68f06ff89a
CLI: update sb init to module format for Angular (#7502)
CLI: update `sb init` to module format for Angular
2019-07-23 10:15:15 +02:00
Norbert de Langen
f0d079908f
CLI: update sb init to module format for React (#7500)
CLI: update `sb init` to module format for React
2019-07-23 10:14:51 +02:00
Michael Shilman
6853a5b95a v5.2.0-beta.6 2019-07-23 02:04:35 +08:00
Michael Shilman
ac9176fd4f v5.2.0-beta.5 2019-07-21 09:58:35 +08:00
Michael Shilman
49b67c9f87 Merge branch 'next' into 7499-module-format-others 2019-07-21 09:41:55 +08:00
Michael Shilman
f712df80d2
Merge pull request #7501 from storybookjs/7499-module-format-vue
CLI: update `sb init` to module format for Vue
2019-07-21 09:16:43 +08:00
Michael Shilman
dd756d98d3 Remove unused linting 2019-07-21 08:23:37 +08:00
Michael Shilman
0cdafb3bcd Ignore JSX warning in CLI templates 2019-07-21 02:41:35 +08:00
Michael Shilman
00c9e3558a CLI templates: Svelte => module format 2019-07-20 17:09:19 +08:00
Michael Shilman
0bf6b1a39f CLI templates: Riot => module format 2019-07-20 17:09:08 +08:00
Michael Shilman
44f67044f0 CLI templates: Rax => module format 2019-07-20 17:08:51 +08:00
Michael Shilman
18597a8337 CLI templates: Mithril => module format 2019-07-20 17:08:38 +08:00
Michael Shilman
bf4073b073 CLI templates: Marko => module format 2019-07-20 17:08:20 +08:00
Michael Shilman
3f21c949fd CLI templates: Ember => module format 2019-07-20 17:08:07 +08:00
Michael Shilman
218934cb1f CLI templates: Polymer => module format 2019-07-20 17:03:45 +08:00
Michael Shilman
fa662da49d CLI templates: HTML => module format 2019-07-20 17:03:18 +08:00
Michael Shilman
f0e3a16778 CLI templates: Angular => module format 2019-07-20 16:59:03 +08:00
Michael Shilman
8e7047f1db CLI templates: Vue SFC => module format 2019-07-20 16:55:48 +08:00
Michael Shilman
ac3c128bde CLI templates: Vue => module format 2019-07-20 16:54:57 +08:00
Michael Shilman
26e8e755f2 CLI templates: webpack-react => module format 2019-07-20 16:47:45 +08:00
Michael Shilman
dc0852ace7 CLI templates: react-scripts => module format 2019-07-20 16:47:11 +08:00
Michael Shilman
166785f93c CLI templates: react => module format 2019-07-20 16:46:51 +08:00
Michael Shilman
efda1d5ccc CLI templates: preact => module format 2019-07-20 16:46:24 +08:00
Michael Shilman
eb28c95977 CLI templates: meteor => module format 2019-07-20 16:45:57 +08:00
Michael Shilman
bd77e15c32 v5.2.0-beta.4 2019-07-20 12:41:13 +08:00
Michael Shilman
0d872f723d
Marko support rerendering (#7460)
Marko support rerendering
2019-07-20 01:07:03 +08:00
Michael Shilman
e788841935 v5.2.0-beta.3 2019-07-19 20:15:36 +08:00
Dylan Piercey
3282ddd3b9
fix: add back component parameter option, rename template to component 2019-07-18 20:05:41 -07:00
Michael Shilman
d597cdd048 v5.2.0-beta.2 2019-07-18 22:21:11 +08:00
Michael Shilman
7be5727376 CLI: sb migrate typescript support 2019-07-18 12:37:59 +08:00
Michael Shilman
cec7d5c282 v5.2.0-beta.1 2019-07-18 10:09:31 +08:00
Dylan Piercey
7a82da80bd
feat: update Marko api to support rerendering 2019-07-17 15:29:19 -07:00
Michael Shilman
fbf724f2a1 v5.2.0-beta.0 2019-07-15 20:49:44 +08:00
Michael Shilman
f3487c68e4 v5.2.0-alpha.44 2019-07-15 09:32:23 +08:00
Michael Shilman
5622d09068
CLI: Add migrate command (#7414)
CLI: Add migrate command
2019-07-15 09:25:39 +08:00
Michael Shilman
b4625b0fcd CLI: Add file renaming to migrate 2019-07-14 14:10:40 +08:00
Michael Shilman
88c2bcc70b Oops 2019-07-14 13:47:33 +08:00
Michael Shilman
73c03524a3 CLI: Migration required 2019-07-14 13:36:25 +08:00
Michael Shilman
eeb8f65034 Fix typo 2019-07-14 13:35:15 +08:00
Michael Shilman
84b2bd0684 Update CLI docs 2019-07-14 13:28:48 +08:00
Michael Shilman
a36e84e750 CLI: Add migrate command to call codemods 2019-07-14 13:28:35 +08:00
Michael Shilman
2cbb9614f1 v5.2.0-alpha.43 2019-07-13 21:50:51 +08:00
Michael Shilman
b6ae728039 v5.2.0-alpha.42 2019-07-12 11:35:45 +08:00
Michael Shilman
9b21aea75b v5.2.0-alpha.41 2019-07-11 08:01:54 +08:00
Norbert de Langen
9571fe1572 Merge branch 'next' into preview-hooks
# Conflicts:
#	addons/actions/package.json
#	addons/events/package.json
#	addons/events/src/index.ts
#	addons/ondevice-notes/package.json
#	dev-kits/addon-roundtrip/package.json
#	examples/dev-kits/package.json
#	examples/html-kitchen-sink/package.json
#	lib/client-api/package.json
#	lib/client-api/src/client_api.ts
#	lib/client-api/src/typings.d.ts
#	lib/client-api/tsconfig.json
#	lib/ui/src/index.js
#	yarn.lock
2019-07-10 16:08:11 +02:00
Michael Shilman
c41dafcbfe v5.2.0-alpha.40 2019-07-10 21:13:10 +08:00
Norbert de Langen
6bcdbf209a Merge branch 'next' into setup-travis
# Conflicts:
#	yarn.lock
2019-07-10 12:24:25 +02:00
Michael Shilman
3b17da4800 v5.2.0-alpha.39 2019-07-10 10:42:50 +08:00