1804 Commits

Author SHA1 Message Date
Michael Shilman
9cecd21413 Controls: Fix "no selection" behavior on Select 2020-06-03 10:56:15 +08:00
Michael Shilman
e11b64df92 Controls: Remove react-select and fix initialization logic 2020-06-03 08:53:57 +08:00
Michael Shilman
f296d1cfa1 v6.0.0-beta.20 2020-06-01 22:06:32 +08:00
Michael Shilman
d86727853a Controls: Flatten options control specification 2020-06-01 20:32:57 +08:00
Michael Shilman
f800fc2196 Controls: Fix no-control handling 2020-06-01 18:58:27 +08:00
Michael Shilman
57f818f5e6 v6.0.0-beta.19 2020-05-30 03:29:10 +08:00
Michael Shilman
27f45503e9 v6.0.0-beta.18 2020-05-29 22:55:02 +08:00
Michael Shilman
e6bdd47438 v6.0.0-beta.17 2020-05-28 12:34:03 +08:00
Michael Shilman
816eb0f104 v6.0.0-beta.16 2020-05-28 00:21:14 +08:00
Michael Shilman
d30c942994 v6.0.0-beta.15 2020-05-27 07:05:27 +08:00
Michael Shilman
3ca7acdb84 Merge branch 'next' into feat/addon-controls 2020-05-26 22:02:39 +08:00
dependabot-preview[bot]
ec3e1fcf5d
Bump react-syntax-highlighter from 11.0.2 to 12.2.1
Bumps [react-syntax-highlighter](https://github.com/conorhastings/react-syntax-highlighter) from 11.0.2 to 12.2.1.
- [Release notes](https://github.com/conorhastings/react-syntax-highlighter/releases)
- [Changelog](https://github.com/conorhastings/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/conorhastings/react-syntax-highlighter/compare/v11.0.2...v12.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26 08:09:15 +00:00
Michael Shilman
c509cc4d66 Merge branch 'next' into feat/addon-controls 2020-05-26 09:24:11 +08:00
Michael Shilman
852ebbcaa2 v6.0.0-beta.14 2020-05-25 21:35:29 +08:00
Michael Shilman
4719cca77a
Merge pull request #10877 from storybookjs/fix/docs-width-single-item
Addon-docs: Fix single item width in Preview block
2020-05-25 18:53:13 +08:00
Norbert de Langen
b463aaa169
FIX centered single 2020-05-25 12:19:13 +02:00
Norbert de Langen
995ee251c9 Merge branch 'next' into fix/docs-width-single-item 2020-05-25 09:47:38 +02:00
Michael Shilman
39bd026385 CSF: Upgrade TSX stories to hoisted story annotations 2020-05-25 13:39:27 +08:00
Mateo Tibaquira
7edfcc01da fix(components): centered toolbar icon button. Closes #10870 2020-05-23 10:27:13 -05:00
Michael Shilman
e9ba51794e v6.0.0-beta.13 2020-05-23 02:06:33 +08:00
Norbert de Langen
dee8885cf0 Merge branch 'next' into fix/docs-width-single-item 2020-05-22 14:26:13 +02:00
Norbert de Langen
76cd265019
For single-child stories in preview to be in a column (vertical) and thus be full-width && FIX width 2020-05-22 14:12:06 +02:00
Michael Shilman
654288f843 Upgrade markdown-to-jsx to 6.11.4 2020-05-22 17:31:40 +08:00
Michael Shilman
08aa769773 v6.0.0-beta.12 2020-05-21 13:57:55 +08:00
Michael Shilman
1e1ea949c7 v6.0.0-beta.11 2020-05-21 12:24:04 +08:00
Michael Shilman
efa9ca5aeb v6.0.0-beta.10 2020-05-21 11:12:51 +08:00
Michael Shilman
9bd3c67d14 Merge branch 'next' into feat/addon-controls 2020-05-21 10:33:16 +08:00
Michael Shilman
a6d81914c2 v6.0.0-beta.9 2020-05-21 07:17:20 +08:00
Norbert de Langen
0f4e98d009
Merge pull request #10801 from storybookjs/tech/cleanup-docs-code-fix-zoom
FIX zoom in docs
2020-05-19 09:40:32 +02:00
Michael Shilman
8567226fb7 ArgsTable: Add compact mode 2020-05-19 11:53:48 +08:00
Norbert de Langen
4b7c1a494c
Merge pull request #10725 from storybookjs/ie11_again_andAgain_theReturn
core: transpile minimum node_modules
2020-05-18 14:11:22 +02:00
Norbert de Langen
5668a28fc2
REMOVE the background too 2020-05-18 11:22:19 +02:00
Norbert de Langen
f36e553b57
REMOVE the margin & padding on the decorator 2020-05-18 11:21:59 +02:00
Norbert de Langen
4d6c16b21d
ADD the decorator back 2020-05-18 11:21:04 +02:00
Norbert de Langen
10a656066b Merge branch 'next' into tech/cleanup-docs-code-fix-zoom 2020-05-18 09:31:14 +02:00
Norbert de Langen
cfd39b9b58
CLEANUP 2020-05-18 09:29:51 +02:00
Michael Shilman
73d9b6fb3a v6.0.0-beta.8 2020-05-17 19:03:09 +08:00
Norbert de Langen
0624c7e2a3
ADD support for layout parameter in docs 2020-05-16 15:29:05 +02:00
Norbert de Langen
4dcfe646b6
FIX deepscan 2020-05-16 11:53:45 +02:00
Norbert de Langen
3fc94ad135
CLEANUP special formatting for story, use layout padded instead 2020-05-16 11:15:23 +02:00
Norbert de Langen
b3a146b7ad
enable toolbars for Preview blocks with multiple children, because it works now 2020-05-16 00:21:56 +02:00
Norbert de Langen
c8b624d34c
FIX docs Story layout in columns & grid 2020-05-16 00:16:55 +02:00
Norbert de Langen
fdb5542495
FIX typings 2020-05-15 21:23:47 +02:00
Norbert de Langen
dddc6c1366
WIP 2020-05-15 19:53:41 +02:00
tooppaaa
7f41b56ddc Merge remote-tracking branch 'origin/next' into ie11_again_andAgain_theReturn 2020-05-15 09:41:09 +02:00
Michael Shilman
3cea5335d2 v6.0.0-beta.7 2020-05-15 12:08:19 +08:00
Michael Shilman
6f10ef5c93 v6.0.0-beta.6 2020-05-12 21:20:15 +08:00
Michael Shilman
eb0dbc2c2e Merge branch 'next' into ie11_again_andAgain_theReturn 2020-05-12 18:05:25 +08:00
tooppaaa
fac69f2740 core: transpile minimum node_modules 2020-05-11 10:57:32 +02:00
Michael Shilman
5827cff7eb v6.0.0-beta.5 2020-05-11 16:50:47 +08:00