1446 Commits

Author SHA1 Message Date
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
Michael Shilman
9558b3901e v6.0.0-rc.0 2020-07-08 18:46:15 +08:00
Michael Shilman
e635f52b7a Update version.ts to 6.0.0-beta.46 2020-07-08 16:57:50 +08:00
Michael Shilman
971b888701 v6.0.0-beta.46 2020-07-08 16:46:36 +08:00
Michael Shilman
5ae63492ce
Merge pull request #11456 from storybookjs/11440-args-rename-story-to-template
Args: Rename Story/XStory to Template
2020-07-08 14:42:01 +08:00
Michael Shilman
5d2cd8b7c9 Update snapshots 2020-07-08 09:47:25 +08:00
Michael Shilman
dffc1525dd Args: Rename Story/XStory to Template 2020-07-08 07:44:42 +08:00
Michael Shilman
6d9be7c728 Addon-docs: Remove deprecated addParameters calls 2020-07-08 07:31:46 +08:00
Michael Shilman
c3d7f29a58 Update version.ts to 6.0.0-beta.45 2020-07-07 21:08:08 +08:00
Michael Shilman
f03eb04a2a v6.0.0-beta.45 2020-07-07 20:57:56 +08:00
Michael Shilman
92b3a3b382 Addon-docs: ConfigureJSX true by default in React 2020-07-07 18:55:43 +08:00
Michael Shilman
67d72b31b6 Addon-docs: Fix fragment shorthand in MDX 2020-07-07 18:40:48 +08:00
Michael Shilman
9db1e4ad4a Update version.ts to 6.0.0-beta.44 2020-07-06 22:32:18 +08:00