7641 Commits

Author SHA1 Message Date
Michael Shilman
7ea3016d90 Controls: cleanup 2020-07-06 14:47:09 +08:00
Tom Coleman
63fec28021 Get rid of module.hot.accept code for configure API.
This avoids us having to solve #10005 right now and is consistent with the stories entry.
2020-07-06 16:38:11 +10:00
Michael Shilman
cb3134f108 Controls: Box control values to handle functions properly 2020-07-06 14:37:37 +08:00
Michael Shilman
121c2b7bda Controls: Store state locally, resolve on blur 2020-07-06 12:15:10 +08:00
tooppaaa
872f4b0645 fix yarn 2 2020-07-05 15:02:07 +02:00
tooppaaa
c870c4bb00 fix unit test 2020-07-05 15:00:43 +02:00
tooppaaa
019a7f7ed9 fix linkto e2e 2020-07-05 14:25:41 +02:00
tooppaaa
4bc7cc1a15 Add something back for Marko 2020-07-05 13:20:15 +02:00
Michael Shilman
b92972628f Update version.ts to 6.0.0-beta.43 2020-07-05 18:44:32 +08:00
Michael Shilman
99a191894a v6.0.0-beta.43 2020-07-05 18:35:22 +08:00
Tom Coleman
0fe66e6aa5
Merge pull request #11407 from storybookjs/10115-global-args-composition
Ignore globals from non-local refs
2020-07-05 20:18:35 +10:00
tooppaaa
fb7718db3c cleanup comments 2020-07-05 11:15:14 +02:00
tooppaaa
86e487a395 Update CLI for angular 2020-07-05 11:11:55 +02:00
tooppaaa
e8e37ac7ad CLI: add common welcome and cleanup 2020-07-05 11:03:01 +02:00
Tom Coleman
247b13bd88 Merge remote-tracking branch 'origin/next' into remove-startup-redirects 2020-07-05 15:32:27 +10:00
Tom Coleman
35135f6c7e Merge remote-tracking branch 'origin/next' into 10115-global-args-composition 2020-07-05 15:31:23 +10:00
Tom Coleman
7749be95c2
Remove unused code 2020-07-05 15:09:18 +10:00
Tom Coleman
38e66ad7cb Add updateRef API and use for setting ref args 2020-07-05 15:04:22 +10:00
Michael Shilman
ba5dc4f770 Update version.ts to 6.0.0-beta.42 2020-07-05 12:19:29 +08:00
Michael Shilman
8b5427577a v6.0.0-beta.42 2020-07-05 12:10:21 +08:00
Michael Shilman
ca9fb16674
Merge pull request #11417 from storybookjs/10005-deprecate-addParameters-addDecorator
Deprecate `addParameters` and `addDecorator`
2020-07-05 11:55:24 +08:00
Michael Shilman
1c529752de Update version.ts to 6.0.0-beta.41 2020-07-04 15:24:43 +08:00
Michael Shilman
ee425c3615 v6.0.0-beta.41 2020-07-04 15:12:27 +08:00
Tom Coleman
2161980516 Deprecate addParameters/addDecorators
See https://github.com/storybookjs/storybook/issues/10005#issuecomment-653730062
2020-07-04 17:11:00 +10:00
Tom Coleman
89aeb1aa8e Merge remote-tracking branch 'origin/next' into 10115-global-args-composition 2020-07-04 15:38:45 +10:00
Tom Coleman
77ac603241 Merge remote-tracking branch 'origin/next' into 10115-args-globals-and-refs 2020-07-04 15:38:23 +10:00
Tom Coleman
81e0be17b3 Fall back to non-args version 2020-07-04 14:27:04 +10:00
Michael Shilman
442c46ae1f Update version.ts to 6.0.0-beta.40 2020-07-04 00:27:30 +08:00
Michael Shilman
0ba27c4d5b v6.0.0-beta.40 2020-07-04 00:18:02 +08:00
Michael Shilman
64199e2e13 CLI: Add ugprade prompt when new version is available 2020-07-04 00:13:10 +08:00
Michael Shilman
7dc59dabc4
Merge pull request #11410 from storybookjs/fix/next
Build: Fix CI breaks
2020-07-04 00:04:44 +08:00
Michael Shilman
228c3f995b
Merge branch 'next' into 9773-inconsistent-paths 2020-07-03 23:45:20 +08:00
Norbert de Langen
0a2c47539c
FIX packtracker 2020-07-03 15:39:22 +02:00
Michael Shilman
652d009553
Merge pull request #11387 from storybookjs/11142-deprecate-manager-only-options
Core: Deprecate immutable options as parameters
2020-07-03 21:15:55 +08:00
Norbert de Langen
1760282f45
REFACTOR the retrieval of event metadata 2020-07-03 13:58:46 +02:00
Norbert de Langen
6d2fa3aa64
MIGRATE to use qs since that's what we use in many other places 2020-07-03 13:36:21 +02:00
Norbert de Langen
5854b575bd
REMOVE the source option from events on channel 2020-07-03 13:25:21 +02:00
Norbert de Langen
05fc4bbc31 Merge branch 'next' into tech/change-event-source-to-refId 2020-07-03 13:11:45 +02:00
Tom Coleman
c55a62d2fd Ignore globals from non-local refs 2020-07-03 20:28:34 +10:00
Tom Coleman
f0f08e8a65 Remove spurious logs 2020-07-03 20:00:17 +10:00
Michael Shilman
b18ef1c371
Merge pull request #11396 from storybookjs/11382-version-consistency-check
CLI: Add upgrade utility with version consistency check
2020-07-03 17:12:21 +08:00
Michael Shilman
8440db83ef CLI: Generalize upgrade deprecation scheme 2020-07-03 15:17:23 +08:00
Tom Coleman
bc62b05735 Update stories args handling to cope with refs 2020-07-03 17:06:40 +10:00
Tom Coleman
56d7671260 Also change the signature of the STORY_ARGS_UPDATED event 2020-07-03 17:06:04 +10:00
Tom Coleman
962ab44d11 Change the UPDATE_STORY_ARGS event to take an object
That's how SB wants me to do it 🤷
2020-07-03 16:44:39 +10:00
Tom Coleman
e1722e4fa4 Some fixes to ref handling 2020-07-03 16:15:42 +10:00
Tom Coleman
5b7eba5ebc History is nullable 2020-07-03 15:52:32 +10:00
Tom Coleman
38691fd02b Drop unused imports 2020-07-03 14:46:42 +10:00
Tom Coleman
ffe3450739 Properly mock location in app stories 2020-07-03 14:43:14 +10:00
Tom Coleman
d53eea6b1f Use consistent and realistic storyId in stories 2020-07-03 14:23:29 +10:00