Tom Coleman
557f94df9b
Add a test for showRoots
2019-11-12 13:21:26 +11:00
Tom Coleman
e9e4ac195e
Added migration notes and updated docs
2019-11-12 13:02:34 +11:00
Tom Coleman
db9f277b4b
Create a showRoots
option and drive behaviour with it.
2019-11-12 12:43:33 +11:00
Tom Coleman
c72e7cad43
Implement warnings and new behaviour for hierarchy separators
2019-11-12 12:24:04 +11:00
Michael Shilman
c05036af68
Merge branch 'next' of github.com:storybookjs/storybook into next
2019-11-12 07:26:49 +08:00
Michael Shilman
e3ab46a202
Addon-docs: Deprecate framework presets
2019-11-12 07:26:30 +08:00
Michael Shilman
0300df0f32
Framework-specific presets are deprecated ( #8791 )
...
Framework-specific presets are deprecated
2019-11-12 07:24:19 +08:00
Petra Jaros
036b450753
Framework-specific presets are deprecated
2019-11-11 16:28:10 -05:00
Michael Shilman
d7c3653291
5.3.0-alpha.43 next.json version file
2019-11-11 23:56:10 +08:00
Michael Shilman
f0f8e9c61c
Update version.ts
2019-11-11 23:53:16 +08:00
Michael Shilman
c5aadcc536
v5.3.0-alpha.43
v5.3.0-alpha.43
2019-11-11 23:38:33 +08:00
Michael Shilman
ebb4e17efc
5.3.0-alpha.43 changelog
2019-11-11 23:34:33 +08:00
Michael Shilman
68cd5489ac
Fix CSF in MDX example code ( #8772 )
...
Fix CSF in MDX example code
2019-11-11 22:57:41 +08:00
Michael Shilman
14a449bb9b
Presets / Addon-docs: Cleanup framework-specific presets ( #8782 )
...
Presets / Addon-docs: Cleanup framework-specific presets
2019-11-11 20:54:45 +08:00
Michael Shilman
9cb11fcc1b
Upgrade version
2019-11-11 18:13:29 +08:00
Michael Shilman
cccbdc10ec
Remove unused imports
2019-11-11 18:00:33 +08:00
Michael Shilman
52a5dc554d
Merge pull request #8773 from donaldpipowitch/fix-8294-source-loader
...
Source-loader: Warn if applied to non-stories file
2019-11-11 17:55:09 +08:00
Michael Shilman
884962b787
Addon-docs: Add unified preset, deprecate framework-specific presets
2019-11-11 14:56:17 +08:00
Donald Pipowitch
0e80a46d4d
fixed logger
2019-11-11 07:26:38 +01:00
Donald Pipowitch
e4ab56d9a3
updated logging based on feedback
2019-11-10 19:51:49 +01:00
Michael Shilman
ab7f343e87
Presets: Add framework option
2019-11-10 19:01:40 +08:00
Filipp Riabchun
be32fadf03
Merge pull request #8774 from storybookjs/add-babel-runtime
...
Add @babel/runtime to workspace
2019-11-09 15:54:33 +01:00
Filipp Riabchun
cc58e6344b
Add @babel/runtime to workspace
2019-11-09 15:17:30 +01:00
Donald Pipowitch
01ca39589b
check context in source-loader
2019-11-09 14:50:55 +01:00
Michael Shilman
23f8b11bc8
5.2.6 changelog
2019-11-09 18:17:38 +08:00
Alan Choi
0500cc1504
fix non-working example code
...
The updated line produces the warning below:
Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
2019-11-09 17:50:39 +09:00
Michael Shilman
f16888f6f6
5.3.0-alpha.42 next.json version file
2019-11-09 16:11:52 +08:00
Michael Shilman
d52f794dc7
Update version.ts
2019-11-09 16:08:23 +08:00
Michael Shilman
5242f4f190
v5.3.0-alpha.42
v5.3.0-alpha.42
2019-11-09 15:59:48 +08:00
Michael Shilman
73f1678918
5.3.0-alpha.42 changelog
2019-11-09 15:34:40 +08:00
Michael Shilman
b3d93715a7
MDX knobs example ( #8771 )
...
MDX knobs example
2019-11-09 15:14:29 +08:00
Michael Shilman
703f932416
MDX knobs example
2019-11-09 11:33:45 +08:00
Norbert de Langen
d217fbdb9e
Addon-info: Remove jsnext:main ( #8764 )
...
Addon-info: Remove jsnext:main
2019-11-08 17:52:17 +01:00
Michael Shilman
6c4764fd08
Addon-info: Remove jsnext:main
2019-11-09 00:10:06 +08:00
Michael Shilman
d0ac2b433e
Merge pull request #8755 from mattfelten/update-ts-docs
...
Update docs to mention TypeScript version recommendation
2019-11-08 13:39:56 +08:00
Matt Felten
8d0b9b954a
Update docs to mention TypeScript version recommendation
2019-11-07 17:31:16 -08:00
Michael Shilman
938e233f9f
Merge pull request #8747 from christiancooksponge/patch-2
...
addon-notes: Fix Giphy docs
2019-11-08 08:28:39 +08:00
Michael Shilman
b3a9692efc
Fix import statement in mdx example ( #8752 )
...
Fix import statement in mdx example
2019-11-08 08:06:46 +08:00
Michael Shilman
d660bb6e9d
Addon-info: Fix "The prop 'children' is marked as required in '… ( #8745 )
...
Addon-info: Fix "The prop 'children' is marked as required in 'Td'"
2019-11-08 08:05:51 +08:00
hobroker
44b58cb60d
make children prop optional in Td component
2019-11-07 23:24:13 +02:00
Kai Röder
4c60525ffa
fix import statement in mdx example
...
`addon-` was missing in `import { Meta, Story, Props } from '@storybook/addon-docs/blocks';`
2019-11-07 22:16:20 +01:00
Christian Cook
581aa808bb
Correct Giphy query parameter
2019-11-07 11:37:39 +00:00
Christian Cook
58eb940919
Correct Giphy query parameter
2019-11-07 11:33:26 +00:00
Norbert de Langen
8f29e7581b
Addon API: Preview wrapper devkit example ( #7939 )
...
Addon API: Preview wrapper devkit example
Co-authored-by: Norbert de Langen <ndelangen@me.com>
2019-11-07 11:58:08 +01:00
Norbert de Langen
436cc1c6a4
Merge branch 'next' into edit-page-addon
2019-11-07 11:19:51 +01:00
Norbert de Langen
a0a113071d
Merge pull request #8698 from storybookjs/fix/rn-use-babel-metro-preset
...
CHANGE the compilation target for RN - it was compiled for old browsers
2019-11-07 10:40:41 +01:00
Michael Shilman
e971bdc9a6
5.3.0-alpha.41 next.json version file
2019-11-07 11:28:01 +08:00
Michael Shilman
1f0e99a618
Update version.ts
2019-11-07 11:22:56 +08:00
Michael Shilman
a46bd1bd89
v5.3.0-alpha.41
v5.3.0-alpha.41
2019-11-07 11:12:53 +08:00
Michael Shilman
13b449f0b5
5.3.0-alpha.41 changelog
2019-11-07 11:07:42 +08:00