From bc2f8e8d535bca91bbea8eebca4430f2cd86617d Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Wed, 1 Oct 2025 18:15:21 +0000 Subject: [PATCH] chore: publish 0.14.0-dev.9 (#10691) 2f8251e8b9 Feature: add support for multitouch (#9581) 12764e9a3b add support for multitouch feature: add toggle to make scroll constraint not interactive (#10680) 0b069a9936 * feature: add toggle to make scroll constraint not interactive chore: improve iteration of data bound list (#10625) 8385ec62ed improve iteration of data bound list Co-authored-by: Gordon --- .rive_head | 2 +- CHANGELOG.md | 5 ++++- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.rive_head b/.rive_head index 2100cb8..b5a9321 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -1f5e950a28307a6cb100f80b8c922a05a60a77a5 +2f8251e8b9b9b98ae61144c3be87cb970db2e35e diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a88323..84c6cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## Upcoming +## 0.14.0-dev.9 + +Bumps to `rive_native: 0.0.12`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements. - Reduced the number of texture allocations made when resizing widgets using `Factory.rive`, improving memory efficiency and performance. - Enhanced painting and texture creation behavior when resizing widgets or windows with `Factory.rive`, resulting in smoother widget resizing. @@ -11,6 +13,7 @@ - Resolved [an issue](https://community.rive.app/c/support/rive-native-rendering-visible-aliasing-jagged-edges) where upscaling Rive widget transforms resulted in blurry textures when using `Factory.rive`. - Fixed layout problems that occurred when certain `Fit` modes were used and the user switched to a different DPI screen. - Fixed [487](https://github.com/rive-app/rive-flutter/issues/487) - automatically advances/paints a graphic when updating any view model property or any state machine input. +- Fixed instances where pointer exit was not working ## 0.14.0-dev.8 diff --git a/pubspec.yaml b/pubspec.yaml index b4cfff4..46944e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rive -version: 0.14.0-dev.8 +version: 0.14.0-dev.9 homepage: https://rive.app description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app repository: https://github.com/rive-app/rive-flutter @@ -20,7 +20,7 @@ dependencies: flutter_web_plugins: sdk: flutter meta: ^1.9.0 - rive_native: 0.0.11 + rive_native: 0.0.12 dev_dependencies: flutter_test: