From 1ce734c75fcd32352f6a94797ce032e52e270ff3 Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Tue, 19 Dec 2023 09:59:47 +0000 Subject: [PATCH] chore: publish flutter v0.12.4 Diffs= 8fb397939 chore: publish flutter v0.12.4 (#6369) Co-authored-by: Gordon --- .rive_head | 2 +- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.rive_head b/.rive_head index 036ad88..0c7dba2 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -95beaa4f50086409b35317a34cf9c2b341e468c5 +8fb397939d04b4e9844dac6c443bdc759219bd17 diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f2f50..7e2e8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## Upcoming +## 0.12.4 +- Adds `behavior` argument to `RiveAnimation` and `Rive`. An enum `RiveHitTestBehavior` specifies how to handle hit testing on an animation. Default is `RiveHitTestBehavior.opaque` - comsuming all hit events for the artboard bounds. - Collapsed nested artboards don't listen to pointer events anymore - Constraints pointing to collapsed targets are not applied diff --git a/pubspec.yaml b/pubspec.yaml index d6f9188..736965c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rive -version: 0.12.3 +version: 0.12.4 homepage: https://rive.app description: Rive 2 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