This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
📰 v1.0.0 Public Release (LTS) Discussion #5
RyanLua
announced in
Announcements
Replies: 1 comment
-
Documentation has been updated to reflect the new methods and properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
, andShime.IsStopped
.Added
Shime:GetFrame()
andShime:GetGradient()
to get theFrame
andUIGradient
instances used by Shime. This allows for more customization of Shime.Added
Shime.PlaybackState: Enum.PlaybackState
to replaceShime.IsPlaying
,Shime.IsPaused
, andShime.IsStopped
.Added
UIPadding
support. Shime will now attempt to ignoreUIPadding
.Updated
UICorner
support. Shime will now detect changes toUICorner.CornerRadius
.Renamed some internal properties to be more descriptive.
Full Changelog: v0.1.0...v1.0.0
This discussion was created from the release v1.0.0 Public Release (LTS).
Beta Was this translation helpful? Give feedback.
All reactions