Skip to content

Releases: cameronpcampbell/Ignite

v1.2.3

13 Dec 01:15
Compare
Choose a tag to compare
  • fixed an issue with zIndex with text inputs with invalid data.

v1.2.1

19 Sep 10:28
Compare
Choose a tag to compare
  • Fixes a misconfiguration with Roots (invisible frame's used for detecting input inside of widgets).

v1.2.0

18 Sep 07:04
Compare
Choose a tag to compare
  • Added an "auto" option to the Button width property.
  • Icons can now be added to buttons (The Text property has been renamed to Content to accommodate this change).
  • Removed :SetPlugin and :GetPlugin in favor of script:FindFirstAncecestorWhichIsA("Plugin").
  • Added Tabs component.
  • Added Map component.
  • Added EmbeddedContainer component.
  • TextInput's Validation property can now take a string.
  • Packages are now included in the .rbxm file in releases.

v1.1.1

13 Sep 04:09
Compare
Choose a tag to compare
  • Fixed bug where text inputs would throw an error if the optional Validation property was omitted.

v.1.1.0

13 Sep 04:02
Compare
Choose a tag to compare
  • Added Keybind to text inputs.
  • Added Validation property to text inputs.
  • feedbackMode argument of the GetThemeItem utility has been renamed to mutator 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

12 Sep 16:55
Compare
Choose a tag to compare
  • fixed a bug caused by quirks with AutomaticSize which caused buttons width to always be 1,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

11 Sep 20:04
Compare
Choose a tag to compare

Initial release! 🎉