Skip to content

Commit 253dad7

Browse files
HayesGordonHayesGordon
andcommitted
chore(flutter): release 0.14.9 (#12914) 4a7454b8d6
* chore(flutter): release 0.14.9 * chore: update changelog Rev Luau to rive_0_726 (upstream 0.726) (#12953) 61822bb247 Rev Luau to rive_0_726 and adapt scripting workspace to the 0.726 API chore(editor): add view model uses to dependencies panel (#12948) 63b8450361 fix(renderer): Update dead macro names (#12933) 09c54e8737 DISABLE_CLIP_RECT_FOR_VULKAN_MSAA was renamed to DISABLE_CLIP_DISTANCE_FOR_UBERSHADERS in #11040 (generalized from Vulkan-only to all MSAA ubershaders), which moved the #ifndef check sites to the new name. However, three #define sites were still on the old name. - draw_msaa_stencil.main - clear_clockwise_atomic_clip.main - init_clockwise_atomic_workaround.frag The latter two were added in #12120, five months after the rename, copy-pasting the already-dead define, so they had never once taken effect. fix(runtime): bidirectional data bind with source preference does not… (#12927) adb0834474 fix(runtime): bidirectional data bind with source preference does not overwrite target feat(renderer): Add scissor support to more backends (#12778) 424d2323f9 This adds support for using scissor rects during clips to OpenGL, D3D 11 and 12, and Metal. WebGPU and the external platforms are not yet done This also adds a few new gms, and updates the rebaseline script to work with a new directory (which does not have a subdirectory) Nnnnn focus management fixes (#12303) b2438309fa * sort focus nodes hierarchically * chore(focus): correctly handle focus with lists * fix virtualizableChanged lifecycle Feat: Updates to recorder to enable thumbnail generation in prod (#12878) fcbebb25e4 * Add ability to run recorder as a service * Fix includes * Further optimizations * ADd profiling * include profiler include * Make png compression level configurable * Add webp support * Fix webp build * Make webp lossless * productionise code * Fix writing * back to lossless * Fix up main * Clang format * PR feedback fixes * Split libweb enc * Fix PR feedback Co-authored-by: Gordon <pggordonhayes@gmail.com>
1 parent 1bd1fbc commit 253dad7

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
95e2a4b2f43ee2bae4f648e844b6fe89214bb740
1+
4a7454b8d68c66ac9d279133662699806db31cf8

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## 0.14.9
22

3+
- Bumps to `rive_native: 0.1.9`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
4+
35
### Fixes
46

57
- Touch and stylus pointer up (and cancel) now also dispatch a pointer exit, so listeners receive a Pointer Exit when a finger or pen lifts. This keeps enter/exit symmetric on mobile and matches other Rive runtimes. Mouse and trackpad pointers are unaffected, their exit still comes from the pointer leaving the artboard/widget.
8+
- Fixed a crash when using `desktop_multi_window` on Windows with MicroProfile GPU init
69

710
### Changes
811

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rive
2-
version: 0.14.8
2+
version: 0.14.9
33
homepage: https://rive.app
44
description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app
55
repository: https://github.com/rive-app/rive-flutter
@@ -19,7 +19,7 @@ dependencies:
1919
sdk: flutter
2020
flutter_web_plugins:
2121
sdk: flutter
22-
rive_native: 0.1.8
22+
rive_native: 0.1.9
2323

2424
dev_dependencies:
2525
flutter_test:

0 commit comments

Comments
 (0)