Skip to content

Commit 81433b5

Browse files
HayesGordonHayesGordon
andcommitted
chore(rive_flutter): release 0.14.0-dev.3 (#10207) d3725640c2
chore: add extra info when state machine exceeds max iterations (#10201) 34883935ac refactor(CommandQueue): Added more enum data (#10191) 1c9db764ea Added a enum name as a part of data received from property listing fix:add missing break (#10192) 7b42c61c86 fix:add missing break Co-authored-by: Gordon <pggordonhayes@gmail.com>
1 parent 16b484c commit 81433b5

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eec2f66855e208b215db1db4411c3e904432b398
1+
d3725640c2c3ff09c770f08b3cd681ef9b07031a

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
## 0.14.0-dev.3
2+
3+
Bumps to `rive_native: 0.0.6`
4+
5+
- Updates the Rive C++ runtime and renderer for the latest bug fixes and performance improvements.
6+
7+
### Fixes
8+
9+
- A dual mutex deadlock on iOS/macOS during window/texture resizing under certain conditions.
10+
- An issue where the Rive Renderer requests a repaint on a disposed render object.
11+
112
## 0.14.0-dev.2
213

314
### Fixes
415

5-
- Fixed a crash on iOS for the Flutter renderer on cleanup
16+
- Fixed a crash on iOS for the Flutter renderer on cleanup.
617

718
## 0.14.0-dev.1
819

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rive
2-
version: 0.14.0-dev.2
2+
version: 0.14.0-dev.3
33
homepage: https://rive.app
44
description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app
55
repository: https://github.com/rive-app/rive-flutter
@@ -19,7 +19,7 @@ dependencies:
1919
sdk: flutter
2020
flutter_web_plugins:
2121
sdk: flutter
22-
rive_native: 0.0.5
22+
rive_native: 0.0.6
2323

2424
dev_dependencies:
2525
flutter_test:

0 commit comments

Comments
 (0)