42636 Commits

Author SHA1 Message Date
Norbert de Langen
12aab5caf1
Merge pull request #19138 from storybookjs/tsup/cli
Build: Bundle @storybook/cli with tsup
2022-09-13 12:39:51 +02:00
Norbert de Langen
882e0fcdb4
Merge branch 'next' into tsup/cli 2022-09-13 12:38:31 +03:00
Tom Coleman
6a8157c9ae
Merge pull request #19170 from storybookjs/remove-cra-ts-essentials
Remove `cra-ts-essentials`
2022-09-13 18:28:18 +10:00
Tom Coleman
d061feaed5 Merge remote-tracking branch 'origin/next' into remove-cra-ts-essentials 2022-09-13 17:36:03 +10:00
Tom Coleman
2454c1c747
Merge pull request #19153 from storybookjs/tom/sb-579-addon-interactions
Added some basic interactions stories
2022-09-13 16:56:49 +10:00
Tom Coleman
e3966171f4 Merge remote-tracking branch 'origin/next' into remove-cra-ts-essentials 2022-09-13 16:40:38 +10:00
Tom Coleman
52cd4f41f3
Merge pull request #19152 from storybookjs/tom/sb-740-remove-previewentries-from-vite-builder
Presets: Replace `config` with `previewAnnotations`, remove `previewEntries`
2022-09-13 16:39:19 +10:00
Tom Coleman
faf76b3005 Fix up navigation story 2022-09-13 16:22:53 +10:00
Tom Coleman
bf56e9de5e Fix navigation spec 2022-09-13 16:15:58 +10:00
Tom Coleman
6c600c3735 Remove unused snapshots 2022-09-13 15:50:11 +10:00
Tom Coleman
0a82cae049 Merge remote-tracking branch 'origin/next' into remove-cra-ts-essentials 2022-09-13 15:48:09 +10:00
Tom Coleman
9aef61928e Fix WP5 template 2022-09-13 15:44:50 +10:00
Tom Coleman
013b7535dc Removed not so useful unit tests 2022-09-13 15:39:49 +10:00
Tom Coleman
32f6c9e3f3 Remove MDX stories 2022-09-13 15:23:44 +10:00
Tom Coleman
62cabaddff Fix issue with virtualModuleEntry 2022-09-13 15:17:17 +10:00
Tom Coleman
a5b0349f44 Add migration notes 2022-09-13 15:11:10 +10:00
Tom Coleman
9e3906b05c Add MDX interaction stories 2022-09-13 15:07:37 +10:00
Tom Coleman
2abcf77c27 Added stories from Examples folder 2022-09-13 15:01:20 +10:00
Tom Coleman
2f6b99aa18 Move account form stories to official SB 2022-09-13 14:48:01 +10:00
Tom Coleman
5d424bb357
Merge branch 'next' into tom/sb-579-addon-interactions 2022-09-13 13:08:01 +10:00
Norbert de Langen
19d75f0663
Merge pull request #19124 from storybookjs/norbert/sb-577-addon-links
Addon-links: Move stories into addon
2022-09-12 20:36:45 +02:00
Ian VanSchooten
b83dae3869 Merge remote-tracking branch 'origin/next' into tsup/cli 2022-09-12 13:52:38 -04:00
Norbert de Langen
657dd4992a
rename 2022-09-12 19:13:47 +03:00
Norbert de Langen
c00654b45d
Merge pull request #19114 from storybookjs/norbert/sb-574-addon-a11y
Addon-a11y: Move stories into addon
2022-09-12 18:05:13 +02:00
Ian VanSchooten
164bf9cf84 Merge remote-tracking branch 'origin/next' into tsup/cli 2022-09-12 10:58:51 -04:00
Kyle Gach
95d0cfc912
Merge pull request #19137 from storybookjs/imgbot
[ImgBot] Optimize images
2022-09-12 08:52:03 -06:00
Norbert de Langen
bc3bdee58c
refactor a bit, to improve tests 2022-09-12 16:25:50 +03:00
Tom Coleman
25ac06af6b Update snapshots 2022-09-12 22:36:09 +10:00
Tom Coleman
272eb03d5a Update lockfile 2022-09-12 22:35:41 +10:00
Tom Coleman
661232fd11 Config is always an array 2022-09-12 22:35:17 +10:00
Tom Coleman
0db7a6cb17 Remove cra-ts-essentials 2022-09-12 22:27:38 +10:00
Tom Coleman
d25ca7baf3
Merge pull request #19143 from storybookjs/tom/sb-722-render-play-function-exceptions-in-the
Add a new `hidePlayFunctionExceptions` parameter
2022-09-12 21:12:58 +10:00
Tom Coleman
676c032bbe Add debug to smoke test task 2022-09-12 20:48:04 +10:00
Tom Coleman
d74ce3e547 hide -> throwPlayFunctionExceptions 2022-09-12 20:43:50 +10:00
Tom Coleman
2c4f759ee8 Add event checks 2022-09-12 20:42:46 +10:00
Tom Coleman
bea5e2c57e
Merge pull request #19145 from storybookjs/fix-broken-angular-stories
Fix issue in instrumenter with `waitFor`
2022-09-12 17:36:05 +10:00
Tom Coleman
274101c21c Add useful comment 2022-09-12 17:26:43 +10:00
Tom Coleman
6734525950 Follow up on code comments 2022-09-12 17:26:14 +10:00
Tom Coleman
3c7b5a787b Stop using previewEntries.
Switch `config` and `previewAnnotations`, and warn on the former.
2022-09-12 17:17:50 +10:00
Tom Coleman
646077fccb Implement form in vue+svelte 2022-09-12 16:47:38 +10:00
Tom Coleman
cbb26cfa6b Simplify form greatly, split out a/sync waitFor stories 2022-09-12 16:10:00 +10:00
Michael Shilman
7b49caea3b
Merge pull request #19166 from storybookjs/shilman/generic-toolbars-stories
Toolbars: Generic example stories
2022-09-12 12:04:01 +08:00
Michael Shilman
cc8fa4154b Remove toolbars stories from examples 2022-09-12 11:40:44 +08:00
Tom Coleman
67dca798b9 Add tests for restoring and fix issue with sync errors not restoring 2022-09-12 12:00:31 +10:00
Michael Shilman
b9723984ad
Merge pull request #19168 from storybookjs/shilman/fix-ts-expect-errors
TypeScript: Revert a few @ts-expect-errors
2022-09-11 23:46:22 +08:00
Michael Shilman
4e417eff14 TS: Revert a few @ts-expect-errors 2022-09-11 23:20:29 +08:00
Michael Shilman
8126e5be7d
Merge pull request #19162 from storybookjs/shilman/generic-docspage-stories
Addon-docs: Generic stories for DocsPage
2022-09-11 22:51:38 +08:00
Michael Shilman
7d41d31bb0 Fix typo/deepscan 2022-09-11 22:40:06 +08:00
Michael Shilman
3542152166 Fix deepscan 2022-09-11 22:33:56 +08:00
Michael Shilman
599efbd270 Toolbars: Improved example story 2022-09-11 17:44:27 +08:00