mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-04 06:16:23 +08:00
chore(flutter): release 0.14.0-dev.7 (#10578) 32dc890302
* chore(flutter): release 0.14.0-dev.7 * chore: hotfix rive_native hash fix(webgpu): Revert the pls2 workaround for PowerVR 1.10 (#10585) fa6ac73d94 This workaround came with an unacceptable performance cost. Let's revert while we work out a better solution. fix(gl): Apply ANGLE workarounds in WebGL as well (#10581) 1931264636 feature: add support for color interpolation in converter (#10545) b0f6516eec * feature: add support for color interpolation in converter Fix D3D warning (#10580) a3e22e1322 * Always set sampler even if no texture * Add scope block to sampler setting * remove empty line Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
@ -1 +1 @@
|
||||
d542dbee569ad35fc15577ea95c9dc545908d768
|
||||
32dc890302ce4c9b4cdec79a852e9fdd0099e2b9
|
||||
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,10 +1,21 @@
|
||||
## Upcoming
|
||||
## 0.14.0-dev.7
|
||||
|
||||
Bumps to `rive_native: 0.0.10`
|
||||
|
||||
- Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
|
||||
|
||||
### Features
|
||||
|
||||
- Added [RivePanel] - a shared texture to draw multiple `RiveWidget`s to. This can have a big performance benefit when using `Factory.rive`. Read more [here](https://rive.app/docs/runtimes/flutter/flutter#using-rivepanel) and [here](https://rive.app/docs/runtimes/flutter/flutter#rivepanel) .
|
||||
- Expose `localBounds` on `Component`.
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fixed [496](https://github.com/rive-app/rive-flutter/issues/496) - playback now properly resumes during pointer interactions, preventing graphics from appearing frozen when users interact with them.
|
||||
- Fixes an issue where graphics might settle (pause) too soon, by forcing an advance when the `elapsedSeconds` is zero.
|
||||
- Fixes a potential crash in Android when a native pointer is no longer valid
|
||||
- Fixed a crash when shutting down on Windows
|
||||
- Fixed deleting the wrong texture from the wrong WebGL context
|
||||
|
||||
## 0.14.0-dev.6
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: rive
|
||||
version: 0.14.0-dev.6
|
||||
version: 0.14.0-dev.7
|
||||
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,8 +20,7 @@ dependencies:
|
||||
flutter_web_plugins:
|
||||
sdk: flutter
|
||||
meta: ^1.9.0
|
||||
rive_native:
|
||||
path: ../rive_native
|
||||
rive_native: 0.0.10+1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
Reference in New Issue
Block a user