18 Commits

Author SHA1 Message Date
Tom Coleman
d9679bbd59 Refactor to pass sync as an arg rather than using a separate method
Using TS overloads to deal with the type differences. It's a little awkward but probably avoids code duplication a little.
2021-09-09 13:47:19 +10:00
Tom Coleman
db5cfabc2a Added a bunch of comments and some READMEs 2021-09-09 02:15:49 +10:00
Tom Coleman
d4d0863a7c Get rid of setTimeout(0) and instead just call renderToDOM immediately
The framework can do the queuing
2021-09-09 01:52:13 +10:00
Tom Coleman
ec3f41ec9c Revert "Wait a tick before apply arg changes and other re-renders."
This reverts commit 23254408d16d3357b72a05903a85e76b1639e663.
2021-09-09 01:47:25 +10:00
Tom Coleman
fc1b933ba5 Fix storyshots 2021-09-09 01:45:38 +10:00
Tom Coleman
d586ce7072 Don't emit STORY_PREPARED in v6 mode.
It was causing problems when there was nothing in the store on the manager side.
2021-09-09 01:24:27 +10:00
Tom Coleman
b68f6d39fc Ensure we teardown when going to missing properly 2021-09-08 21:57:28 +10:00
Tom Coleman
956e131556 Update CSF to allow symbol 2021-09-08 17:01:21 +10:00
Tom Coleman
2ab56b22d1 Abort controller fallback for IE 2021-09-08 15:26:01 +10:00
Tom Coleman
23254408d1 Wait a tick before apply arg changes and other re-renders.
This allows users to update args or re-render the story from *inside* decorators or story functions, for better or worse.
2021-09-08 15:02:34 +10:00
Tom Coleman
c2bc484ce8 Update CSF 2021-09-07 23:21:21 +10:00
Tom Coleman
82763973b9 Get it bootstrapping again 2021-09-07 22:54:25 +10:00
Tom Coleman
5982475373 Deepscan cleanups 2021-09-07 17:21:06 +10:00
Tom Coleman
c2236dabf9 Update CSF version (projectAnnotations) 2021-09-07 17:00:30 +10:00
Tom Coleman
306029b6d1 Add async-ness to Story+ArgsTable blocks 2021-09-07 16:31:59 +10:00
Tom Coleman
8d320c2cdd Deal with initial preview error 2021-09-07 16:11:33 +10:00
Tom Coleman
4e12e81e75 Rename StoriesList => StoryIndex 2021-09-07 14:54:29 +10:00
Tom Coleman
1fa95a007b Rename WebPreview to PreviewWeb 2021-09-07 14:41:20 +10:00