Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.3 KB

ChangeLog-en.md

File metadata and controls

44 lines (26 loc) · 1.3 KB

v1.2.0

2024-08-30 UTC+8 17:41

  • Added functions of TransformExtensions for directly Set the size of RectTransform — with #region Size.
  • Added functions of TweenActionAPIExtensions for the size animation of RectTransform — with #region Action Size.
  • Added TestSize() for the size animation of RectTransform in MojoTweenUI scene.
  • Removed the unnecessary redundant function void GetSizeDelta(in Vector2 size, out Vector2 sizeDelta) in TransformExtensions.

v1.1.6

2024-03-26 UTC+8 22:56

  • Added Assembly level BurstCompile FloatMode = FloatMode.Fast to TweenActionValue and TweenEase.
  • Fixed the word spelling error in the TweenEase code comment.

v1.1.4

2023-09-08 UTC+8 13:56

  • Fixed UI text error of AboutMojoTweenMenu.
  • Improved code comments and formatting.

v1.1.3

2023-06-26 UTC+8 15:13

  • Added the SetOnUpdate callback for Tween.
  • Added the SetOnUpdate callback for TweenAction.
  • Added the SetOnUpdate test in TweenTransform.
  • Removed and Renamed some internal code of TweenAction.
  • Fixed the warning for the implicit operator from NativeList<T> to NativeArray<T> in UnityCollections-2.1.4 and later.
  • Optimized the UpdateActions of Tween.
  • Improved code comments and formatting.

v1.0

2023-01-19 UTC+8 19:31

  • Initial Release.