Skip to content

Releases: flipbook-labs/storyteller

v0.7.0

30 Dec 03:33
e691cac
Compare
Choose a tag to compare

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

12 Dec 04:40
4a8d182
Compare
Choose a tag to compare

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 the name field is explicitly supplied
  • 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() to local storybooks = useStorybooks().available for parity
  • Bump to v0.6.0 by @vocksel in #34

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Nov 16:26
2b2ba84
Compare
Choose a tag to compare

What's Changed

  • Fix support for legacy stories when packages are supplied on the storybook by @vocksel in #25
  • Bump to 0.5.0 by @vocksel in #26

Full Changelog: v0.4.3...v0.5.0

v0.4.3

16 Nov 00:18
248fc07
Compare
Choose a tag to compare

What's Changed

  • Accommodate analysis errors in flipbook's recent PR by @vocksel in #24

Full Changelog: v0.4.2...v0.4.3

v0.4.2

09 Nov 16:58
1e89a66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Nov 16:31
faa1625
Compare
Choose a tag to compare

What's Changed

  • Control updates dont collapse tables by @vocksel in #21

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Nov 05:41
c443806
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Nov 01:05
fe72c72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

31 Oct 23:51
96692e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 Oct 22:59
8a7f181
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0