diff --git a/.rive_head b/.rive_head index f94d721..1c49236 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -bc003d5d8754ca4bf2c861edb12fc08405aa1389 +ff2554c2588ef7c301f6b683367d94400829ea22 diff --git a/CHANGELOG.md b/CHANGELOG.md index 452670a..9424695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ -## Upcoming +## 0.14.4 + +- Bumps to `rive_native: 0.1.4`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements. ### Fixes - Fixed an issue where `RivePanel` intercepted all pointer events. Hit testing now respects each `RiveWidget`'s configured `hitTestBehavior`. +### Build & Platform Updates + +- Rive Renderer support for Linux +- Linux is now fully supported. Known issue: arm64 builds are not yet included; for now, build manually: https://rive.app/docs/runtimes/flutter/rive-native#building-rive-native +- Fixes a build issue where scripting build files were missing. We previously did not include the `scripting` folder, which is now required by other build files. +- Fixed a build issue when running ``dart run rive_native:setup --build`. +- Resolves `dart run rive_native:setup` concurrency issue [rive-flutter#609](https://github.com/rive-app/rive-flutter/issues/609). Downloads now use a unique temporary directory to support concurrent CLI runners. + ## 0.14.3 - Bumps to `rive_native: 0.1.3`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements. diff --git a/README.md b/README.md index 066aafa..2691fd4 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ flutter run --no-enable-impeller | Android | ✅ | ✅ | | macOS | ✅ | ✅ | | Windows | ✅ | ✅ | -| Linux | ❌ | ❌ | +| Linux | ✅ | ✅ | | Web | ✅ | ✅ | Be sure to read the [platform specific considerations](platform_considerations.md) for the Rive Flutter package. diff --git a/pubspec.yaml b/pubspec.yaml index e135fe4..a69f1b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rive -version: 0.14.3 +version: 0.14.4 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.1.3 + rive_native: 0.1.4 dev_dependencies: flutter_test: