28695 Commits

Author SHA1 Message Date
Michael Shilman
9676d9b8cb 6.0.0-rc.6 changelog 2020-07-16 19:12:30 +08:00
Michael Shilman
7a60d78428
Merge pull request #11505 from storybookjs/10723-update-cli-template-stories
CLI: Component-driven React / Vue / Angular / Preact / Svelte templates
2020-07-16 19:10:21 +08:00
Michael Shilman
1902272bf8
Merge pull request #11534 from storybookjs/fix/vue-docgen-default-properties
Addon-docs: Fix Vue argTypes default values
2020-07-16 19:08:21 +08:00
Michael Shilman
eed7887545 Update snapshots 2020-07-16 18:37:28 +08:00
Michael Shilman
4771d7fa5a Merge branch 'next' into fix/vue-docgen-default-properties 2020-07-16 18:08:34 +08:00
Michael Shilman
0fd3f1e332 Examples: Added test for vue default value parsing 2020-07-16 17:38:44 +08:00
Michael Shilman
bca9750814 Fix capitalization 2020-07-16 17:27:12 +08:00
Michael Shilman
aa1d6ba3c3 Merge branch 'next' into 10723-update-cli-template-stories 2020-07-16 17:16:04 +08:00
Michael Shilman
49b7bf3a38
Merge pull request #11561 from storybookjs/11555-vue-props-from-argtypes
Core: Move basic argType inference out of addon-docs and into core
2020-07-16 17:05:28 +08:00
Michael Shilman
6bca4d2a9f Delete outdated test 2020-07-16 16:39:53 +08:00
Michael Shilman
8720ca6111 Refactor: Move SBType to ClientAPI 2020-07-16 16:39:05 +08:00
Michael Shilman
d2c0375a2f Fix deepscan 2020-07-16 12:59:30 +08:00
Michael Shilman
9a6bc4ad73 Core: Move basic argType inference from addon-docs into core 2020-07-16 12:54:57 +08:00
Michael Shilman
52f33c28ca
Merge pull request #11550 from storybookjs/11487-args-reset-ui
Addon-controls: Add reset UI to ArgsTable
2020-07-16 10:23:43 +08:00
Michael Shilman
d9e0ce0f42 Merge branch '11487-args-reset-ui' of github.com:storybookjs/storybook into 11487-args-reset-ui 2020-07-16 08:23:40 +08:00
Michael Shilman
4dda7f9cff Update snapshots 2020-07-16 08:23:19 +08:00
domyen
d150f889f7 Fix alignment of control reset button 2020-07-15 19:55:34 -04:00
Michael Shilman
f1c3ba756b Fix deepscan 2020-07-16 07:42:28 +08:00
Michael Shilman
d737a8c981 Merge branch 'next' into 11487-args-reset-ui 2020-07-16 07:37:44 +08:00
domyen
cb412f8d5f Forgot to remove this unused ResetButton prop 2020-07-15 18:10:47 -04:00
domyen
3494ec8ccf ArgsTable style ResetButton 2020-07-15 18:04:12 -04:00
tooppaaa
fec9066ecb Svelte CLI 2020-07-15 22:25:47 +02:00
Michael Shilman
d1b64214d3
Merge pull request #11560 from storybookjs/tech/remove-existing-pipe-seperator-in-stories
remove the usage of `|` in dev-example
2020-07-15 22:24:07 +08:00
Michael Shilman
2302d7a54e CLI: Fix Vue CLI template props handing 2020-07-15 21:20:38 +08:00
Michael Shilman
8026f60c5b Merge branch 'next' into 10723-update-cli-template-stories 2020-07-15 21:03:13 +08:00
Michael Shilman
9c0d63d76b 6.0.0-rc.5 next.json version file 2020-07-15 20:55:28 +08:00
Michael Shilman
3c4d606118 Update version.ts to 6.0.0-rc.5 2020-07-15 20:52:10 +08:00
Michael Shilman
747ced532b v6.0.0-rc.5 v6.0.0-rc.5 2020-07-15 20:42:08 +08:00
Michael Shilman
d5a250cab8 Update root, peer deps to 6.0.0-rc.5 2020-07-15 20:41:57 +08:00
Michael Shilman
723f29a3c1 6.0.0-rc.5 changelog 2020-07-15 20:41:47 +08:00
Michael Shilman
1f7cfc0e9f Update version.ts to 6.0.0-rc.4 2020-07-15 20:37:01 +08:00
Michael Shilman
0058cde545 v6.0.0-rc.4 v6.0.0-rc.4 2020-07-15 20:34:24 +08:00
Michael Shilman
afdf88df3c Update root, peer deps to 6.0.0-rc.4 2020-07-15 20:30:23 +08:00
Michael Shilman
6b74838ee3 6.0.0-rc.4 changelog 2020-07-15 20:30:00 +08:00
Michael Shilman
72aa0233aa Update snapshot 2020-07-15 20:28:50 +08:00
Michael Shilman
3766df964e Examples: Update Vue examples to derive props from argTypes 2020-07-15 20:14:56 +08:00
Norbert de Langen
4d0ee123be
remove the usage of | 2020-07-15 13:50:13 +02:00
Michael Shilman
af5337e8d4 Merge branch 'next' into 10723-update-cli-template-stories 2020-07-15 19:45:44 +08:00
Michael Shilman
64c3bf273e
Merge pull request #11558 from storybookjs/add-argTypes-to-context
Core: Add `argTypes` to `StoryContext`
2020-07-15 19:43:53 +08:00
Michael Shilman
043cc8706f ArgsTable: Add reset button to stories 2020-07-15 19:39:03 +08:00
Tom Coleman
ae5fef075d Add argTypes to StoryContext 2020-07-15 21:20:56 +10:00
Michael Shilman
ed2e2ed3a0 CLI: Fix Angular template compodoc settings 2020-07-15 19:19:26 +08:00
Michael Shilman
8231601af8
Merge pull request #11556 from storybookjs/fix/meta-subcomponents-optional
Addon-docs: Make Meta block subcomponents optional
2020-07-15 18:49:57 +08:00
Michael Shilman
339c98ae7c
Merge pull request #11557 from storybookjs/yannbf-patch-2
docs(MIGRATION): update hierarchy separator section
2020-07-15 18:39:05 +08:00
Yann Braga
55952dc132
docs(MIGRATION): update hierarchy separator section
Updated the command to work in any scenario and added a note about mdx.
2020-07-15 12:36:47 +02:00
Michael Shilman
4fc6f7174c Addon-docs: Make Meta block subcomponents optional 2020-07-15 18:31:28 +08:00
Norbert de Langen
4e8013d3c5
Merge pull request #11502 from kendallgassner/remove-zIndex-on-action-bar
remove z-index on ActionBar
2020-07-15 11:12:20 +02:00
Michael Shilman
fba408cccb CLI template: Prettier 2020-07-15 15:56:18 +08:00
Michael Shilman
45f7ec261b CLI template: Use action argType instead of hard-coded action 2020-07-15 15:56:03 +08:00
Michael Shilman
bfa49263b1 CLI template: Fix componentdriven.org link 2020-07-15 15:55:08 +08:00