39535 Commits

Author SHA1 Message Date
Michael Shilman
40a55bdddb Vue3: webpack preset refactor 2022-04-21 16:03:05 +08:00
Michael Shilman
f23e877404 Vue: webpack preset refactor 2022-04-21 16:02:28 +08:00
Michael Shilman
74e005bb9d Svelte: webpack preset refactor 2022-04-21 16:01:56 +08:00
Michael Shilman
3c2e442e37 Server: webpack preset refactor 2022-04-21 16:01:25 +08:00
Michael Shilman
2bceb2cf0f React: webpack preset refactor 2022-04-21 16:00:08 +08:00
Michael Shilman
3aa7e068be Preact: webpack preset refactor 2022-04-21 15:59:33 +08:00
Michael Shilman
d75e7686be Cleanup 2022-04-21 15:57:06 +08:00
Michael Shilman
427aab0862 HTML: split out webpack preset 2022-04-21 14:17:42 +08:00
Michael Shilman
b41f0b2f90 Fix IE11 in renderers 2022-04-21 11:31:59 +08:00
Michael Shilman
69eabda796 Renderer-react: Fix IE11 support 2022-04-21 11:16:19 +08:00
Michael Shilman
8d1e54555e Merge branch 'future/add-renderers' into future/renderer-presets 2022-04-21 08:40:50 +08:00
Michael Shilman
2d4bcbe0cb Merge branch 'future/remove-start-build-storybook' into future/add-renderers 2022-04-21 08:39:18 +08:00
Michael Shilman
eb15607f99 Run sb build instead of build-storybook 2022-04-20 21:57:00 +08:00
Michael Shilman
5d7d7d6723 Persist renderers to workspace 2022-04-20 21:31:23 +08:00
Michael Shilman
ddefe6aa8d Update snapshots 2022-04-20 21:29:29 +08:00
Michael Shilman
eb8fdb8e70 Persist renderers to workspace 2022-04-20 21:05:01 +08:00
Michael Shilman
76aac133ad Fix renderer presets to export renderToDOM etc 2022-04-20 19:47:07 +08:00
Michael Shilman
379a42daa5 Update preset.ts 2022-04-20 01:20:04 +08:00
Michael Shilman
05e7f5679a Make renderers presets 2022-04-20 00:52:31 +08:00
Michael Shilman
5ea9053dd2 Delete extra renderer preset 2022-04-20 00:51:54 +08:00
Michael Shilman
fbd9c9faec Merge branch 'future/sb-start-build' into future/remove-start-build-storybook 2022-04-18 11:54:49 +08:00
Michael Shilman
304df85c95 Update yarn.lock 2022-04-18 11:23:19 +08:00
Michael Shilman
0875d5fafd CLI: Use sb build/dev 2022-04-18 11:17:26 +08:00
Michael Shilman
f896aa8c0c Merge branch 'future/base' into future/sb-start-build 2022-04-18 10:47:10 +08:00
Michael Shilman
96f6276daa 6.5.0-alpha.64 next.json version file 2022-04-18 10:32:07 +08:00
Michael Shilman
a942cb921c Update git head to 6.5.0-alpha.64, update yarn.lock 2022-04-18 10:28:41 +08:00
Michael Shilman
7417a230d6 v6.5.0-alpha.64 v6.5.0-alpha.64 2022-04-18 10:25:22 +08:00
Michael Shilman
8a0a6fb51a Update root, peer deps, version.ts/json to 6.5.0-alpha.64 [ci skip] 2022-04-18 10:04:38 +08:00
Michael Shilman
6ce0cc11c7 6.5.0-alpha.64 changelog 2022-04-18 10:01:01 +08:00
Michael Shilman
c59904b6ea
Merge pull request #17649 from storybookjs/fix/method-call-reporting-inconsistency
Interactions: Fix show length of object value on MethodCall
2022-04-18 09:33:05 +08:00
Michael Shilman
396c1a9c48
Merge pull request #17987 from storybookjs/react-18-import
React: Fix React 18 react-dom/client dynamic import syntax
2022-04-18 09:30:46 +08:00
Ian VanSchooten
d19fdec25d Fix React 18 react-dom/client dynamic import 2022-04-17 21:17:33 -04:00
Michael Shilman
6415d8ec47
Merge pull request #17939 from storybookjs/fix-17914-svelte-babel-v7-mode
Svelte: Fix webpack5/babelModeV7
2022-04-18 03:12:36 +08:00
Michael Shilman
af72d6e8b6 Fix react-dom/client hack for renderer 2022-04-17 17:18:56 +08:00
Michael Shilman
4d4c11a8e5 Update snapshots 2022-04-17 15:58:43 +08:00
Michael Shilman
0de0719db8
Merge pull request #17984 from italoteix/feat/add-interactions-to-preact-cli-template
CLI/Preact: add interactions to cli template
2022-04-17 09:11:30 +08:00
Ítalo Teixeira
10caa770b9 feat: add interactions to preact cli template 2022-04-16 16:34:20 +02:00
Michael Shilman
b834fafaa4 Add renderers to workspace 2022-04-16 15:39:45 +08:00
Michael Shilman
76c1925c15 Web components renderer 2022-04-16 15:39:05 +08:00
Michael Shilman
83d13b2c92 Vue3 renderer 2022-04-16 15:38:25 +08:00
Michael Shilman
cf12b7867e Vue renderer 2022-04-16 15:37:53 +08:00
Michael Shilman
c9997c4df3 Svelte renderer 2022-04-16 15:37:20 +08:00
Michael Shilman
5214ba5d2d Server renderer 2022-04-16 15:36:32 +08:00
Michael Shilman
41ae963589 React renderer 2022-04-16 15:35:56 +08:00
Michael Shilman
fe8c942f40 Preact renderer 2022-04-16 15:34:36 +08:00
Michael Shilman
3ad6be9431 HTML renderer 2022-04-16 15:31:35 +08:00
Michael Shilman
eb05bfbb37 Merge branch 'future/sb-start-build' into future/remove-start-build-storybook 2022-04-16 07:55:19 +08:00
Michael Shilman
fbac1ac2df Merge branch 'next' into future/sb-start-build 2022-04-16 07:54:28 +08:00
Michael Shilman
157f6256ba
Merge pull request #17977 from storybookjs/fix/remove-deprecated-addon-stories
Examples: Remove stories from deprecated `options`/`queryparams` addons
2022-04-16 07:51:24 +08:00
Yann Braga
d118b0350d Merge branch 'next' into fix/method-call-reporting-inconsistency 2022-04-15 18:23:56 +02:00