Skip to content

Commit 19b5e06

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](3.3.4...3.4.0) (2025-09-28) ### Bug Fixes * error message sometimes after importing assets ([fcebd4a](fcebd4a)), closes [#256](#256) * flickering issue when scale Y changes when used ShadowMode with TextMeshPro ([c7f39d0](c7f39d0)) ### Features * mode to manually add SoftMaskable components ([61d483b](61d483b)), closes [#253](#253)
1 parent 61d483b commit 19b5e06

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Packages/src/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.4.0](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.3.4...3.4.0) (2025-09-28)
2+
3+
4+
### Bug Fixes
5+
6+
* error message sometimes after importing assets ([fcebd4a](https://github.com/mob-sakai/SoftMaskForUGUI/commit/fcebd4afaf5e23a3dbe58248b95517e5548e31fb)), closes [#256](https://github.com/mob-sakai/SoftMaskForUGUI/issues/256)
7+
* flickering issue when scale Y changes when used ShadowMode with TextMeshPro ([c7f39d0](https://github.com/mob-sakai/SoftMaskForUGUI/commit/c7f39d0a9cf7f582fce44203f66df38bb10f7966))
8+
9+
10+
### Features
11+
12+
* mode to manually add SoftMaskable components ([61d483b](https://github.com/mob-sakai/SoftMaskForUGUI/commit/61d483b2eb3ded68a9424769d95591255ffa63ad)), closes [#253](https://github.com/mob-sakai/SoftMaskForUGUI/issues/253)
13+
114
## [3.3.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.3.3...3.3.4) (2025-06-13)
215

316

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.softmask-for-ugui",
33
"displayName": "UI Soft Mask",
44
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
5-
"version": "3.3.4",
5+
"version": "3.4.0",
66
"unity": "2017.1",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)