Releases: PepeElToro41/ui-labs-utils
Releases · PepeElToro41/ui-labs-utils
UI Labs Utils v2.3.7
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
Additions
- Added
target
prop to React/Roact stories
UI Labs Utils v2.3.5
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
Additions
- Added
UILabs._version
to get the current version of the library
Fixes
- Fixed
Environment.Plugin
injection not being exported
UI Labs Utils v2.3.3
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
No changes, Dummy release to test automated releases
UI Labs Utils v2.3.2
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
Fixes
- Fixed
Environment.UserInput
not defauting toUserInputService
in non-stories - Fixed
Environment.UserInput
not usingUserInputService
fallback for missing members
UI Labs Utils v2.3.1
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
Fixes
- Added missing entry
scope
toFusionStory
type
UI Labs Utils v2.3.0
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
New Additions:
- Added Vide Story Creator and Vide Story types.
- Added Iris Story Creator and Iris Story types.
- Added
Ordered
function for ordering stories - Improved Luau Types
News:
- UI Labs Utils is now on wally. Find it at pepeeltoro41/ui-labs
UI Labs Utils v2.2.0
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
Breaking Changes
- Changed
Enviroment
utilities toEnvironment
. This was a mispelling. More Info Environment.InputListener
now defaults to nil in favor ofEnvironment.UserInput
. More Info
New Additions
- Added Fusion Story Creator and Fusion Story types. More Info
- Added Generic Story Creator and Generic Story types. More Info
- Added
Environment.UserInput
. More Info - Added
Environment.SetStoryHolder
. More Info - Added
ListenControl
utility for Generic Stories. More Info - Added
CreateControlStates
utility for Generic Stories. More Info - Added
UpdateControlStates
utility for Generic Stories. More Info - Added
HKT
utility to help typing the functionCreateControlStates
.
UI Labs Utils v2.1.1
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
Fixes:
- Added
Enviroment.UserInput
that defaults to UserInputService and typed as UserInputService InputSignals
no longer defaults to UserInputService in favor ofEnviroment.UserInput
UI Labs Utils v2.1.0
Utility Package for UI Labs. A Storybook Plugin for Roblox
Find the package at:
- Wally: pepeeltoro41/ui-labs
- Pesde: pepeeltoro41/ui_labs
- Roblox-ts: @rbxts/ui-labs
Latest changes:
New Aditions
- Added Enviroment utilities
- Added
Storybook
type