Releases: flipbook-labs/storyteller
Releases · flipbook-labs/storyteller
v0.7.0
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
v0.6.0
What's Changed
- Added support for nameless Storybooks by @vocksel in #28
- Storybooks can now be represented by
.storybook.luau
files without a leading name. These storybooks will show up as "Unknown Storybook" unless thename
field is explicitly supplied
- Storybooks can now be represented by
- Add tests for React hooks and update useStorybooks to return both available and unavailable storybooks by @vocksel in #31
- To migrate, change
local storybooks = useStorybooks()
tolocal storybooks = useStorybooks().available
for parity
- To migrate, change
- Bump to v0.6.0 by @vocksel in #34
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
What's Changed
- Implicit renderer by @vocksel in #6
- More flipbook fixes by @vocksel in #13
- Add API docs and general info by @vocksel in #14
- Remove duplicate deploy step by @vocksel in #15
- Try getting docs working again by @vocksel in #16
- Bump to 0.3.0 by @vocksel in #17
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Fix Wally package building by @vocksel in #4
- Add initial readme by @vocksel in #3
- Fixes for flipbook by @vocksel in #2
- Add E2E tests by @vocksel in #5
- Stories are loaded the same as Storybooks by @vocksel in #7
- Fusion support by @vocksel in #8
- Bump version to v0.2.0 by @vocksel in #9
Full Changelog: v0.1.1...v0.2.0