You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
5
## 0.13.17
2
6
3
7
- 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)
Copy file name to clipboardExpand all lines: pubspec.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: rive
2
-
version: 0.13.17
2
+
version: 0.13.18
3
3
homepage: https://rive.app
4
4
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.
0 commit comments