1307 Commits

Author SHA1 Message Date
Michael Shilman
5ee73396db v6.2.0-rc.12 2021-03-30 10:48:28 +08:00
Michael Shilman
8f89064ffa Update git head to 6.2.0-rc.11 2021-03-29 16:41:06 +08:00
Michael Shilman
b2100d195f v6.2.0-rc.11 2021-03-29 16:33:41 +08:00
Michael Shilman
fc328a71b2 Update git head to 6.2.0-rc.10 2021-03-26 16:04:19 +08:00
Michael Shilman
a667853246 v6.2.0-rc.10 2021-03-26 15:57:35 +08:00
Michael Shilman
d4be089b63 Update git head to 6.2.0-rc.9 2021-03-25 00:51:49 +08:00
Michael Shilman
b100a45b69 v6.2.0-rc.9 2021-03-25 00:44:24 +08:00
Michael Shilman
4cbf3083c8
Merge pull request #14293 from storybookjs/url-args-special-formats
Core: Support some special values in URL args
2021-03-24 23:34:39 +08:00
Gert Hengeveld
e00aa0d541 Merge branch 'next' into url-args-special-formats 2021-03-23 15:06:51 +01:00
Yngve Bakken-Nilsen
26d667c0a3 feat(args): allow type: enum to be parsed from URL 2021-03-23 13:53:40 +01:00
Michael Shilman
3be763e32a Update git head to 6.2.0-rc.8 2021-03-23 10:14:16 +08:00
Michael Shilman
229ae2956b v6.2.0-rc.8 2021-03-23 10:07:45 +08:00
Damian Stasik
008f99eeba fix(client-api): import isPlainObject directly from lodash 2021-03-22 21:08:14 +01:00
Michael Shilman
1aa97daeef Update git head to 6.2.0-rc.7 2021-03-23 00:28:53 +08:00
Michael Shilman
ea154d612f v6.2.0-rc.7 2021-03-23 00:21:22 +08:00
Gert Hengeveld
e44b4d2897 Fix sparse array mapping 2021-03-22 12:21:32 +01:00
Gert Hengeveld
19e029235b Upgrade qs to 6.10.0 2021-03-21 19:33:36 +01:00
Michael Shilman
6fae26dfeb Update git head to 6.2.0-rc.6 2021-03-21 00:30:23 +08:00
Michael Shilman
9140a28845 v6.2.0-rc.6 2021-03-21 00:24:15 +08:00
Michael Shilman
4ffe82ec30 Update git head to 6.2.0-rc.5 2021-03-20 16:59:05 +08:00
Michael Shilman
0c13a371f4 v6.2.0-rc.5 2021-03-20 16:52:59 +08:00
Michael Shilman
2e920a15b4 Update git head to 6.2.0-rc.4 2021-03-19 13:44:10 +08:00
Michael Shilman
1ac1d37eff v6.2.0-rc.4 2021-03-19 13:37:52 +08:00
Michael Shilman
c55a07762c Update git head to 6.2.0-rc.3 2021-03-18 22:11:02 +08:00
Michael Shilman
8330d79a3d v6.2.0-rc.3 2021-03-18 22:03:48 +08:00
Gert Hengeveld
491021d751
Merge pull request #14267 from storybookjs/tweak-args-docs
Update docs for argType.options
2021-03-18 11:31:10 +01:00
Gert Hengeveld
b9580b470d Update docs for argType.options 2021-03-18 11:27:00 +01:00
Michael Shilman
939765a4a2 Update git head to 6.2.0-rc.2 2021-03-17 18:09:45 +08:00
Michael Shilman
2d47a4b645 v6.2.0-rc.2 2021-03-17 18:02:07 +08:00
Michael Shilman
7ca34a8141 Update git head to 6.2.0-rc.1 2021-03-16 22:58:04 +08:00
Michael Shilman
8719fe697c v6.2.0-rc.1 2021-03-16 22:49:48 +08:00
Michael Shilman
71a8ec764d Update git head to 6.2.0-rc.0 2021-03-15 23:09:59 +08:00
Michael Shilman
a5b8c05aea v6.2.0-rc.0 2021-03-15 23:02:28 +08:00
Michael Shilman
cb424eaccf Update git head to 6.2.0-beta.15 2021-03-15 19:26:12 +08:00
Michael Shilman
5b98c49f03 v6.2.0-beta.15 2021-03-15 19:19:28 +08:00
Michael Shilman
f6697f3e09 Update git head to 6.2.0-beta.14 2021-03-11 22:10:13 +08:00
Michael Shilman
45957443c7 v6.2.0-beta.14 2021-03-11 22:00:47 +08:00
Michael Shilman
1db9111c47 Update git head to 6.2.0-beta.13 2021-03-11 06:37:19 +08:00
Michael Shilman
9b7aad4bda v6.2.0-beta.13 2021-03-11 06:30:39 +08:00
Michael Shilman
b5a62366cf Update git head to 6.2.0-beta.12 2021-03-10 07:30:34 +08:00
Michael Shilman
2151d99b4e v6.2.0-beta.12 2021-03-10 07:23:55 +08:00
Gert Hengeveld
d7c6ce60a4 Fix support for arrays 2021-03-09 13:54:16 +01:00
Gert Hengeveld
b4c0f68d22 Log error instead of warning and ignore options when it includes non-primitive values 2021-03-09 13:13:51 +01:00
Gert Hengeveld
11f37d7d9f Always use the new JSON editor for array values 2021-03-09 10:51:30 +01:00
Gert Hengeveld
277064fa09 Fix control inference 2021-03-09 01:11:15 +01:00
Gert Hengeveld
bf6339f382
Merge branch 'next' into options-labels 2021-03-08 21:17:15 +01:00
Michael Shilman
b77e8444fa Update git head to 6.2.0-beta.11 2021-03-09 00:54:14 +08:00
Michael Shilman
8a25609d30 v6.2.0-beta.11 2021-03-09 00:46:54 +08:00
Gert Hengeveld
373c063339
Merge branch 'next' into options-labels 2021-03-08 16:51:39 +01:00
Gert Hengeveld
9d461e420d Validate options on argTypes 2021-03-08 16:22:26 +01:00