Skip to content

Latest commit

 

History

History
88 lines (56 loc) · 8.03 KB

CHANGELOG.md

File metadata and controls

88 lines (56 loc) · 8.03 KB

5.2.1 (2025-01-14)

Bug Fixes

  • shadow color being transparent at maximum Shadow Fade (1d849e5), closes #296
  • TextMeshPro is not displayed in prefab mode (2b44837), closes #295
  • TextMeshProUGUI disappears when the Y-axis scale is changed (8159c09), closes #295

5.2.0 (2025-01-07)

Bug Fixes

  • Gradation properties do not update when a preset is loaded (edf6943), closes #291
  • an error occurs when saving a preset (894c561), closes #293
  • fix gradation gradient edge (angle gradient) (0ef6027)

Features

  • Angle Gradient gradation supports fixed mode gradient (7cb8325)
  • Angle Gradient gradation supports RectTransform pivot (2f63adf)
  • add Use HDR Color Picker option for project settings (editor) (1be0cd4), closes #290
  • the Allow To Modify Mesh Shape property should remain unchanged when loading a preset (f7175c0), closes #294
  • the Sampling Scale property should remain unchanged when loading a preset (238a17d), closes #292

5.1.0 (2024-12-31)

Bug Fixes

  • changing the shadowMirrorScale property via code does not update the effect (d9bf0e1)
  • fix reverse direction mode for UIEffectTweener (54825ee), closes #281 #282 #283

Features

  • add Color Glow, Transition Color Glow and Shadow Color Glow options (e9522d3)
  • add GradationMode.Angle and GradationMode.AngleGradient (08e9ba7)
  • add OnComplete event for UIEffectTweener (aeb78ed), closes #289 #188
  • add PlayOnEnable option for UIEffectTweener (1558736)
  • add SamplingScale option (2b43bc4), closes #269
  • add Shadow Color and Shadow Blur options (d0a3ca6)
  • add a button to swap gradation colors (editor) (20a6ca0)
  • add option to not automatically plays tweener effect (88609f5)
  • automatically display a dialog to import TextMeshPro support (f2df188)
  • gradation feature (bbe57df), closes #277 #66
  • on-demand UIEffect shader support (bdd8e08), closes #212 #271
  • support TextMeshPro/Bitmap and TextMeshPro/Mobile/Bitmap shaders. (23ac398), closes #284
  • support non full-rect graphics for some effect (a66baea)
  • UIEffectTweener animation preview in edit mode (e17b4a0), closes #279

5.0.2 (2024-12-24)

Bug Fixes

  • incorrect transparency when applying the shiny filter to TextMeshProUGUI (f74279f), closes #287
  • TextMeshProUGUI disappears when the Y-axis scale is changed (9d98c5d), closes #286

5.0.1 (2024-12-14)

Bug Fixes

  • build AssetBundle error (7374747)
  • fix cutoff transition effect (c893cb0)
  • fix TextMeshPro shader (underlay and bevel) (f39097a)
  • TextMeshPro objects appeared as black blocks when saving prefabs in prefab mode (5889486), closes #285

5.0.0 (2024-11-11)

Features

  • add built-in UIEffect preset (4adb58c)
  • add support for TextMeshPro, including <font> and <sprite> tags (a4f85cb)
  • add UIEffectProjectSettings (1306e19)
  • add UIEffectReplica component (3bdc61c)
  • add UIEffectTweener component (e2c1605)
  • add v4 compatible components (d40a019)
  • completely redesigned UIEffect architecture (4e069a4)

BREAKING CHANGES

  • All v4 components are obsolete. See README to upgrade.