Skip to content

Commit

Permalink
Rive common release 0.4.13
Browse files Browse the repository at this point in the history
Releases new `rive_common` and updates `rive_flutter` to use it. Resolves: #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>
  • Loading branch information
HayesGordon and HayesGordon committed Nov 25, 2024
1 parent ec139a8 commit 5a1d9a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
38c0d394bc0b1eaf2c64ab20aa074985ba8bfc43
de19b09fb38710fae823049192108cae2e56001e
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.13.18

- 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).

## 0.13.17

- 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)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rive
version: 0.13.17
version: 0.13.18
homepage: https://rive.app
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.
repository: https://github.com/rive-app/rive-flutter
Expand All @@ -21,7 +21,7 @@ dependencies:
http: ">=0.13.3 <2.0.0"
meta: ^1.3.0
plugin_platform_interface: ^2.0.2
rive_common: 0.4.12
rive_common: 0.4.13
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 5a1d9a3

Please sign in to comment.