1175 Commits

Author SHA1 Message Date
Michael Shilman
d5df9d126f v6.0.0-beta.44 2020-07-06 22:20:49 +08:00
Michael Shilman
10ee29ff8e
Merge pull request #11401 from storybookjs/10115-args-globals-and-refs
Composition: Ensure args get sent to the right ref
2020-07-06 22:03:27 +08: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
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
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
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
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
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
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
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
Tom Coleman
bc62b05735 Update stories args handling to cope with refs 2020-07-03 17:06:40 +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
1d03a9dc5e Fix case where there is no options 2020-07-03 13:10:05 +10:00
Michael Shilman
0ee0e2f186 Update versions 2020-07-02 19:52:51 +08:00
Michael Shilman
ca9e1affe9 v6.0.0-beta.39 2020-07-02 19:32:29 +08:00
Tom Coleman
98c7c573d6 Tests 2020-07-02 20:04:07 +10:00
Tom Coleman
80496a3e66 Remove manager redirects on boot 2020-07-02 19:54:14 +10:00
Tom Coleman
c87c3b3444
Fix weird import
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-07-02 19:26:17 +10:00
Tom Coleman
e92ec19cca Deprecate immutable options as parameters
#11142
2020-07-02 19:18:44 +10:00
Michael Shilman
2766dea106 Args: Rename globalArgs to globals 2020-07-02 12:00:46 +08:00
Michael Shilman
1646f3881c v6.0.0-beta.38 2020-06-30 23:36:36 +08:00
Norbert de Langen
e6bd4fe838
Merge pull request #11295 from storybookjs/tech/add-dual-theme-rendering
ADD dual theme rendering
2020-06-30 12:29:16 +02:00
Norbert de Langen
80d2b27143
FIX versions 2020-06-29 12:58:25 +02:00
Tom Coleman
cb17bcb0d1 Cleanup types 2020-06-29 17:08:29 +10:00
Tom Coleman
436bbeab83 Simplify root handling and pull from addon config 2020-06-29 17:00:00 +10:00
Michael Shilman
ee6b50fd15 v6.0.0-beta.37 2020-06-26 13:43:21 +08:00
Kyle Suss
aba2feb4f1 Set viewMode to story when calling selectStory from non story pages 2020-06-25 11:50:17 -06:00
Michael Shilman
9f4d471500 v6.0.0-beta.36 2020-06-25 10:11:56 +08:00
Michael Shilman
826f3283c9
Merge pull request #11294 from storybookjs/fix/allow-refs-versions-in-config
Composition: Allow refs versions in config
2020-06-25 06:43:40 +08:00
Michael Shilman
43a2d326a3 Update snapshots 2020-06-25 06:25:35 +08:00
Michael Shilman
8a6bcb65fb Update versions 2020-06-25 06:25:20 +08:00
Norbert de Langen
7fe759bf18
Merge branch 'next' into fix/allow-refs-versions-in-config
# Conflicts:
#	lib/api/src/version.ts
#	lib/cli/versions.json
2020-06-24 16:22:09 +02:00
Norbert de Langen
e9a920f15d
FIX versions 2020-06-24 15:08:59 +02:00
Norbert de Langen
cf35e810f0
FIX #11264
ADD check for api/modules/stories, to only navigate to valid storyId + viewmode
FIX spelling error in story_store
ADD default values for viewMode & storyId to FramesRenderer
2020-06-24 15:08:48 +02:00
Michael Shilman
24b285dff1 v6.0.0-beta.35 2020-06-24 17:33:07 +08:00
Michael Shilman
16ddf367a2 v6.0.0-beta.34 2020-06-23 23:40:48 +08:00
Michael Shilman
42ad24a6ff Add postversion hooks for lerna 2020-06-23 23:30:21 +08:00
Norbert de Langen
9dc3489bd0
FIX versions 2020-06-23 12:06:18 +02:00
Norbert de Langen
e439a48a6e
copy versions from previous ref object & drop error when switching versions 2020-06-23 12:02:38 +02:00
Michael Shilman
15d087411b v6.0.0-beta.33 2020-06-22 10:47:06 +08:00
Michael Shilman
3aea6eaa56 Update root, peer deps, API and CLI versions to 6.0.0-beta.33 2020-06-22 10:34:40 +08:00