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