Skip to content

Commit 1969226

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.3...v2.2.0) (2024-08-11) ### Bug Fixes * `Stereo Enabled` option in preferences does not work ([552f806](552f806)) * if no `Canvas` in the parents of the `SoftMask`, error occurred ([7c401d7](7c401d7)), closes [#182](#182) * placing a SoftMaskable object outside of a SoftMask makes the object invisible ([088b723](088b723)), closes [#180](#180) * softmask-buffer is cleared when TMPSubMeshUI is activated via EditorGUI ([13648ca](13648ca)), closes [#180](#180) ### Features * support for shaders with `(SoftMaskable)` in the name except at the end ([3755656](3755656))
1 parent fa0abb6 commit 1969226

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Packages/src/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.2.0](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.1.3...v2.2.0) (2024-08-11)
2+
3+
4+
### Bug Fixes
5+
6+
* `Stereo Enabled` option in preferences does not work ([552f806](https://github.com/mob-sakai/SoftMaskForUGUI/commit/552f806524a74ac253bfa8b23dfe23f13ba8bee4))
7+
* if no `Canvas` in the parents of the `SoftMask`, error occurred ([7c401d7](https://github.com/mob-sakai/SoftMaskForUGUI/commit/7c401d72c842fcce7696f045e109798b0966511a)), closes [#182](https://github.com/mob-sakai/SoftMaskForUGUI/issues/182)
8+
* placing a SoftMaskable object outside of a SoftMask makes the object invisible ([088b723](https://github.com/mob-sakai/SoftMaskForUGUI/commit/088b723dc6e7781d0f04bf3a359774bcf5ba7de3)), closes [#180](https://github.com/mob-sakai/SoftMaskForUGUI/issues/180)
9+
* softmask-buffer is cleared when TMPSubMeshUI is activated via EditorGUI ([13648ca](https://github.com/mob-sakai/SoftMaskForUGUI/commit/13648ca1bc860d36d580792187b536ead212bd3a)), closes [#180](https://github.com/mob-sakai/SoftMaskForUGUI/issues/180)
10+
11+
12+
### Features
13+
14+
* support for shaders with `(SoftMaskable)` in the name except at the end ([3755656](https://github.com/mob-sakai/SoftMaskForUGUI/commit/37556569cb561bd6e6ac9463d502ec60ad6a45ea))
15+
116
## [2.1.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.1.2...v2.1.3) (2024-07-26)
217

318

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": "2.1.3",
5+
"version": "2.2.0",
66
"unity": "2017.1",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)