Skip to content

Commit

Permalink
chore: release v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandoit committed Jun 7, 2022
1 parent cf663cf commit 432053b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "2.0.19",
"version": "2.0.20",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.0.20](https://github.com/rive-app/rive-ios/compare/2.0.19...2.0.20)

- Changed the RiveViewModel's view() method to return a type erased AnyView to allow subclasses to override it. This is because currently in Swift opaque result types cannot be used for a non-final declaration within a class. I also removed some throws on methods in RiveViewModel to make the highest level of our API cleaner. [`921298e`](https://github.com/rive-app/rive-ios/commit/921298ef353d30d74af9d4adac102e2d36a2c52f)
- Updating version files [`cf663cf`](https://github.com/rive-app/rive-ios/commit/cf663cf7461d6ffb946445fba78b05d8bb051e09)

#### [2.0.19](https://github.com/rive-app/rive-ios/compare/2.0.18...2.0.19)

> 27 May 2022
- Tweaked the stop/reset behavior to behave more deterministically on state 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 [`344d410`](https://github.com/rive-app/rive-ios/commit/344d4108b269095a548aa6db08db605de93774f1)
- Added a helper method for animations to determine if they've ended. Moved 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. [`b51be94`](https://github.com/rive-app/rive-ios/commit/b51be942bbc3cec5db642ca1394960a0783e4f3a)
- Updating version files [`39dfe8c`](https://github.com/rive-app/rive-ios/commit/39dfe8c5df0953220a2301433a2c5c289e644bb9)
- chore: release v2.0.19 [`139ae44`](https://github.com/rive-app/rive-ios/commit/139ae4462fa79527c1e85da0b7a317c8a9ab4042)

#### [2.0.18](https://github.com/rive-app/rive-ios/compare/2.0.17...2.0.18)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.19
2.0.20

0 comments on commit 432053b

Please sign in to comment.