1309 Commits

Author SHA1 Message Date
Michael Shilman
1c93a96d8e v5.3.0-beta.14 2019-12-02 11:40:56 +08:00
Michael Shilman
830455efa9 v5.3.0-beta.13 2019-11-30 17:36:02 +08:00
Michael Shilman
0577c421a7 v5.3.0-beta.12 2019-11-29 01:03:08 +08:00
Filipp Riabchun
eb59d19e21 Merge remote-tracking branch 'origin/next' into storyshot-puppeteer-generalisation
# Conflicts:
#	addons/a11y/README.md
#	addons/storyshots/storyshots-puppeteer/README.md
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storyshots/storyshots-puppeteer/src/imageSnapshot.ts
#	examples/official-storybook/package.json
#	lib/api/src/version.ts
2019-11-28 01:39:04 +01:00
Michael Shilman
51b1739038 v5.3.0-beta.11 2019-11-28 07:07:27 +08:00
Michael Shilman
63de596061
UI: Escape hatch CSS on for "active" tablist buttons (#8989)
UI: Escape hatch CSS on for "active" tablist buttons
2019-11-28 06:50:19 +08:00
Francis Thibault
082332aec7 active escape hatch on tablist buttons 2019-11-27 14:12:07 -05:00
Patrick Lafrance
7ffeb315ce
Forgot to remove dirty padding 2019-11-27 13:40:21 -05:00
Norbert de Langen
1750d0e6fc
Merge branch 'next' into fix-expandable-vertical-align 2019-11-27 18:46:48 +01:00
Michael Shilman
e098a12bf8 v5.3.0-beta.10 2019-11-27 09:19:11 +08:00
Michael Shilman
9f67d9e83a
Addon-docs: Increase docs content wrapper max-width to 1000px (#8970)
Addon-docs: Increase docs content wrapper max-width to 1000px
2019-11-27 08:55:31 +08:00
patrick.lafrance
f58b589234 Increase the props table max-width to 1000px and added cra-ts-kitchen-sink cases for custom prop type 2019-11-26 14:42:05 -05:00
Francis Thibault
1d455d4adf escape hatch preview component 2019-11-26 14:23:53 -05:00
Michael Shilman
35562a0ab9
Addon-docs: Increase width of props table type column (#8950)
Addon-docs: Increase width of props table type column
2019-11-27 01:22:51 +08:00
Patrick Lafrance
f022f63ad9
Revert line-height change since it's done in https://github.com/storybookjs/storybook/pull/8953 2019-11-26 09:45:14 -05:00
Michael Shilman
82c574db78 v5.3.0-beta.9 2019-11-26 17:47:59 +08:00
patrick.lafrance
2d90e5e8da Added top and bottom padding to codeCommon instead of the expandable 2019-11-25 23:37:40 -05:00
patrick.lafrance
af070b588a Fix vertical alignment of props table expandable 2019-11-25 23:29:06 -05:00
Michael Shilman
c6332f5a08 v5.3.0-beta.8 2019-11-26 08:58:15 +08:00
patrick.lafrance
ed22662bf2 Added tests for default value create from raw defaultProp 2019-11-25 17:40:22 -05:00
Michael Shilman
4a1c749e2a v5.3.0-beta.7 2019-11-26 00:06:26 +08:00
Filipp Riabchun
4439243f56 Fix some of the a11y violations 2019-11-24 20:00:51 +01:00
Michael Shilman
7256fe638b v5.3.0-beta.6 2019-11-24 17:50:40 +09:00
patrick.lafrance
14b311ca29 Prop row doesn't have a top margin if there is no description 2019-11-22 15:45:00 -05:00
patrick.lafrance
9ee1ccd03f Reverted summary func improvement 2019-11-22 15:24:04 -05:00
Norbert de Langen
5484720791
Escape hatches (#8900)
Escape hatches

Co-authored-by: Francis Thibault <francis.thibault@gsoft.com>
Co-authored-by: Norbert de Langen <ndelangen@me.com>
2019-11-22 19:25:08 +01:00
Michael Shilman
31bdd30032 v5.3.0-beta.5 2019-11-23 02:09:43 +09:00
Norbert de Langen
c146712828
Merge branch 'next' into escape-hatches 2019-11-22 17:10:53 +01:00
Michael Shilman
5f6b97fa0b v5.3.0-beta.4 2019-11-23 00:33:55 +09:00
patrick.lafrance
9b9d6b2631 Forced content-box, fix typo in maxWidth and reset style for <code> under the syntaxhighliter 2019-11-21 16:06:01 -05:00
Francis Thibault
148aaae8c7 added support for classnames on preview component 2019-11-21 10:48:57 -05:00
Michael Shilman
6472a37353 v5.3.0-beta.3 2019-11-21 14:41:37 +08:00
Michael Shilman
ef6e790473 Update DocumentFormatting.tsx 2019-11-21 12:24:27 +08:00
Michael Shilman
b5db94f924 Fix typescript errors 2019-11-21 11:02:08 +08:00
patrick.lafrance
78cb7bac30 Dirty hack for vertical alignment of the expandable text & icon 2019-11-20 17:18:05 -05:00
Francis Thibault
4e41694820 new escape hatches 2019-11-20 14:33:19 -05:00
domyen
794442c6a8 PropJsDoc: add more table styling resets and clean up 2019-11-20 12:23:04 -05:00
domyen
1f1b274516 Unused style in PropRow 2019-11-20 12:22:22 -05:00
domyen
d7c5382d22 Merge branch 'next' of https://github.com/fraincs/storybook into pr/8887 2019-11-20 11:30:01 -05:00
domyen
fb592cc24e Refine styling for code and tables 2019-11-20 11:28:45 -05:00
domyen
c31c09f834 Allow codeCommon styles to be exported 2019-11-20 11:24:30 -05:00
Francis Thibault
39d7c7e74c Merge branch 'next' of github.com:storybookjs/storybook into next 2019-11-20 09:29:25 -05:00
Francis Thibault
fda894a3a8 merge 2019-11-20 09:22:32 -05:00
patrick.lafrance
ea4bd26c09 Set the tooltip with based on the detail lenth 2019-11-19 14:04:49 -05:00
Francis Thibault
cf18878432 sensitive width for tooltip 2019-11-19 13:26:30 -05:00
Michael Shilman
27dbfef1d8 v5.3.0-beta.2 2019-11-19 18:22:56 +08:00
atanasster
3e3fd435f1 Merge branch 'docspage-blocks-refactor' of https://github.com/atanasster/storybook into docspage-blocks-refactor 2019-11-18 22:23:14 -08:00
atanasster
0b6e28ed50 Remove PrimaryProps and components/DocsPage 2019-11-18 20:30:54 -08:00
patrick.lafrance
d21e68ddb2 Disable p margins 2019-11-18 22:41:54 -05:00
patrick.lafrance
9cf0f67048 Fix css issues 2019-11-18 22:39:31 -05:00