Skip to content

Iris v2.2.1

Compare
Choose a tag to compare
@Michael-48 Michael-48 released this 01 Mar 16:17
· 96 commits to main since this release

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

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