Skip to content

v0.6.0

Compare
Choose a tag to compare
@vocksel vocksel released this 12 Dec 04:40
· 4 commits to main since this release
4a8d182

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