Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@vocksel vocksel released this 21 Nov 18:49
· 9 commits to main since this release
3998410

Hi all, it's been a while since Flipbook has received a substantial update. We've been plugging away over the last year and now have a new version for you all.

Note

While this is a major version bump, we are aiming for as much backwards compatibility as possible. If you encounter any breakage in stories that worked on previous versions, please file a bug report

Storyteller

Storyteller is our new package for discovering, validating, loading, and rendering Storybooks and Stories. With it comes native support for Fusion stories, along with improved stability and testability of React and Roact stories.

It can also be installed through Wally allowing you to typecheck your Storybooks and Stories with the same types Flipbook uses internally, catching any issues right in your script editor. We aim to provide details on how this looks in practice to the docs site in the future.

New

  • Added a Settings page providing a few options to start with
    • Change between Dark/Light themes without leaving Flipbook
    • Adjust default sizes for sidebar and controls panels (#249, #258)
  • Added an About page with details on the current installed version of the plugin (#252)
  • Arrays are now a supported control type (#222)

Updates

  • Overhauled the docs site, including updated installation instructions, new guides for using React, Fusion, and Roact, and stubs for future typechecking support and migration from other plugins (#276)
  • Various README updates, including new badges along the top (#264, #271, #250, #216, #217)
  • Improved support for React and Roact stories
  • Flipbook is now a Luau repository. All Lua files have been updated to Luau (#238)
  • Roblox's internal Storybooks in CoreGui will no longer pollute the output (#220)
  • ModuleLoader is now hosted on the @flipbook-labs org (#214)
  • Searching in the sidebar is now case-insensitive (#221)
  • Fixes for search filtering (#231, #237)

Everything else

New Contributors

Full Changelog: v1.5.0...v2.0.0