Skip to content

Commit 4222d72

Browse files
chore(release): 5.2.1 [skip ci]
## [5.2.1](5.2.0...5.2.1) (2025-01-14) ### Bug Fixes * shadow color being transparent at maximum `Shadow Fade` ([1d849e5](1d849e5)), closes [#296](#296) * TextMeshPro is not displayed in prefab mode ([2b44837](2b44837)), closes [#295](#295) * TextMeshProUGUI disappears when the Y-axis scale is changed ([8159c09](8159c09)), closes [#295](#295)
1 parent 8159c09 commit 4222d72

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Packages/src/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.2.1](https://github.com/mob-sakai/UIEffect/compare/5.2.0...5.2.1) (2025-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* shadow color being transparent at maximum `Shadow Fade` ([1d849e5](https://github.com/mob-sakai/UIEffect/commit/1d849e54cb57218a67afc2f8ad36d345bfdd0f74)), closes [#296](https://github.com/mob-sakai/UIEffect/issues/296)
7+
* TextMeshPro is not displayed in prefab mode ([2b44837](https://github.com/mob-sakai/UIEffect/commit/2b44837bb9c93e1cc817a2c1cd112b244cd09391)), closes [#295](https://github.com/mob-sakai/UIEffect/issues/295)
8+
* TextMeshProUGUI disappears when the Y-axis scale is changed ([8159c09](https://github.com/mob-sakai/UIEffect/commit/8159c091e8a6805a7781046ae0f660a3be13862c)), closes [#295](https://github.com/mob-sakai/UIEffect/issues/295)
9+
110
# [5.2.0](https://github.com/mob-sakai/UIEffect/compare/5.1.0...5.2.0) (2025-01-07)
211

312

Packages/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.ui-effect",
33
"displayName": "UI Effect",
44
"description": "UIEffect is an open-source package that allows you to intuitively apply rich UI effects directly from the Inspector or via code.\nCombine various filters, such as grayscale, blur, and dissolve, to decorate your UI with a unique visual style!",
5-
"version": "5.2.0",
5+
"version": "5.2.1",
66
"unity": "2020.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)