687 Commits

Author SHA1 Message Date
Tom Coleman
2545342630 Fixes 2023-01-15 22:23:05 +11:00
Michael Shilman
f34295b3da Update git head to 7.0.0-beta.28, update yarn.lock [ci skip] 2023-01-15 14:13:19 +08:00
Michael Shilman
05179df2dc v7.0.0-beta.28 2023-01-15 14:12:15 +08:00
Michael Shilman
33a517844a Update git head to 7.0.0-beta.27, update yarn.lock [ci skip] 2023-01-14 17:49:14 +08:00
Michael Shilman
1abdc0888c v7.0.0-beta.27 2023-01-14 17:48:15 +08:00
Jeppe Reinhold
df28d20ccc
Merge pull request #19788 from storybookjs/pocka/fix/18611-cannot-copy-docs-preview-content-text
Blocks: Do not copy code snippet when text inside preview is selected
2023-01-14 01:52:00 +01:00
Norbert de Langen
54876dba70
Merge branch 'next' into yuisato1025/support-depreacted-jsdoc-tag 2023-01-14 01:24:07 +01:00
Michael Arestad
6bbd56fc8c Added Sun, Moon, Sidebyside, and stacked icons 2023-01-13 15:52:11 -07:00
Jeppe Reinhold
858aa9d49f
Merge pull request #20592 from storybookjs/prepareMeta
prepareMeta function similar to prepareStory
2023-01-13 22:17:00 +01:00
Norbert de Langen
13edba59be
Merge pull request #20451 from Jacob-mns/next
add children to CanvasProps
2023-01-13 20:24:36 +01:00
Norbert de Langen
6abbb54d4d
Merge branch 'next' into pocka/fix/18611-cannot-copy-docs-preview-content-text 2023-01-13 19:48:48 +01:00
Michael Shilman
4da7e82102 Update git head to 7.0.0-beta.26, update yarn.lock [ci skip] 2023-01-14 00:15:09 +08:00
Michael Shilman
4d3ed5ec2e v7.0.0-beta.26 2023-01-14 00:13:56 +08:00
Norbert de Langen
128c2a795c
make changes to typings files to ensure this the check command succeeds 2023-01-13 11:13:24 +01:00
Norbert de Langen
dead68d84a
Merge pull request #20598 from storybookjs/norbert/make-typescript-check-work-valid
make changes to typings files to ensure this the check command succeeds
2023-01-13 11:01:28 +01:00
Tom Coleman
3685456eb9 Fixes 2023-01-13 20:11:34 +11:00
Tom Coleman
0ebc4d68c2 Fixes 2023-01-13 20:08:06 +11:00
Tom Coleman
3116dd7f35 Merge remote-tracking branch 'origin/next' into tom/sb-1144-update-api-of-story-block 2023-01-13 20:04:02 +11:00
Tom Coleman
29959c8c94 Cleanup a bit 2023-01-13 20:03:38 +11:00
Tom Coleman
02cee42f5d Add debugging to built-in sb 2023-01-13 19:40:46 +11:00
Tom Coleman
d558765466 Cleanup 2023-01-13 19:29:52 +11:00
Tom Coleman
60ea110a1b Update source block 2023-01-13 19:28:54 +11:00
Tom Coleman
39f5da81c7 Another issue 2023-01-13 18:47:06 +11:00
Tom Coleman
996fdde720 Even more fixes 2023-01-13 18:22:20 +11:00
Tom Coleman
f5dba5981f Missed one more 2023-01-13 17:49:52 +11:00
Tom Coleman
a87aa604b8 WIP 2023-01-13 17:49:12 +11:00
Tom Coleman
ee21598572 Added most source stories 2023-01-13 17:10:31 +11:00
Tom Coleman
b25ec312a1 Bunch of updates I missed 2023-01-13 15:25:46 +11:00
Tom Coleman
668565a317 Fix up app stories to be initialized 2023-01-13 13:42:41 +11:00
Tom Coleman
0ae65e8ed0 More fixes 2023-01-13 13:14:51 +11:00
Tom Coleman
24f35c5f5c Various updates 2023-01-13 13:09:27 +11:00
Jeppe Reinhold
f7f46f067d refactor prepareMeta and prepareStory 2023-01-13 00:00:22 +01:00
Norbert de Langen
48828c75ca
make changes to typings files to ensure this the check command succeeds 2023-01-12 18:58:54 +01:00
Norbert de Langen
7358d55f8b
Merge branch 'next' into tom/sb-1123-sb20250-vite-does-not-show-a-spinner-2 2023-01-12 18:21:51 +01:00
Jeppe Reinhold
3063e85ed7 Merge branch 'next' of github.com:storybookjs/storybook into prepareMeta 2023-01-12 15:52:05 +01:00
Jeppe Reinhold
3fbc3b8ad2 use prepareMeta in useOf 2023-01-12 15:44:30 +01:00
Jeppe Reinhold
31e44f066e handle undefined extractComponentDescription 2023-01-12 13:35:12 +01:00
Tom Coleman
68f1975e93 Merge remote-tracking branch 'origin/next' into tom/sb-1123-sb20250-vite-does-not-show-a-spinner-2 2023-01-12 13:47:51 +11:00
Tom Coleman
6ebf577fdf One more 2023-01-12 13:47:27 +11:00
Tom Coleman
93e9558d40 Update various tests/stories 2023-01-12 13:33:58 +11:00
Tom Coleman
4052c46ff2 Missed this 2023-01-12 12:50:27 +11:00
Michael Shilman
5f8f3d0d37 Update git head to 7.0.0-beta.25, update yarn.lock [ci skip] 2023-01-12 00:35:01 +08:00
Michael Shilman
2109ab8d7c v7.0.0-beta.25 2023-01-12 00:33:53 +08:00
Tom Coleman
b839502c83 Change refs + stories to use a common interface
Add fields:
 - `stories` (index once loaded into a hash)
 - `indexError` (if there's an error loading that)
 - `previewInitialized` (if the preview is ready to render)
2023-01-11 22:48:13 +11:00
Jeppe Reinhold
f7826d5382
Merge pull request #20563 from storybookjs/block-description-improvements
Blocks: new Description API, introduce useOf
2023-01-11 12:40:48 +01:00
Jeppe Reinhold
19cba6e6ae fix getDescriptionFromResolvedOf name 2023-01-11 12:09:09 +01:00
Jeppe Reinhold
36e6a83c50
rename getDescriptionFromModuleExport to getDescriptionFromResolvedOf
Co-authored-by: Tom Coleman <tom@chromatic.com>
2023-01-11 12:08:17 +01:00
Jeppe Reinhold
b8ff9f251a use combineParameters 2023-01-11 09:26:20 +01:00
Jeppe Reinhold
678168eb7b move useOf to component to adhere to rules-of-hooks 2023-01-11 09:22:16 +01:00
Jeppe Reinhold
4052c1b096 add string of to stories 2023-01-11 00:21:13 +01:00