41539 Commits

Author SHA1 Message Date
Tom Coleman
f630174073 Remove last use of DOCS_MODE 2022-07-18 12:14:49 +10:00
Tom Coleman
285214671d Remove (almost all) references to DOCS_MODE directly 2022-07-18 12:01:23 +10:00
Tom Coleman
b9432bbc31 No need for collapse any more! 2022-07-18 11:19:12 +10:00
Tom Coleman
19adfd52bc Only load docs entries into the hash in docsMode 2022-07-18 11:16:12 +10:00
Tom Coleman
c57358f212 Set other manager-side constants in build 2022-07-18 10:02:30 +10:00
Michael Shilman
3cacf9f1a7
Merge pull request #18723 from storybookjs/future/update-from-next-7-15
Update future/base from next
2022-07-15 11:38:03 -07:00
Michael Shilman
40ccd92403 Merge branch 'next' into future/base 2022-07-15 11:09:15 -07:00
Ian VanSchooten
d1673e197f
Merge pull request #18714 from storybookjs/fix-commonjs-detection
CLI: Fix detection of type: module when initializing storybook
2022-07-15 08:47:31 -04:00
Norbert de Langen
7cad10bc20
Merge pull request #17498 from soso-15315/feature/15509
UI: Include full URL in the "Copy Canvas Link" button
2022-07-15 09:47:08 +02:00
Norbert de Langen
c26e897bf3
Merge pull request #18582 from storybookjs/chore/upgrade-testing-lib-examples
chore: upgrade @storybook/jest in examples
2022-07-15 09:46:33 +02: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
Ian VanSchooten
653a9ffe65 Fix detection of type: module when initializing storybook 2022-07-14 09:43:01 -04:00
Tom Coleman
ae12b62c9b Update mdx1 2022-07-14 21:48:08 +10:00
Michael Shilman
64ede83903
Merge pull request #17430 from huyenltnguyen/fix/toolbars
Toolbars: Fall back to name if both title and icon are not specified
2022-07-14 04:15:55 -07:00
Michael Shilman
c803300443
Merge pull request #18693 from jsflor/patch-2
CLI: Fix addons register in RN template
2022-07-14 04:13:59 -07:00
Tom Coleman
47c51cce5c Ensure we always re-render docs when globals change 2022-07-14 17:19:59 +10:00
Tom Coleman
d8b658dbac Add a story to demonstrate #18477 2022-07-14 17:15:55 +10:00
Tom Coleman
e6d1493be8 Update to mdx-csf canaries 2022-07-14 16:02:07 +10:00
Yann Braga
93b659a4ae fix angular @storybook/jest typings issue 2022-07-13 15:28:31 +02:00
Yann Braga
419216876b Merge branch 'next' into fix/toolbars 2022-07-13 09:29:30 +02:00
Juan Sebastian Flor
4c944f7c38
Update rn-addons.js: rename /manager to /register #18692
Fix Module not found: Can't resolve '@storybook/addon-ondevice-actions/manager' error after installing storybook on react native expo app (npx -p @storybook/cli sb init --type react_native)

Closes #18692
2022-07-12 14:21:26 +02: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
jonniebigodes
3929b4a9c8
Merge pull request #18690 from storybookjs/chore_fix_testing_docs
Chore: (Docs) Minor polish to the A11y docs
2022-07-12 01:13:49 +01:00
jonniebigodes
c034109a06 Minor polish to the A11y docs 2022-07-12 00:14:35 +01:00
jonniebigodes
ad1b593921
Merge pull request #18682 from storybookjs/seo-page-2
docs: Update SEO documentation for `7.0` features
2022-07-11 17:40:10 +01:00
Kyle Gach
397c02e84c Update SEO documentation for 7.0 features 2022-07-11 09:02:28 -06:00
Michael Shilman
3a8d6e2009
Merge pull request #18296 from geisterfurz007/patch-1
Storyshots: Allow react-test-renderer 18
2022-07-11 07:56:18 -07:00
jonniebigodes
5b1ffe36fe
Merge pull request #18678 from storybookjs/seo-page
docs: Add SEO section to Publish docs page
2022-07-11 15:51:09 +01:00
Kyle Gach
c40b6a61e1 Add SEO section to Publish docs page 2022-07-11 07:24:38 -06: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