682 Commits

Author SHA1 Message Date
Norbert de Langen
00e3c71bae
Merge branch 'norbert/sb-574-addon-a11y' into norbert/sb-577-addon-links 2022-09-08 12:17:10 +02:00
Norbert de Langen
1b86bf70d7
Merge branch 'next' into norbert/sb-574-addon-a11y
# Conflicts:
#	code/renderers/react/template/components/index.js
#	code/renderers/svelte/template/components/index.js
#	code/renderers/vue3/template/components/index.js
2022-09-08 12:15:44 +02:00
Norbert de Langen
3c33ab04d4
Add a Html component for vue3 2022-09-08 12:11:33 +02:00
Norbert de Langen
385f610f23
Add a Svelte Html component 2022-09-08 11:53:46 +02:00
Norbert de Langen
36b2c66739
Merge branch 'next' into norbert/sb-574-addon-a11y 2022-09-08 11:16:56 +02:00
Michael Shilman
42833839df Merge branch 'next' into react-18-followup 2022-09-08 11:03:09 +08:00
Michael Shilman
64dd6b1a6f
Merge pull request #19118 from storybookjs/tom/sb-586-remaining-core-features
Generic stories for remaining core features
2022-09-08 11:01:39 +08:00
Tom Coleman
68bfdcaa76 Remove no longer used glob 2022-09-08 11:47:16 +10:00
Tom Coleman
b721a0b2d2 Fix import 2022-09-08 11:18:50 +10:00
Michael Shilman
4122627988
Merge pull request #19105 from storybookjs/tom/sb-586-core-features-loaders-parameters
Add parameter, loader and decorator stories to `lib/store`
2022-09-08 07:54:50 +08:00
Michael Shilman
7b09aaad68 Merge branch 'tom/sb-586-core-features-loaders-parameters' into tom/sb-586-remaining-core-features 2022-09-08 07:38:50 +08:00
Tom Coleman
43030371d3 Merge branch 'tom/sb-586-remaining-core-features' into react-18-followup 2022-09-08 09:36:51 +10:00
Michael Shilman
8701748ddf Merge branch 'next' into tom/sb-586-core-features-loaders-parameters 2022-09-08 07:07:18 +08:00
Michael Shilman
31d0db99dd Merge branch 'next' into pr/19019 2022-09-07 23:08:49 +08:00
Michael Shilman
ea70649db9
Merge pull request #19122 from storybookjs/ts-expect-error
Convert @ts-ignore to @ts-expect-error
2022-09-07 22:56:33 +08:00
Michael Shilman
410cf57d06
Merge pull request #19127 from storybookjs/tom/sb-728-docs-broken-in-v6-store-vite
Vite: Ensure we set `DOCS_OPTIONS` in the vite builder
2022-09-07 22:48:46 +08:00
Norbert de Langen
6966241afe
lockfile bump 2022-09-07 15:16:56 +02:00
Michael Shilman
bdf0a82b05
Update code/renderers/react/src/render.tsx 2022-09-07 20:14:59 +08:00
Tom Coleman
0095606634 Merge branch 'tom/sb-586-core-features-loaders-parameters' into tom/sb-586-remaining-core-features 2022-09-07 21:46:39 +10:00
Tom Coleman
0460b94c9f Ensure we set DOCS_OPTIONS in the vite builder 2022-09-07 21:36:17 +10:00
Tom Coleman
62872ceba5 Fix deepscan 2022-09-07 20:47:06 +10:00
Tom Coleman
0ad2ef76f6 Fix issue with react 18 implementation 2022-09-07 20:41:55 +10:00
Tom Coleman
8393f1fd20 Comment out rendering story for now (react PR coming) 2022-09-07 20:41:09 +10:00
Norbert de Langen
50020ab341
Merge branch 'norbert/sb-574-addon-a11y' into norbert/sb-577-addon-links 2022-09-07 12:25:39 +02:00
Norbert de Langen
659218ca5c
Merge branch 'next' into norbert/sb-574-addon-a11y 2022-09-07 12:25:29 +02:00
Norbert de Langen
043b32e342
delete addon link cypress spec 2022-09-07 12:23:39 +02:00
Norbert de Langen
d1cff3af86
cleanup 2022-09-07 12:14:27 +02:00
Norbert de Langen
0207731601
remove all references to addon-links in examples
create renderer agnostic stories in addons/links/template/stories
2022-09-07 12:10:19 +02:00
Tom Coleman
d5ff90d416 Make loader sync (!) and remove timeouts 2022-09-07 19:06:55 +10:00
Norbert de Langen
fb15a57224
add stories to test axe through the a11y addon 2022-09-07 09:14:01 +02:00
Tom Coleman
1ed3a7dda3 Make loader sync (!) and remove timeouts 2022-09-07 16:28:13 +10:00
Michael Shilman
573e6f3340 Update git head to 7.0.0-alpha.31, update yarn.lock [ci skip] 2022-09-07 11:20:25 +08:00
Michael Shilman
02c013c331 v7.0.0-alpha.31 2022-09-07 11:16:32 +08:00
Ian VanSchooten
ae6b1a6c95 Remove more unused disable directives 2022-09-06 23:14:42 -04:00
Michael Shilman
1b13feedcd Update root, peer deps, version.ts/json to 7.0.0-alpha.31 [ci skip] 2022-09-07 11:11:11 +08:00
Ian VanSchooten
6bdfcfad14 Convert @ts-ignore to @ts-expect-error
And remove unused directives
2022-09-06 22:40:59 -04:00
Michael Shilman
109551bf95
Merge pull request #19052 from storybookjs/update-controls-reset-button
Doc blocks: Update ArgTable Reset button to use IconButton
2022-09-07 08:54:55 +08:00
Michael Shilman
9f68b06102
Merge pull request #19084 from storybookjs/update-some-icons
UI: Update a handful of icons
2022-09-07 08:23:27 +08:00
Michael Shilman
367c98c95e Merge branch 'next' into update-controls-reset-button 2022-09-07 08:22:28 +08:00
Michael Shilman
9454d56200 Merge branch 'next' into chore/update-nx-latest 2022-09-07 07:47:22 +08:00
Ian VanSchooten
e20573899c Keep vite versions aligned across builder/frameworks 2022-09-06 14:17:15 -04:00
Ian VanSchooten
0829166865 Merge remote-tracking branch 'origin/next' into vite/plugin-types
# Conflicts:
#	code/yarn.lock
2022-09-06 14:00:04 -04:00
Norbert de Langen
982db837e3
add a Html component for testing any html content 2022-09-06 17:54:17 +02:00
Norbert de Langen
0b3ed22d8c
Merge branch 'next' into norbert/sb-574-addon-a11y 2022-09-06 17:49:09 +02:00
Tom Coleman
1cb2f9dfd8 Absolutize both config and previewEntries
cc @IanVS
2022-09-06 15:12:06 +10:00
Tom Coleman
2a223ce5e6 Add some exports stories 2022-09-06 14:57:46 +10:00
Tom Coleman
4866baa473 Add some stories about names and titles 2022-09-06 14:53:25 +10:00
Tom Coleman
9bfbb871f6 Added hooks stories 2022-09-06 14:48:07 +10:00
Tom Coleman
c75a10b79c Add unicode stories 2022-09-06 14:36:31 +10:00
Tom Coleman
6ce9ff2563 Added layout stories 2022-09-06 14:30:01 +10:00