Skip to content

Commit 344648b

Browse files
authored
Merge pull request #11 from PurrNet/release
Merge pull request #10 from PurrNet/dev
2 parents ce70784 + e525209 commit 344648b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Assets/PurrUI/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.4.0](https://github.com/PurrNet/PurrUI/compare/v1.3.0...v1.4.0) (2026-04-21)
2+
3+
4+
### Bug Fixes
5+
6+
* allow to replace a specific view instance ([344f199](https://github.com/PurrNet/PurrUI/commit/344f1997ca32aba5adfa88ccd6a8d385f2f31314))
7+
* dont push/pop/replace outside of play mode, just a guardrail for users ([558d71a](https://github.com/PurrNet/PurrUI/commit/558d71a8f2b30411b1c5a06fd149305a2a02d98c))
8+
* make Clear method "cheaper", no need to put everything to foreground etc ([a63c677](https://github.com/PurrNet/PurrUI/commit/a63c6772b868064c7ea0c2facbf58047c7159472))
9+
* reset parentStack when not part of a viewStack ([b71a09f](https://github.com/PurrNet/PurrUI/commit/b71a09f8efa8a35ac1fe70e4473a34f437bd9c73))
10+
11+
12+
### Features
13+
14+
* add OnDestroy method to clear view stack ([8d088fc](https://github.com/PurrNet/PurrUI/commit/8d088fc5168ff1b07178f67c51f7c4f2f19c4436))
15+
* ReplaceOrPush ([71e09f6](https://github.com/PurrNet/PurrUI/commit/71e09f6dd7729fd10ed1ad55cffd01d39fd8dba0))
16+
117
# [1.4.0-beta.3](https://github.com/PurrNet/PurrUI/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2026-04-13)
218

319

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.4.0-beta.3",
3+
"version": "1.4.0",
44
"author": {
55
"name": "PurrNet Team",
66
"url": "https://purrnet.dev/"

0 commit comments

Comments
 (0)