Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rive-app/rive-ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.18
Choose a base ref
...
head repository: rive-app/rive-ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.19
Choose a head ref
  • 4 commits
  • 24 files changed
  • 2 contributors

Commits on May 27, 2022

  1. Added a helper method for animations to determine if they've ended. M…

    …oved model modifications out of RiveView's play method and into RiveViewModel's. When playing from the RiveViewModel we now check if an animation has ended so it can play again.
    duncandoit committed May 27, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b51be94 View commit details
  2. Tweaked the stop/reset behavior to behave more deterministically on s…

    …tate machines and animations. Added a test view that shows the parity in playback behavior between almost identical animations and state machines (it's commented out in ExamplesMasterTableViewController by default). Fixed bug with triggering inputs on state machines. Deleted riv files we're not using anymore
    duncandoit committed May 27, 2022
    Copy the full SHA
    344d410 View commit details
  3. Updating version files

    duncandoit committed May 27, 2022
    Copy the full SHA
    39dfe8c View commit details
  4. chore: release v2.0.19

    duncandoit committed May 27, 2022
    Copy the full SHA
    139ae44 View commit details
Loading