Michael Shilman
1f0309cb5f
v6.0.0-rc.10
2020-07-18 22:00:26 +08:00
Michael Shilman
fc15e401ea
Fix render logic
2020-07-18 21:47:17 +08:00
Michael Shilman
af56dcd7ac
Clean up nesting
2020-07-18 16:29:40 +08:00
Michael Shilman
50c7bd9773
Fix deepscan, disable chromatic
2020-07-18 16:28:30 +08:00
Michael Shilman
60cb4eb7c1
Addon-docs: Refactored source to make logic more readable
2020-07-18 15:38:47 +08:00
Michael Shilman
191548ee40
Addon-docs: Support automatic source selection based on story type
2020-07-18 14:18:36 +08:00
Michael Shilman
773b8500f1
Update version.ts to 6.0.0-rc.9
2020-07-17 22:44:48 +08:00
Michael Shilman
2e5d8431be
v6.0.0-rc.9
2020-07-17 22:34:25 +08:00
Michael Shilman
25c924a47b
Merge pull request #11598 from storybookjs/11083-fix-story-accepts-args-on-manager
...
Addon-controls: Fix no-args warning if argTypes are used
2020-07-17 22:23:05 +08:00
Michael Shilman
d9b95ca1ee
Fix deepscan
2020-07-17 21:16:49 +08:00
Michael Shilman
f62d3572ea
Update tests with isArgsStory parameter
2020-07-17 18:35:45 +08:00
Michael Shilman
f5a61f73a9
Core: Store whether story accepts args as parameter
2020-07-17 15:54:08 +08:00
Michael Shilman
0a578b5914
Update prepareForInline.ts
2020-07-17 12:33:46 +08:00
Michael Shilman
8e526ae7d3
Addon-docs: Fix Vue inline rendering with Args and decorators
2020-07-17 12:29:52 +08:00
Michael Shilman
e3c83c0054
Update version.ts to 6.0.0-rc.8
2020-07-16 19:56:45 +08:00
Michael Shilman
eab66aa5f2
v6.0.0-rc.8
2020-07-16 19:46:24 +08:00
Michael Shilman
75c2de29fa
Update version.ts to 6.0.0-rc.7
2020-07-16 19:31:00 +08:00
Michael Shilman
e3838c70aa
v6.0.0-rc.7
2020-07-16 19:28:14 +08:00
Michael Shilman
3a6d89a35c
Update version.ts to 6.0.0-rc.6
2020-07-16 19:22:17 +08:00
Michael Shilman
7e0e399f83
v6.0.0-rc.6
2020-07-16 19:19:44 +08:00
Michael Shilman
4771d7fa5a
Merge branch 'next' into fix/vue-docgen-default-properties
2020-07-16 18:08:34 +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
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
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
2020-07-15 20:42:08 +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
2020-07-15 20:34:24 +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
Tom Coleman
ae5fef075d
Add argTypes
to StoryContext
2020-07-15 21:20:56 +10:00
Michael Shilman
4fc6f7174c
Addon-docs: Make Meta block subcomponents optional
2020-07-15 18:31:28 +08:00
Michael Shilman
50367f9fa9
Merge pull request #11342 from storybookjs/tech/improve-versions-management-in-cli
...
CLI: Improve Storybook packages version management
2020-07-15 14:53:53 +08:00
Michael Shilman
ea690512e5
Use built-in storyStore reset
...
Co-authored-by: Tom Coleman <tom@thesnail.org>
2020-07-15 12:53:56 +08:00
Michael Shilman
c687122902
ArgsTable: Fix addon-docs useArgs to match new event structure
2020-07-15 12:47:49 +08:00
Michael Shilman
19f3993a1e
ArgsTable: Add reset button (needs styling)
2020-07-15 12:22:07 +08:00
Michael Shilman
e3292908ed
ArgsTable: Fix addon-docs useArgs to match new event structure
2020-07-15 12:19:00 +08:00
Michael Shilman
4f5934e507
Addon-docs: Fix default values for vue argTypes
2020-07-14 16:50:02 +08:00
Gaëtan Maisse
4664512aaf
fix(docs): use require.resolve
to ensure Yarn PnP compatibility
...
`@babel/plugin-transform-react-jsx` should be resolved in the context
of `addon-docs` and not in the one of SB user projects (as it's done
for the others loaders too). The goal of that is to ensure we are using
a deps that is properly declared either as dep or peerDep
2020-07-11 11:50:34 +02:00
Michael Shilman
bdd89f5964
Update version.ts to 6.0.0-rc.3
2020-07-11 16:36:34 +08:00
Michael Shilman
d7b8606ca3
v6.0.0-rc.3
2020-07-11 16:27:19 +08:00
Michael Shilman
faa06ce166
Update version.ts to 6.0.0-rc.2
2020-07-10 22:11:55 +08:00
Michael Shilman
1e8d1b0d02
v6.0.0-rc.2
2020-07-10 22:02:23 +08:00
Michael Shilman
f8ac6b0deb
Addon-docs: Ignore BOTH babelrc and babel.config.js in MDX handling
2020-07-10 21:17:32 +08:00
Michael Shilman
765856d429
Update version.ts to 6.0.0-rc.1
2020-07-09 15:29:03 +08:00
Michael Shilman
9aeaf80a2c
v6.0.0-rc.1
2020-07-09 15:18:59 +08:00
Michael Shilman
e5c4e2a05a
Update version.ts to 6.0.0-rc.0
2020-07-08 18:56:52 +08:00