Releases: cameronpcampbell/Ignite
Releases · cameronpcampbell/Ignite
v1.2.3
v1.2.1
- Fixes a misconfiguration with
Roots (invisible frame's used for detecting input inside of widgets).
v1.2.0
- Added an "auto" option to the Button
widthproperty. - Icons can now be added to buttons (The
Textproperty has been renamed toContentto accommodate this change). - Removed
:SetPluginand:GetPluginin favor ofscript:FindFirstAncecestorWhichIsA("Plugin"). - Added
Tabscomponent. - Added
Mapcomponent. - Added
EmbeddedContainercomponent. - TextInput's
Validationproperty can now take astring. - Packages are now included in the
.rbxmfile in releases.
v1.1.1
- Fixed bug where text inputs would throw an error if the optional
Validationproperty was omitted.
v.1.1.0
- Added
Keybindto text inputs. - Added
Validationproperty to text inputs. feedbackModeargument of theGetThemeItemutility has been renamed tomutatorand 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
AutomaticSizewhich 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/Strokebrightness by 2% for the default Dark theme.
v 1.0.0
Initial release! 🎉