109 Commits

Author SHA1 Message Date
Tom Coleman
620fc19e5a Some documentation of what the four packages do now 2021-10-15 23:11:48 +11:00
Tom Coleman
4c598550f2 Merge remote-tracking branch 'origin/next' into wait-for-storyIndex-initialization 2021-10-15 20:05:23 +11:00
Michael Shilman
ab3579185d Update git head to 6.4.0-beta.12, update yarn.lock 2021-10-15 16:52:37 +08:00
Michael Shilman
603dac3437 v6.4.0-beta.12 2021-10-15 16:49:36 +08:00
Gert Hengeveld
9036776385 Merge branch 'next' into addon-interactions 2021-10-14 10:00:08 +02:00
Tom Coleman
38e1a22d66 Merge remote-tracking branch 'origin/next' into wait-for-storyIndex-initialization 2021-10-14 15:14:21 +11:00
Michael Shilman
39f1f1733f Update git head to 6.4.0-beta.11, update yarn.lock 2021-10-14 11:44:52 +08:00
Michael Shilman
5ea24555a4 v6.4.0-beta.11 2021-10-14 11:41:47 +08:00
Gert Hengeveld
1aa5084494 Merge branch 'next' into addon-interactions 2021-10-13 21:52:57 +02:00
Gert Hengeveld
a2fd9628c8 Fix canvasElement type 2021-10-13 21:52:40 +02:00
Gert Hengeveld
9c4256d8a9 Use correct csf version 2021-10-13 20:45:29 +02:00
Gert Hengeveld
0b67dc22b6
Merge pull request #16208 from storybookjs/preview-play
Core: Render behavior around play functions
2021-10-13 16:18:30 +02:00
Gert Hengeveld
df75e7f675 Fix abort on remount 2021-10-13 15:33:02 +02:00
Gert Hengeveld
53439875c9 Wait several ticks after aborting, fix 'aborting' phase and fix render tests 2021-10-13 10:47:12 +02:00
Michael Shilman
6da9aaf08a Update git head to 6.4.0-beta.10, update yarn.lock 2021-10-13 13:38:19 +08:00
Michael Shilman
9128cc184f v6.4.0-beta.10 2021-10-13 13:34:57 +08:00
Tom Coleman
f8d993677c Listen to story change events as soon as the preview is created.
But don't try and change story until the story index is ready.
2021-10-13 14:10:18 +11:00
Michael Shilman
d77d136150 Merge branch 'next' into 16222-sort-function-errors 2021-10-13 09:26:15 +08:00
Tom Coleman
6699ba7761 Fix integration test 2021-10-13 08:56:31 +11:00
Michael Shilman
d03102ec00 Fix broken test cases 2021-10-12 22:33:49 +08:00
Tom Coleman
95b7612c32 Show errors in a redbox in the preview and silently in the manager 2021-10-12 23:32:06 +11:00
Tom Coleman
962bee0b7a Don't connect to stories.json EventSource in built/prod mode 2021-10-12 22:52:30 +11:00
Yann Braga
80b1c1fca1 Merge branch 'preview-play' into preview-tests 2021-10-12 13:44:24 +02:00
Yann Braga
b9b6e47d56 Merge branch 'next' into preview-play 2021-10-12 13:34:12 +02:00
Yann Braga
e24fa909cb Merge branch 'next' into preview-tests 2021-10-12 13:27:02 +02:00
Michael Shilman
76e9ff51cf Update git head to 6.4.0-beta.9, update yarn.lock 2021-10-12 15:41:36 +08:00
Michael Shilman
a22654ce25 v6.4.0-beta.9 2021-10-12 15:38:47 +08:00
Tom Coleman
691c8a4c02 Linting 2021-10-12 16:43:31 +11:00
Tom Coleman
07c07bfa22 Simplify DOCS_RENDERED and just use STORY_RENDERED for hooks.
This means inline docs stories need to emit `STORY_RENDERED` when they render, which isn't *too* complicated.
2021-10-12 16:12:24 +11:00
Gert Hengeveld
d293c5da4c Merge branch 'next' into preview-play 2021-10-11 19:35:45 +02:00
Michael Shilman
681f0bb583 Update git head to 6.4.0-beta.8, update yarn.lock 2021-10-11 22:54:00 +08:00
Michael Shilman
7f1ecb0822 v6.4.0-beta.8 2021-10-11 22:50:32 +08:00
Michael Shilman
c462a8c636 Update git head to 6.4.0-beta.7, update yarn.lock 2021-10-08 17:38:35 +08:00
Michael Shilman
5c16acd21a v6.4.0-beta.7 2021-10-08 17:35:42 +08:00
Tom Coleman
d9e87a1763 Fix up tests 2021-10-07 19:41:38 +11:00
Tom Coleman
48acb91d55 Merge remote-tracking branch 'origin/next' into preview-tests 2021-10-07 17:43:52 +11:00
Michael Shilman
75c8e85514 Update git head to 6.4.0-beta.6, update yarn.lock 2021-10-07 14:24:49 +08:00
Michael Shilman
6e415afb51 v6.4.0-beta.6 2021-10-07 14:21:37 +08:00
Michael Shilman
890f049405 Fix failing tests 2021-10-07 13:51:37 +08:00
Michael Shilman
239f391ed2 update from next 2021-10-07 13:13:01 +08:00
Tom Coleman
c58aeae70e Re-render the whole container when args or globals change
For #16154
2021-10-07 10:40:45 +11:00
Michael Shilman
06357e07a3 Update git head to 6.4.0-beta.5, update yarn.lock 2021-10-06 22:10:39 +08:00
Michael Shilman
c1e5c8344c v6.4.0-beta.5 2021-10-06 22:07:30 +08:00
Gert Hengeveld
4239d9daf2 Stuff for preview tests 2021-10-06 15:46:11 +02:00
Tom Coleman
0b6e23c6be Merge remote-tracking branch 'origin/next' into 16047-add-hmr-to-story-index-2 2021-10-06 22:48:47 +11:00
Gert Hengeveld
4fe7f9c171 Emit phase change event on error/exception 2021-10-04 23:43:29 +02:00
Michael Shilman
0944cc9cb5 Update git head to 6.4.0-beta.4, update yarn.lock 2021-10-05 01:29:17 +08:00
Michael Shilman
294cc94b04 v6.4.0-beta.4 2021-10-05 01:26:10 +08:00
Gert Hengeveld
ed4f3d0925 Reload the iframe if the play function doesn't terminate in time when switching stories 2021-10-04 16:33:05 +02:00
Michael Shilman
868768f797 Merge branch 'next' into 16147-fix-angular-inline 2021-10-03 21:45:07 +08:00