Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@vocksel vocksel released this 30 Dec 03:33
e691cac

New

Exposed Storyteller.UnavailableStorybook type. (#37)

Breaking

Storybooks manage their own ModuleLoader instances now. (#35)

loadStorybookModule's arguments have been reversed. Signature changed from (ModuleLoader, ModuleScript) -> LoadedStorybook to (ModuleScript, ModuleLoader?) -> LoadedStorybook. Loaders are now optional for the consumer to supply

Full Changelog: v0.6.0...v0.7.0