1059 Commits

Author SHA1 Message Date
Michael Shilman
6e75747db3 Improve props tables docs 2020-05-24 05:14:44 +08:00
Michael Shilman
e9ba51794e v6.0.0-beta.13 2020-05-23 02:06:33 +08:00
Michael Shilman
45a446dc1d Addon-docs: Fix story inline rendering 2020-05-22 19:11:18 +08:00
tooppaaa
73c0ea3abc Addon-docs: Fix render when destructured props 2020-05-21 23:09:41 +02: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
a6d81914c2 v6.0.0-beta.9 2020-05-21 07:17:20 +08:00
Norbert de Langen
10a656066b Merge branch 'next' into tech/cleanup-docs-code-fix-zoom 2020-05-18 09:31:14 +02:00
Michael Shilman
73d9b6fb3a v6.0.0-beta.8 2020-05-17 19:03:09 +08:00
Michael Shilman
3200bbc063 ArgTypes: Fix table.defaultValue annotation 2020-05-17 18:17:08 +08:00
Michael Shilman
beab55946e ArgTypes: Clean up redundant quote removal 2020-05-17 17:42:29 +08:00
Michael Shilman
0815d27d05 Addon-docs: Eval argTypes default value 2020-05-17 17:18:41 +08:00
Norbert de Langen
4dcfe646b6
FIX deepscan 2020-05-16 11:53:45 +02:00
Norbert de Langen
dddc6c1366
WIP 2020-05-15 19:53:41 +02:00
Michael Shilman
3cea5335d2 v6.0.0-beta.7 2020-05-15 12:08:19 +08:00
Kruthi Venkatesh
58f250ce75
Update props-table.md to fix the broken links
Framework specific docs links in the `usage` section were broken and I have fixed it using the right paths provided in the `more resource` section.
2020-05-14 15:42:15 -07:00
Michael Shilman
6f10ef5c93 v6.0.0-beta.6 2020-05-12 21:20:15 +08:00
Michael Shilman
5827cff7eb v6.0.0-beta.5 2020-05-11 16:50:47 +08:00
Michael Shilman
0e4076e643 v6.0.0-beta.4 2020-05-08 20:59:59 +08:00
Norbert de Langen
4c35a213b7
Merge pull request #10679 from BridgeAR/remove-corejs-upgrade-webpack-plugin 2020-05-08 09:57:11 +02:00
Michael Shilman
875f7a565b
Merge pull request #10669 from storybookjs/upgrade/jest
Build: Upgrade jest to 26
2020-05-08 14:08:28 +08:00
Michael Shilman
73a6106b3c Merge pull request #10321 from seveves/patch-3
Explanation for template and addDecorators
2020-05-08 09:44:46 +08:00
Ruben Bridgewater
ef0ec6d83c fix: remove corejs-upgrade-webpack-plugin dependency
The dependency caused multiple issues, since it's not possible to
just replace one dependency version with another if a specific
version is required.
Remove the dependency from storybook to fix the issue.
2020-05-08 03:21:52 +02:00
Michael Shilman
3252d08079 Build: Upgrade jest to 26 2020-05-07 14:36:11 +08:00
Michael Shilman
9881185a4a v6.0.0-beta.3 2020-05-07 12:50:57 +08:00
Michael Shilman
7dfa77f866
Merge pull request #10642 from storybookjs/jest-26
Build: Upgrade to jest 26
2020-05-07 08:32:41 +08:00
Michael Shilman
01edaa5f94
Merge pull request #10645 from melanieseltzer/melanieseltzer-patch-1
Update readme with small ThemeProvider example
2020-05-07 08:24:35 +08:00
Norbert de Langen
4d92845400
Merge pull request #10644 from storybookjs/ie11_again 2020-05-06 09:56:34 +02:00
dependabot-preview[bot]
c94a920112
Bump terser-webpack-plugin from 2.3.6 to 3.0.0
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 2.3.6 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.6...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-05 07:57:36 +00:00
Melanie Seltzer
0b5203b75c
Update readme with small ThemeProvider example 2020-05-04 14:32:02 -07:00
tooppaaa
04c1df5fc7 fix incorrect dll context 2020-05-04 23:11:31 +02:00
Filipp Riabchun
1fdda7a7e4 Support jest 26 2020-05-04 21:10:19 +02:00
Norbert de Langen
73641ce609
Merge branch 'next' into aurelia
# Conflicts:
#	package.json
#	yarn.lock
2020-05-04 16:07:26 +02:00
Michael Shilman
d77aad2018 v6.0.0-beta.2 2020-05-04 20:07:46 +08:00
Michael Shilman
1d61d78d28
Merge pull request #10633 from storybookjs/fix/no-args-props-logic
Addon-docs: Fix broken props logic for no-args stories
2020-05-04 19:01:18 +08:00
Michael Shilman
08d51c6077
Merge pull request #10632 from storybookjs/fix/custom-source
Addon-docs: Fix custom source manual override
2020-05-04 18:56:38 +08:00
Michael Shilman
682b49c620 Addon-docs: Fix broken props logic for no-args stories 2020-05-04 18:36:04 +08:00
Michael Shilman
1ac84086fe Update recipes.md 2020-05-04 18:20:20 +08:00
Michael Shilman
87c33102ec Add docs container recipe 2020-05-04 18:18:48 +08:00
Michael Shilman
c79904302b Addon-docs: Fix custom source manual override 2020-05-04 17:16:36 +08:00
Michael Shilman
8a882e9eaa Merge branch 'next' into pr/9531 2020-05-04 12:40:43 +08:00
Michael Shilman
a999324b5a
Merge pull request #10621 from storybookjs/10499-fix-object-array
Addon-docs: Fix object array in Props
2020-05-04 12:29:11 +08:00
Michael Shilman
3c5e04b76d Props controls: Add optional validator function to Object control 2020-05-04 11:22:03 +08:00
Michael Shilman
e2bfc168c0 v6.0.0-beta.1 2020-05-02 21:59:51 +08:00
Michael Shilman
82e64893e8
Merge pull request #10619 from storybookjs/10308-fix-default-source
Addon-docs: Fix no-props logic in Source block
2020-05-02 21:49:34 +08:00
Michael Shilman
92c5ca96e4
Merge pull request #10613 from storybookjs/fix-deps
Yarn 2: Fix dependencies issues for compatibility
2020-05-02 21:33:53 +08:00
Michael Shilman
d8947b9a5c Props controls: Show JSON editor for array of objects 2020-05-02 15:41:26 +08:00
Michael Shilman
3dc2f7bdd1 Args: Fix array typings 2020-05-02 15:35:28 +08:00
Michael Shilman
eeab8341f7 Merge branch 'next' into 10308-fix-default-source 2020-05-02 11:59:45 +08:00