951 Commits

Author SHA1 Message Date
Michael Shilman
17a9a5bc69 Update version.ts to 6.0.0-rc.18 2020-07-30 01:31:49 +08:00
Michael Shilman
42f3ea27e0 v6.0.0-rc.18 2020-07-30 01:21:48 +08:00
Michael Shilman
dfd5f83d43 v6.0.0-rc.17 2020-07-30 01:15:45 +08:00
Michael Shilman
7e5c8323e4 Misc cleanup 2020-07-29 12:47:11 +08:00
Michael Shilman
a09dddc174 Update version.ts to 6.0.0-rc.16 2020-07-28 22:32:35 +08:00
Michael Shilman
58b5208af8 v6.0.0-rc.16 2020-07-28 22:20:06 +08:00
Norbert de Langen
e1b77b0df2
Merge branch 'next' into tech/no-peer-dep-react 2020-07-27 12:59:47 +02:00
Michael Shilman
bfe7fd5624 Update version.ts to 6.0.0-rc.15 2020-07-27 13:03:55 +08:00
Michael Shilman
7354abe09c v6.0.0-rc.15 2020-07-27 12:54:15 +08:00
Tom Coleman
07c7e47783 Fix existing behaviour with prefixes 2020-07-23 13:54:10 +10:00
Michael Shilman
9d787248bf Update version.ts to 6.0.0-rc.14 2020-07-22 23:58:04 +08:00
Michael Shilman
718fd46142 v6.0.0-rc.14 2020-07-22 23:47:42 +08:00
Norbert de Langen
fbdc628178
ADD test 2020-07-22 13:07:38 +02:00
Norbert de Langen
edd796558a
CHANGE addGlobalMetadata so it checks if a global decorator should be added (it should not if it already exists) 2020-07-22 12:14:37 +02:00
Norbert de Langen
3b8b9f5e0b Merge branch 'next' into tech/no-peer-dep-react 2020-07-22 11:20:03 +02:00
Tom Coleman
75fdf5eb56 Ensure we preference shorter matching storyIds 2020-07-22 13:56:54 +10:00
Norbert de Langen
838f095f17
MOVE all react peer-dep to regular dep, since we use webpack alias to ensure singletons 2020-07-21 15:15:18 +02:00
Michael Shilman
68bc8331d4 Update version.ts to 6.0.0-rc.13 2020-07-21 18:32:56 +08:00
Michael Shilman
b5a70c7e64 v6.0.0-rc.13 2020-07-21 18:22:34 +08:00
Norbert de Langen
1792927a11
CLEANUP && ADD tests && FIX typescript issue where lib/client-api wasn't build before lib/cli 2020-07-21 10:51:42 +02:00
Norbert de Langen
22edca834e Merge branch 'next' into tech/change-sbextract-cli-command-to-use-better-api 2020-07-21 10:25:39 +02:00
Michael Shilman
23971a07b3 Update version.ts to 6.0.0-rc.12 2020-07-20 20:39:13 +08:00
Michael Shilman
7f48e28526 v6.0.0-rc.12 2020-07-20 20:29:28 +08:00
Michael Shilman
ce91bc3669 Update version.ts to 6.0.0-rc.11 2020-07-19 17:11:00 +08:00
Michael Shilman
24e238da6e v6.0.0-rc.11 2020-07-19 17:02:01 +08:00
Michael Shilman
ac06321c7d Update version.ts to 6.0.0-rc.10 2020-07-18 22:09:58 +08:00
Michael Shilman
1f0309cb5f v6.0.0-rc.10 2020-07-18 22:00:26 +08:00
Norbert de Langen
6a89ea57bf Merge branch 'next' into tech/change-sbextract-cli-command-to-use-better-api 2020-07-17 17:26:58 +02:00
Norbert de Langen
1b738615b1
ADD getStoriesJsonData method for getting data for stories.json && CHANGE cli extract command to use it 2020-07-17 17:24:52 +02: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
840ea68d52
Merge pull request #11572 from storybookjs/11010-denorm-parameters-for-storysort
Core: Pass denormalized stories to the sort function
2020-07-17 21:54:22 +08:00
Michael Shilman
eca7d66834 Improve comments 2020-07-17 18:49:03 +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
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
Tom Coleman
ea9786c0f5 Fix bug 2020-07-16 21:11:58 +10: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
8720ca6111 Refactor: Move SBType to ClientAPI 2020-07-16 16:39:05 +08:00
Tom Coleman
4f168a5fa9 Pass stories denormalized to the sort function. 2020-07-16 16:58:36 +10: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
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