Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

v1.0.0 Public Release (LTS)

Compare
Choose a tag to compare
@RyanLua RyanLua released this 07 Apr 16:41
· 97 commits to main since this release
f061543

v1.0.0 Public Release (LTS) is the first public release of Shime out of beta. This release is a long-term support release and will be supported for at least 1 year. This release is a major release, and is not backwards compatible with previous releases.

Documentation will be updated to reflect the changes in this release soon.

Changelog:

  • [BREAKING]: Removed Shime.IsPlaying, Shime.IsPaused, and Shime.IsStopped.

  • Added Shime:GetFrame() and Shime:GetGradient() to get the Frame and UIGradient instances used by Shime. This allows for more customization of Shime.

  • Added Shime.PlaybackState: Enum.PlaybackState to replace Shime.IsPlaying, Shime.IsPaused, and Shime.IsStopped.

  • Added UIPadding support. Shime will now attempt to ignore UIPadding.

  • Updated UICorner support. Shime will now detect changes to UICorner.CornerRadius.

  • Renamed some internal properties to be more descriptive.

Full Changelog: v0.1.0...v1.0.0