mirror of
https://github.com/rive-app/rive-flutter.git
synced 2026-03-13 08:32:10 +08:00
* refactor(flutter): android move rive_native setup to gradle from CMakeLists * chore(flutter): update rive_native android example * chore(flutter): add android rive.native.skipSetup example * docs: update CHANGELOG * chore: revert example rive_native dep feat(wgpu): Add core support for MSAA (#11040) cb9968caef Implement an MSAA mode in WebGPU that doesn't rely on any optional (non-core) features besides SPIR-V. This will be the catch-all fallback that works everywhere. fix(editor): Prevent runtime script advance when state machine not playing (#11062) 81f6b8ffa7 chore: rev to latest luau release 700 (rive_0_23) (#11060) 2ac436db1b * chore: rev to latest luau release 700 (rive_0_23) * fix: api changes chore: ScriptedDataConverter in runtime (#11053) 05e1b4ab9f ScriptedDataConverters in C++ runtime. Adds a new DataType.any which allows a datavalue to be applied as long as the propertyKey type matches the datavalue's type. Co-authored-by: Gordon <pggordonhayes@gmail.com>