Releases: cameronpcampbell/Ignite
Releases · cameronpcampbell/Ignite
v1.2.3
v1.2.1
- Fixes a misconfiguration with
Root
s (invisible frame's used for detecting input inside of widgets).
v1.2.0
- Added an "auto" option to the Button
width
property. - Icons can now be added to buttons (The
Text
property has been renamed toContent
to accommodate this change). - Removed
:SetPlugin
and:GetPlugin
in favor ofscript:FindFirstAncecestorWhichIsA("Plugin")
. - Added
Tabs
component. - Added
Map
component. - Added
EmbeddedContainer
component. - TextInput's
Validation
property can now take astring
. - Packages are now included in the
.rbxm
file in releases.
v1.1.1
- Fixed bug where text inputs would throw an error if the optional
Validation
property was omitted.
v.1.1.0
- Added
Keybind
to text inputs. - Added
Validation
property to text inputs. feedbackMode
argument of theGetThemeItem
utility has been renamed tomutator
and can now also accept a function. This function has a color argument and is designed to return a derivative of that color.
v1.0.1
- fixed a bug caused by quirks with
AutomaticSize
which caused buttons width to always be1,0
. - added secondary variant to text input (this is designed to be used when it is inside of a container).
- Increased
Background/Stroke
brightness by 2% for the default Dark theme.
v 1.0.0
Initial release! 🎉