Michael Shilman
190fea0b52
ArgsTable: Add subcategories and update stories
2020-06-17 15:42:28 +08:00
Michael Shilman
91e9dee33f
ArgsTable stories cleanup
2020-06-16 21:20:16 +08:00
Andrew Lisowski
d5787cc003
add syntax highlighting to Code and Descriptions
2020-06-15 17:39:42 -07:00
Michael Shilman
51e94df178
ArgsTable: revert tricky "story reuse" pattern
2020-06-10 17:35:22 +08:00
Michael Shilman
4aa74d2aee
Fix DocsPage stories
2020-06-10 11:22:25 +08:00
Michael Shilman
538f7c9cd6
ArgsTable stories: Respond to review comments
2020-06-10 10:48:58 +08:00
Michael Shilman
d61f7dfd6c
Fix typo
2020-06-10 08:04:36 +08:00
Michael Shilman
d52bdfaac7
Remove PropsTable
2020-06-10 05:41:45 +08:00
Michael Shilman
f25ed2def5
ArgsTable: Clean up related stories
2020-06-10 05:21:38 +08:00
Mateo Tibaquira
1cd491cae6
fix(components): avoid exception on OptionsControl if the item is null or undefined
2020-06-04 16:09:34 -05:00
Norbert de Langen
5cec0193c6
Merge pull request #11008 from storybookjs/tech/e2eStab-semver-fixed
...
Core: Fix Yarn 2 compatibility and reactivate Yarn 2 E2E test
2020-06-04 11:17:06 +02:00
Gaëtan Maisse
d7687ade18
refactor: replace semver
by @storybook/semver
...
`@storybook/semver` is a browser friendly fork of `semver`.
We use it to avoid issue with IE11 as classic "compiled" `semver` is now compatible with it.
If we just recompile `semver` from `node_modules` it ends with a package that `require('core-js')` but `core-js` is not listed in the dependency. And so Yarn 2 throw an error.
So to avoid that we need to use a "proper" dependency which is `semver` recompile and with all needed dependencies in its package.json.
2020-06-03 20:07:07 +02:00
Michael Shilman
44f8ac526b
Fix deepscan
2020-06-03 22:12:31 +08:00
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
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
c509cc4d66
Merge branch 'next' into feat/addon-controls
2020-05-26 09:24:11 +08:00
Michael Shilman
9bd3c67d14
Merge branch 'next' into feat/addon-controls
2020-05-21 10:33:16 +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
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
cfd39b9b58
CLEANUP
2020-05-18 09:29:51 +02: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
fac69f2740
core: transpile minimum node_modules
2020-05-11 10:57:32 +02:00
Michael Shilman
7bf9709a0c
Controls: Don't render array when value is invalid
2020-05-08 18:07:28 +08:00
Michael Shilman
85d0e47c06
Props controls: Validate object control based on ArgType
2020-05-04 12:04:31 +08:00
Michael Shilman
205806bed3
Object contro: Added array validation story
2020-05-04 11:27:35 +08:00
Michael Shilman
3c5e04b76d
Props controls: Add optional validator function to Object control
2020-05-04 11:22:03 +08:00
Norbert de Langen
4913156135
FIX background color of the panel
2020-05-01 16:20:40 +02:00
Norbert de Langen
a0205c74a9
FIX hopefully
2020-05-01 02:22:29 +02:00
Norbert de Langen
461e66a3ce
FIX required property being read from unknown
2020-04-30 21:19:54 +02:00
Norbert de Langen
5e3be6f267
FIX linting
2020-04-30 18:00:35 +02:00
Yann Braga
4f0762ebf3
feat(components): add ids to panels tab and content
...
- Makes it easier to select when needed (e.g. e2e tests)
- Add @storybook/csf in the dependency list as well
2020-04-29 17:03:50 +02:00
Norbert de Langen
d8317ae5ef
CLEANUP
2020-04-23 13:25:18 +02:00
Michael Shilman
20bd2333b2
Update SectionRow.stories.tsx
2020-04-23 07:35:30 +08:00
Norbert de Langen
204396a781
Update SectionRow.stories.tsx
2020-04-23 00:05:33 +02:00
Norbert de Langen
8539813c28
FIX duplicate stories warning in official storybook example
2020-04-22 18:35:29 +02:00
Norbert de Langen
21119191ab
FIX emotion SSR warnings
2020-04-22 18:28:56 +02:00
Michael Shilman
4f0113febc
Merge pull request #10482 from storybookjs/10481-vue-argstable
...
Addon-docs: Port Vue to ArgsTable
2020-04-21 06:56:17 +08:00
Michael Shilman
542b8ea9a1
Fix Args components stories
2020-04-21 06:30:47 +08:00
Tom Nolan
10013736ac
Move resetComponents to @storybook/components/html
2020-04-20 15:19:22 -04:00