Iris v2.2.1
Update v2.2.0
Description
This update changes many of the internals of Iris, allowing Iris to be more generalizable.
Notably, Iris is now able to be fully used in Plugins and Stories.
New Widgets
- Iris.ProgressBar
Library Changes
- New Shutdown function (Iris.Shutdown)
Internal Changes
- Reorganised file layout and function locations, the library is now inside of /lib
- now two seperate rojo project files for dev and use as a library
- Stylua annotations
- Improved event connections with dedicated wrapper functions
- Removed window size check.
Important PRs
- changed project structure, this should fix the wally issues by @piquu in #35
- Native Support for Plugins by @SirMallard in #41
- Better Windows by @SirMallard in #43
- ProgressBar and Tweaks by @SirMallard in #44
Full Changelog: v2.1...v2.2
Update v2.2.1
Description
This update fixes small typos, bugs, and other inconsistencies. Many improvements have been made to the Documentation, thanks to @SirMallard and @OverHash.
Important PRs
- Update ZIndex and LayoutOrder when late renders occur by @OverHash in #60
- Allow Menus to showcase a KeyCode without a ModifierKey by @TheyCallMeRyan in #56
- Cache GuiInset after the value has been set by @TheyCallMeRyan in #55
- Nil check to prevent error on quick-swap with no windows by @TheyCallMeRyan in #52