Releases: rive-app/rive-android
Releases · rive-app/rive-android
0.2.13
0.2.12
- add release it workflow to on merge
d30d781 - add Changelog and Version to repo
be0f801 - chore: update rive-cpp dependency
74767bc - Remove build on relase workflow
387e76d - update pro guard consumer rules to allow for minification
026329e - chore: release v0.2.11
b80c883 - enabled publish for release
e9f6e78 - features: bumped cpp to support artboards that do not clip
5e1fc40 - updated rive-cpp to add distance constraints
a014e04 - Add constraints test file
b139881
0.2.11
- add release it workflow to on merge
d30d781 - add Changelog and Version to repo
be0f801 - Remove build on relase workflow
387e76d - update pro guard consumer rules to allow for minification
026329e - enabled publish for release
e9f6e78 - updated rive-cpp to add distance constraints
a014e04 - Add constraints test file
b139881
Disable minifyEnabled
It looks like this was causing issues in our library output, stripping unused classes etc. We will need to review pro-guard rules to enable this in future if we want it.
Update for IK constraint compatibility
0.2.9 fix bug on button, rev cpp to allow for IK constraints
Add specific rive exception classes
Adds some exception classes that subclass RiveException, allowing for more fine grain control over handling exceptions
Update Blend Modes with example
Add a blend mode example to highlight blend mode differences between different android versions.
Bugfix for exit state with trigger condition.
Bugfix for an issue using exit states on oneshot animations with additional conditions.
Bugfix for sdk 29
Fix a bad memory access issue
Update State Machine Change callback
- removing AnimationState: from the state name on callback