Skip to content

Commit 3992396

Browse files
ci(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2026-03-12) ### Bug Fixes * add component and create menu item ([dab3c79](dab3c79)) * clear selected GameObject when moving MonoView to background ([b154b3c](b154b3c)) * correct order of roundness fields in Glow and Rectangle graphic editors ([ca20640](ca20640)) * ensure additional canvas channels are initialized in SignedDistanceFieldGraphic ([205e5b6](205e5b6)) * update MoveToBackground and MoveToForeground methods for improved interaction handling ([1644bd1](1644bd1)) * ViewTransitions, just assume midle of screen ([e83da40](e83da40)) ### Features * add culling and unculling transitions for MonoView management ([604b51d](604b51d)) * add isTopMost property and top method to MonoView and ViewStack for improved stack management ([add8d8f](add8d8f)) * add OnPushed and OnPopped methods for view stack management ([6181569](6181569)) * add OnPushed and OnPopped methods with transition handling for MonoView ([f7f1012](f7f1012)) * refactor view stack management with Replace and AddToStack methods ([fd06b8f](fd06b8f))
1 parent f8f32ba commit 3992396

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

Assets/PurrUI/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.3.0](https://github.com/PurrNet/PurrUI/compare/v1.2.0...v1.3.0) (2026-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add component and create menu item ([dab3c79](https://github.com/PurrNet/PurrUI/commit/dab3c79121a2e75e0a8907cd2e525be7ab5b3ec1))
7+
* clear selected GameObject when moving MonoView to background ([b154b3c](https://github.com/PurrNet/PurrUI/commit/b154b3cf6cce3552a4f8a4ad9fff5ecb7ae4011d))
8+
* correct order of roundness fields in Glow and Rectangle graphic editors ([ca20640](https://github.com/PurrNet/PurrUI/commit/ca206408f11015eea6b80733ab223c37cbd8e8e3))
9+
* ensure additional canvas channels are initialized in SignedDistanceFieldGraphic ([205e5b6](https://github.com/PurrNet/PurrUI/commit/205e5b6a20ebbd2f1c320515706c879179f09111))
10+
* update MoveToBackground and MoveToForeground methods for improved interaction handling ([1644bd1](https://github.com/PurrNet/PurrUI/commit/1644bd160bdd831d35fdb86caa28f9bfe774e619))
11+
* ViewTransitions, just assume midle of screen ([e83da40](https://github.com/PurrNet/PurrUI/commit/e83da40cc9db22bdc1019f49d0d78a0425111271))
12+
13+
14+
### Features
15+
16+
* add culling and unculling transitions for MonoView management ([604b51d](https://github.com/PurrNet/PurrUI/commit/604b51df071c6f6e7db68682a6a5f697e251ca25))
17+
* add isTopMost property and top method to MonoView and ViewStack for improved stack management ([add8d8f](https://github.com/PurrNet/PurrUI/commit/add8d8f99cbe85c0bac188f70df9290ef86b18dd))
18+
* add OnPushed and OnPopped methods for view stack management ([6181569](https://github.com/PurrNet/PurrUI/commit/6181569f622ce8cb3537399e8dcc6e1f588f8280))
19+
* add OnPushed and OnPopped methods with transition handling for MonoView ([f7f1012](https://github.com/PurrNet/PurrUI/commit/f7f1012ce3ed107ed652f3fdf5beaef6d9d20f36))
20+
* refactor view stack management with Replace and AddToStack methods ([fd06b8f](https://github.com/PurrNet/PurrUI/commit/fd06b8ff6541682ae08f2dbd729264927a6a522c))
21+
122
# [1.3.0-beta.8](https://github.com/PurrNet/PurrUI/compare/v1.3.0-beta.7...v1.3.0-beta.8) (2026-03-12)
223

324

Assets/PurrUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev.purrnet.ui",
3-
"version": "1.3.0-beta.8",
3+
"version": "1.3.0",
44
"author": {
55
"name": "PurrNet Team",
66
"url": "https://purrnet.dev/"

0 commit comments

Comments
 (0)