Skip to content

Commit a975cf3

Browse files
chore(release): 5.9.7 [skip ci]
## [5.9.7](5.9.6...5.9.7) (2025-09-01) ### Bug Fixes * edges of `TransitionFilter.Shiny` appear sharp ([b077d97](b077d97)), closes [#366](#366) * error message sometimes after importing assets ([3207105](3207105)), closes [#365](#365) * flickering issue when scale Y changes when used `ShadowMode` with TextMeshPro ([4cca2fb](4cca2fb)), closes [#367](#367) * skip monitoring TMP objects that can ignore Y-axis scaling ([d1adb33](d1adb33))
1 parent 3207105 commit a975cf3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Packages/src/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.9.7](https://github.com/mob-sakai/UIEffect/compare/5.9.6...5.9.7) (2025-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* edges of `TransitionFilter.Shiny` appear sharp ([b077d97](https://github.com/mob-sakai/UIEffect/commit/b077d97ed706acbbdd3b20e765ec0552fa464f9b)), closes [#366](https://github.com/mob-sakai/UIEffect/issues/366)
7+
* error message sometimes after importing assets ([3207105](https://github.com/mob-sakai/UIEffect/commit/3207105a067801696de789d282c74a93b798ed57)), closes [#365](https://github.com/mob-sakai/UIEffect/issues/365)
8+
* flickering issue when scale Y changes when used `ShadowMode` with TextMeshPro ([4cca2fb](https://github.com/mob-sakai/UIEffect/commit/4cca2fb5ab34ea454ff8df3def5f1730a71a198c)), closes [#367](https://github.com/mob-sakai/UIEffect/issues/367)
9+
* skip monitoring TMP objects that can ignore Y-axis scaling ([d1adb33](https://github.com/mob-sakai/UIEffect/commit/d1adb33884971aa7d6c473fcd08cdf25e58cd261))
10+
111
## [5.9.6](https://github.com/mob-sakai/UIEffect/compare/5.9.5...5.9.6) (2025-07-17)
212

313

Packages/src/package.json

Lines changed: 1 addition & 1 deletion
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.9.6",
5+
"version": "5.9.7",
66
"unity": "2020.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)