Skip to content

UI Labs v1.4.0

Compare
Choose a tag to compare
@PepeElToro41 PepeElToro41 released this 28 Jan 03:00
· 33 commits to main since this release

UI Labs is a storybook-like plugin for roblox!.

Similar to Hoarcekat and Flipbook, this plugin allows you to visualize declarative UIs in an Isolated environment without needing to run your game

Roblox Plugin

Changes:

New Features

  • Studio Mode. Reloads stories only when the window is focused

UX/UI Improvements

  • Removed UI Labs stacktraces (let me know if it's removing important information)
  • Protection for yielding
  • Even better error warnings (stolen from the ui labs vide version)
  • Middle click to close a story preview
  • Toolbar shrinks when the controls panel covers it
  • Controls panel cannot resize larger than the canvas
  • More toolbar shortcuts with modifier keys (CTRL, SHIFT)

Fixes

  • Primitive support for string requires
  • Defered Hot-reloading (This should improve ui labs freezing when you change multiple files with rojo)
  • Added scoped key for fusion stories to pass along
  • UI Labs theme is saved
  • target is also exposed in the props for react/roact
  • Now you can return the story instance in fusion, and it will automatically parent it to the target, this matches vide
  • Vide springs connection is now disconnected on unmount

News