41291 Commits

Author SHA1 Message Date
Tom Coleman
3ff9b31ce9 Rename parameters to docsParameter as per suggestion 2022-07-19 13:41:08 +10:00
Tom Coleman
107afab05f Fix TS type error 2022-07-18 19:27:27 +10:00
Tom Coleman
950ded8404 Update MDX stories to use MDXProvider 2022-07-18 16:25:41 +10:00
Tom Coleman
a90ca081c1 Fix unsued imports 2022-07-15 17:31:17 +10:00
Tom Coleman
59a2892b19 Export DocsRenderer from addon-docs 2022-07-15 10:31:26 +10:00
Tom Coleman
22ffd7d641 No longer reset components in Story block
It shouldn't be necessary as a different `React` instance renders the user's component.
2022-07-15 10:31:26 +10:00
Tom Coleman
756f74cec0 Fixes 2022-07-15 10:31:25 +10:00
Tom Coleman
d98b616979 Move MDX dependency from blocks and cleanup theme 2022-07-15 10:30:57 +10:00
Tom Coleman
e21f96e445 Move DocsRenderer back to addon-docs 2022-07-15 10:30:02 +10:00
Michael Shilman
ba3aa9eb34 Update git head to 7.0.0-alpha.13, update yarn.lock 2022-07-11 23:28:38 -07:00
Michael Shilman
9ac4d2e0a0 v7.0.0-alpha.13 v7.0.0-alpha.13 2022-07-11 23:25:05 -07:00
Michael Shilman
2b1f305632 Update root, peer deps, version.ts/json to 7.0.0-alpha.13 [ci skip] 2022-07-11 23:24:28 -07:00
Michael Shilman
e531ce6ab1 7.0.0-alpha.13 changelog 2022-07-11 23:03:17 -07:00
Tom Coleman
0ac6c74909
Merge pull request #18677 from storybookjs/tom/sb-430-ui-remove-docs-tab
Remove docs tab
2022-07-12 15:46:20 +10:00
Tom Coleman
baae3abf68 Update preview stories 2022-07-12 15:30:30 +10:00
Tom Coleman
d3953d734c Merge remote-tracking branch 'origin/future/base' into tom/sb-430-ui-remove-docs-tab 2022-07-12 14:54:56 +10:00
Tom Coleman
054e806955 Fix cypress 2022-07-12 14:53:36 +10:00
Tom Coleman
db7f753ef9 Deepscan 2022-07-12 14:31:57 +10:00
Michael Shilman
de602a8908 Merge branch 'tom/sb-430-ui-remove-docs-tab' of github.com:storybookjs/storybook into tom/sb-430-ui-remove-docs-tab 2022-07-11 21:26:39 -07:00
Tom Coleman
4bc3cc9540 Entry can be undefined when booting up 2022-07-12 11:34:35 +10:00
Tom Coleman
652186867b Drop race condition 2022-07-12 11:34:10 +10:00
Tom Coleman
8a45147e99
Merge pull request #18635 from storybookjs/tom/sb-452-blocks-update-blocks-to-work-in-docspage
Addon-dcos: Refactor DocsRender/Context
2022-07-12 11:28:59 +10:00
Michael Shilman
cf3deb73d1 Addon-docs: Delete register.js 2022-07-11 18:16:23 -07:00
Tom Coleman
f9beb906de Some tweaks 2022-07-11 22:07:40 +10:00
Gert Hengeveld
76e95a17ca
Merge pull request #18674 from storybookjs/sync-payload-type
Instrumenter: `SyncPayload` type for `sync` event
2022-07-11 14:03:40 +02:00
Tom Coleman
26a2a4b286 Remove docs tab and concept of docsOnly from ui 2022-07-11 22:02:09 +10:00
Tom Coleman
b50523d364 Primary doc block should use storyById() 2022-07-11 16:25:18 +10:00
Tom Coleman
849cfcaed2 Fix issue with angular docs 2022-07-11 10:53:50 +10:00
Tom Coleman
cc4f0ca630 Update tests 2022-07-11 10:22:14 +10:00
Gert Hengeveld
265129960f Typing for event payload 2022-07-10 21:54:48 +02:00
Tom Coleman
f0f08d08b0 Clean up debugging 2022-07-10 21:38:28 +10:00
Gert Hengeveld
6386221718
Merge pull request #18665 from storybookjs/document-instrumenter
Document `@storybook/instrumenter`
2022-07-10 12:32:52 +02:00
Gert Hengeveld
73a9110703 Details about emitted events 2022-07-09 23:55:59 +02:00
Gert Hengeveld
11806ebdc4 Lots of details 2022-07-09 22:26:30 +02:00
Michael Shilman
3dcb4f0e69
Merge pull request #18634 from storybookjs/no-title-prefix-for-meta-of
Index: Don't prepend `titlePrefix` to a docs entry that references a CSF file's title
2022-07-08 22:44:53 -07:00
Michael Shilman
92eb89304c Update git head to 7.0.0-alpha.12, update yarn.lock 2022-07-08 08:47:00 -07:00
Michael Shilman
5070efff27 v7.0.0-alpha.12 v7.0.0-alpha.12 2022-07-08 08:43:29 -07:00
Michael Shilman
847e6b76a3 Update root, peer deps, version.ts/json to 7.0.0-alpha.12 [ci skip] 2022-07-08 08:42:56 -07:00
Michael Shilman
de064aec2c Update CHANGELOG.md 2022-07-08 08:23:18 -07:00
Michael Shilman
bc05342e08 Merge branch 'future/base' of github.com:storybookjs/storybook into future/base 2022-07-08 08:21:05 -07:00
Michael Shilman
5dc278c627 Update CHANGELOG.md 2022-07-08 08:06:38 -07:00
Michael Shilman
5d0c922030
Merge pull request #18595 from storybookjs/tom/sb-451-preview-no-longer-allow-story-entries-to
Preview: Handle new docs-page index entries
2022-07-08 08:05:34 -07:00
Gert Hengeveld
4c59417b44 Move Options up to API 2022-07-08 14:40:20 +02:00
Gert Hengeveld
be8753519a Add Options section 2022-07-08 14:38:47 +02:00
Gert Hengeveld
92a047254c Add note about forceRemount 2022-07-08 14:31:58 +02:00
Gert Hengeveld
31b841a905 Remove ambiguity 2022-07-08 14:20:08 +02:00
Gert Hengeveld
1fef3f32b1 Document the instrumenter 2022-07-08 14:07:42 +02:00
Michael Shilman
291c5296d8 7.0.0-alpha.12 changelog 2022-07-07 23:11:54 -07:00
Michael Shilman
b9efb25543
Merge pull request #18619 from storybookjs/future/async-load-presets-esbuild-register
Core: Async load presets, replace interpret with esbuild-register
2022-07-07 22:53:18 -07:00
Tom Coleman
353962151f Deepscan Cleanup 2022-07-08 14:56:40 +10:00