2935 Commits

Author SHA1 Message Date
Michael Shilman
9c2c6da232 Update git head to 6.1.0-beta.0 2020-11-03 02:34:25 +08:00
Michael Shilman
807eccd605 v6.1.0-beta.0 2020-11-03 02:28:12 +08:00
Teimur Gasanov
0fc885b6b9 feat: add support for expand/collapse shortcuts 2020-11-02 14:46:28 +06:00
Gaëtan Maisse
eaa9410a4d
Move react and react-dom to peer deps
`react` and `react-dom` should always be peer dependencies of packages that provide react components to ensure that there's a single instance of those.

Plus, all packages depending on a package with `react` as peerDep should also have it as peerDeps (transitive peer dependencies) or as deps.

Finally, packages in `examples/*` are "end" packages using Storybook so they must provide `react` and `react-dom` in their deps/devDeps
2020-11-02 08:08:48 +01:00
Michael Shilman
5c7d54f8b5 Update git head to 6.1.0-alpha.35 2020-11-02 14:49:02 +08:00
Michael Shilman
76bb521136 v6.1.0-alpha.35 2020-11-02 14:43:36 +08:00
Michael Shilman
3f03d5c75f Core: Remove webpack DLLs 2020-11-02 07:04:27 +08:00
Michael Shilman
aff48205d4 Update git head to 6.1.0-alpha.34 2020-11-01 15:18:01 +08:00
Michael Shilman
4a4c98997f v6.1.0-alpha.34 2020-11-01 15:11:08 +08:00
Michael Shilman
caae314e72
Merge pull request #12932 from marksmccann/issue-12659
Composition: Append index to ref indicator links
2020-11-01 14:31:39 +08:00
Michael Shilman
8f941a3dd8 Update git head to 6.1.0-alpha.33 2020-10-30 23:55:34 +08:00
Michael Shilman
a5ee924e01 v6.1.0-alpha.33 2020-10-30 23:48:23 +08:00
Michael Shilman
4353bc3b0a
Merge pull request #12937 from storybookjs/core/react-dom-17x
Core: Allow React-DOM 17.x
2020-10-30 23:33:58 +08:00
Gert Hengeveld
fa5c843aa9 Hide addon panel while loading. 2020-10-30 15:01:15 +01:00
Gert Hengeveld
5e03cfc472 Merge branch 'next' into 12702-instant-on-manager 2020-10-30 12:46:37 +01:00
Michael Shilman
83d45afb94 Update git head to 6.1.0-alpha.32 2020-10-30 12:20:40 +08:00
Michael Shilman
1ee337594e v6.1.0-alpha.32 2020-10-30 12:14:55 +08:00
Tomastomaslol
50e7385d84 access iframe as a ref in Zoom.Iframe. add innerWrapper for ZoomElement to allow target css 2020-10-29 22:23:56 +11:00
Gert Hengeveld
3c6f5c0764 Merge branch 'next' into 12702-instant-on-manager 2020-10-29 11:46:40 +01:00
Michael Shilman
d152532d8f Core: Allow React-DOM 17.x 2020-10-28 21:02:37 +08:00
Tomastomaslol
d60370b55e Merge branch 'next' of https://github.com/storybookjs/storybook into 12324_zoom_buttons_in_docs_do_not_work 2020-10-28 08:15:37 +11:00
Tomastomaslol
69e4e7878d do not pass id to Zoom iframe. make initial zommed stories out less zoomed out. validate iframe id 2020-10-28 08:11:00 +11:00
Mark McCann
17b29fd8f1 Append index to ref indicator links 2020-10-27 14:37:32 -05:00
Michael Shilman
77ccd11909 Update git head to 6.1.0-alpha.31 2020-10-27 19:22:18 +08:00
Michael Shilman
f45b4c6fed v6.1.0-alpha.31 2020-10-27 19:14:43 +08:00
Michael Shilman
a41d8a9f86 Merge branch 'next' into deps/regeneratorRuntime 2020-10-27 17:21:05 +08:00
Michael Shilman
dd5aab23df Merge branch 'next' of github.com:storybookjs/storybook into next 2020-10-27 17:14:45 +08:00
Tomastomaslol
16e86e7415 split zoom element and iframe in seperate Zoom components 2020-10-27 17:22:39 +11:00
Gert Hengeveld
30bd5c863a Merge branch 'next' into 12702-instant-on-manager 2020-10-27 00:25:53 +01:00
Michael Shilman
675980df89
Merge pull request #12765 from storybookjs/12714-search-rfc
Search UX improvements
2020-10-27 06:19:13 +08:00
Gert Hengeveld
61ea0a167f Fix missing isLoading prop. 2020-10-26 16:57:13 +01:00
Michael Shilman
98899eb282 Update git head to 6.1.0-alpha.30 2020-10-26 23:45:06 +08:00
Michael Shilman
f883f080f2 v6.1.0-alpha.30 2020-10-26 23:38:51 +08:00
Michael Shilman
76bd8ea673
Merge pull request #12903 from storybookjs/deps/babel
Deps: upgrade babel to 7.12
2020-10-26 23:28:04 +08:00
Gert Hengeveld
cf61235279
Merge branch 'next' into 12702-instant-on-manager 2020-10-26 15:48:27 +01:00
Gert Hengeveld
4a9293e214 Change max search results back to 50 because rendering 200 results gives noticeable lag. 2020-10-26 15:39:02 +01:00
Gert Hengeveld
3df7c3218b Fix various focus/blur issues with the search input. 2020-10-26 15:35:27 +01:00
Brody McKee
32c2ea90a4 fix: allow Storybook packages to use React 17.x 2020-10-25 16:19:17 +02:00
Tomas Nygren
f31bf0dc7c fix Zoom Props 2020-10-25 18:31:15 +11:00
Tomastomaslol
7a9575affc add support to be able to zoom on a iframe 2020-10-25 17:58:26 +11:00
Clément DUNGLER
e8324a7a5c Deps: upgrade babel 2020-10-24 22:47:58 +02:00
Clément DUNGLER
3bd6067983 Deps: Upgrade regenerator-runtime 2020-10-24 22:14:19 +02:00
Michael Shilman
44db4db088 Update git head to 6.1.0-alpha.29 2020-10-23 18:47:26 +08:00
Michael Shilman
c4c9f9bf50 v6.1.0-alpha.29 2020-10-23 18:41:35 +08:00
Michael Shilman
16c03ff631 Update git head to 6.1.0-alpha.28 2020-10-23 15:36:27 +08:00
Michael Shilman
9f44d66ee8 v6.1.0-alpha.28 2020-10-23 15:30:35 +08:00
Michael Shilman
3c9363aa50 UI: Add fullscreen mode to docs 2020-10-22 16:03:28 +08:00
Michael Shilman
050c0f617b
Merge pull request #12320 from Tomastomaslol/12281_new_version_notification_blocks_content
UI: Add close button to version update notification
2020-10-22 01:44:22 +08:00
Tomastomaslol
4f4b1ce480 only use string for notification headline. clean up NotificationItem stories 2020-10-20 21:16:59 +11:00
Tomastomaslol
121394ccbd use clearNotification instead of hiding notification. improve notification stories. Extend notification to take ReactNode for subHeadline and headlines 2020-10-20 19:54:22 +11:00