UI Labs v1.0.1
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
Changes:
Fixes:
- Race Condition in the Hot-Reloader made stories give errors such as:
Unexpected Context Found in the Stack
. - Slider Control errored when no step argument was provided,
- Slider Control jittered when the input text changed.
- Slider and Number controls were showing too many decimals with floating points.
- Icon Toolbar was showing behind the On Widget/On Viewport overlay
- Not providing your
React-Roblox
library made the entire plugin crash instead of safely warning you - Incorrect Color3 values like:
Color.fromRGB(500, 0, -100)
in controls were making the plugin crash when trying to convert them to Hex
Other:
- Switched from
@rbxts/react-ts
->@rbxts/react
- Added a version label
- Locally installed plugin will be displayed as Dev (doesn't change anything)