8831 Commits

Author SHA1 Message Date
Michael Shilman
45ddc0cb8c
Merge pull request #13159 from storybookjs/12386-ie11-layout-centered
UI: Fix CSS for IE11
2020-11-19 02:22:31 +08:00
Gert Hengeveld
6596e309d1 Use transparentize instead of hex alpha channel, which is unsupported in IE11. 2020-11-18 17:00:10 +01:00
Gert Hengeveld
fe0552648c Fix vertical alignment in IE11 when using layout: "centered". 2020-11-18 16:33:22 +01:00
Clément DUNGLER
b1ab926942 Core: add back className to sidebar elements 2020-11-18 14:58:38 +01:00
Michael Shilman
0f4f2c36f5 CLI: Add env var to help debug version update 2020-11-18 18:43:22 +08:00
Tomastomaslol
790b371958 Merge branch 'next' of https://github.com/storybookjs/storybook into 12324_zoom_buttons_in_docs_do_not_work 2020-11-18 08:30:30 +11:00
Michael Shilman
bb5c754cfc Update git head to 6.1.0-rc.4 2020-11-17 07:12:11 +08:00
Michael Shilman
c174d7429c v6.1.0-rc.4 2020-11-17 07:06:04 +08:00
Michael Shilman
abd970df63 Update root, peer deps, version.ts/json to 6.1.0-rc.4 2020-11-17 07:05:19 +08:00
MunsMan
0d26f7ef6b Add core-js to the generator for preact 2020-11-16 20:21:24 +01:00
Gert Hengeveld
ec07da9a40 Stick with the sizeMe HOC and use props comparison to avoid rerenders instead. 2020-11-16 16:43:58 +01:00
Gert Hengeveld
7c62ae8379 Merge branch 'next' into tree-selection-performance 2020-11-16 11:50:00 +01:00
Michael Shilman
57c2b04c66 Update git head to 6.1.0-rc.3 2020-11-16 17:16:57 +08:00
Michael Shilman
c8cd3cc9e6 v6.1.0-rc.3 2020-11-16 17:09:21 +08:00
Michael Shilman
018392623f Update root, peer deps, version.ts/json to 6.1.0-rc.3 2020-11-16 17:04:43 +08:00
Clément DUNGLER
22cf3890a8 Components: prevent usage of EventSource when not defined 2020-11-15 20:35:36 +01:00
Teimur Gasanov
acfe1ab76e Merge branch 'next' into teimurjan/add-stories-expand-collapse 2020-11-14 14:07:17 +06:00
Gert Hengeveld
bda166c604 For some reason we need to explicitly state the type here. 2020-11-13 19:53:43 +01:00
Gert Hengeveld
fa5ff40123 Remove unused imports. 2020-11-13 19:27:23 +01:00
Gert Hengeveld
0b437e4722 Fix stories. 2020-11-13 19:25:16 +01:00
Gert Hengeveld
b4d61d78db Optimize tabbar. 2020-11-13 16:36:41 +01:00
Gert Hengeveld
d9214e4892 Avoid rerendering search all the time. 2020-11-13 16:36:10 +01:00
Gert Hengeveld
bddd39d73c Prevent rerendering needlessly. 2020-11-13 16:34:17 +01:00
Gert Hengeveld
21a648b8b3 Add React.memo and clean stuff up a bit. 2020-11-13 16:30:52 +01:00
Gert Hengeveld
68333b6aa9 Avoid returning a new object each time if no query params actually changed. 2020-11-13 16:18:02 +01:00
Gert Hengeveld
33fc7befaf Bit of a simplification. 2020-11-13 16:14:12 +01:00
Gert Hengeveld
2f8d6ae7bd Avoid rerendering App whenever SizeMe polls for a size change. 2020-11-13 10:54:03 +01:00
Michael Shilman
2cf5fbaa54 Update git head to 6.1.0-rc.2 2020-11-13 16:46:46 +08:00
Michael Shilman
38bb07161a v6.1.0-rc.2 2020-11-13 16:41:01 +08:00
Michael Shilman
52062f9a6b Update root, peer deps, version.ts/json to 6.1.0-rc.2 2020-11-13 16:37:40 +08:00
Michael Shilman
2247f835fc
Merge pull request #13102 from storybookjs/12879-upgrade-emotion
Bump `@emotion/core` to 10.1.1
2020-11-13 16:25:29 +08:00
Gert Hengeveld
a1465b6c49
Merge pull request #13097 from storybookjs/13040-keydown-prevent-default 2020-11-13 09:13:20 +01:00
Gert Hengeveld
5ab1aa686a event is optional. 2020-11-13 08:26:56 +01:00
Gert Hengeveld
61986d9d98 Ensure we have an event to prevent default on. 2020-11-13 08:24:59 +01:00
Michael Shilman
f02cf6de80 Bump @emotion/core to 10.1.1 2020-11-13 11:34:20 +08:00
Michael Shilman
4b5a05a778 Update git head to 6.1.0-rc.1 2020-11-13 08:38:25 +08:00
Michael Shilman
c717124a7c v6.1.0-rc.1 2020-11-13 08:32:46 +08:00
Michael Shilman
40af3cd456 Update root, peer deps, version.ts/json to 6.1.0-rc.1 2020-11-13 08:27:40 +08:00
Gert Hengeveld
20d3d659e1 Prevent default browser behavior when using certain keyboard shortcuts. 2020-11-12 17:28:10 +01:00
Gert Hengeveld
b607ff7873
Merge branch 'next' into tree-highlight-performance 2020-11-12 15:58:25 +01:00
Gert Hengeveld
43c0d32908 Extract HighlightStyles and fix stories. 2020-11-12 14:54:15 +01:00
Gert Hengeveld
ffdcf1daca Highlight item when expanding/collapsing it. 2020-11-12 14:28:05 +01:00
Gert Hengeveld
1d37253220 Use global styles for highlighting to avoid passing through the highlighted item and causing rerenders. 2020-11-12 13:44:04 +01:00
Tomastomaslol
de43e6e927 fix zoom iframe story. make udateable using controls 2020-11-12 21:59:34 +11:00
Michael Shilman
67284caf3b Update git head to 6.1.0-rc.0 2020-11-12 18:29:46 +08:00
Gert Hengeveld
5ee83f439a Use requestAnimationFrame instead of throttling. 2020-11-12 11:25:04 +01:00
Gert Hengeveld
669022ddc4 Avoid recreating the keydown listener each time the highlighted item changes. 2020-11-12 11:24:44 +01:00
Michael Shilman
90977d37f4 v6.1.0-rc.0 2020-11-12 18:23:39 +08:00
Gert Hengeveld
63ec7322f0 Determine item ancestors up front. 2020-11-12 11:21:01 +01:00
Michael Shilman
01bbd6aa95 Update root, peer deps, version.ts/json to 6.1.0-rc.0 2020-11-12 18:18:55 +08:00