Skip to content

Commit 5a1d9a3

Browse files
HayesGordonHayesGordon
andcommitted
Rive common release 0.4.13
Releases new `rive_common` and updates `rive_flutter` to use it. Resolves: rive-app/rive-flutter#354 (comment) Diffs= de19b09fb3 Rive common release 0.4.13 (#8638) 11ff873bf8 support wrapping text in auto width inside a layout (#8624) 28582ea0fd fixed workflow stuff (#8628) b32973afd6 updates to diff.py (#8623) c7fe86a7bf Fix bug in draw key (#8620) 91f9ab8aec fix for incorrect android build option (#8608) 81709286ea Update linear animation advanceAndApply to return if more animation remains (#8610) 37c6987847 Add check to TextModifierGroup to prevent out of bounds access (#8606) 7be5f73b5a editor: update the repeat limit for n-slicing (#8604) 3eefba5039 CoreText fallback shaper ex (#8568) 807f9b20ac image diff hiistogram mode (#8601) 17474d3e2c feat: expose hit test to runtimes (#8598) 36e73f6b4b Fixup android_gms_browserstack (#8599) 88543fa792 Nnnn range data converter (#8585) a2b0cb230a Normalize GM tests (#8586) e10bb4aafd Rename USING_DEPTH_STENCIL to RENDERING_MODE_MSAA (#8584) 869816556f Fix invalid memory access (#8546) 8030dc05eb Fix clip planes on S22/Xclipse/ANGLE (#8582) 01e014f82d Add an android_gms job to browserstack (#8583) 1d23ae5782 editor: be more mindful of sending dirt recursively when n-slicing (#8576) cc15ffa4f6 Fix NestedAnimation skipping export too late (#8573) Co-authored-by: Gordon <pggordonhayes@gmail.com>
1 parent ec139a8 commit 5a1d9a3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38c0d394bc0b1eaf2c64ab20aa074985ba8bfc43
1+
de19b09fb38710fae823049192108cae2e56001e

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.18
2+
3+
- Bump to latest `rive_common`, v0.4.13. Resolves [issues building rive_common downstream](https://github.com/rive-app/rive-flutter/issues/354#issuecomment-2491004291).
4+
15
## 0.13.17
26

37
- Expose `speedMultiplier` on the `RiveAnimation` and `Rive` widgets. With this you can adjust the playback speed of an animation or state machine. Thanks [tguerin](https://github.com/tguerin) for the contribution. See [423](https://github.com/rive-app/rive-flutter/pull/423)

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.13.17
2+
version: 0.13.18
33
homepage: https://rive.app
44
description: Rive Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
55
repository: https://github.com/rive-app/rive-flutter
@@ -21,7 +21,7 @@ dependencies:
2121
http: ">=0.13.3 <2.0.0"
2222
meta: ^1.3.0
2323
plugin_platform_interface: ^2.0.2
24-
rive_common: 0.4.12
24+
rive_common: 0.4.13
2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter

0 commit comments

Comments
 (0)