diff --git a/CHANGELOG.md b/CHANGELOG.md index 208307d..2ca9945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,46 @@ 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). -#### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.28) +#### [v3.0.29](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.29) +- Call cleanup on unmount [`7be20b0`](https://github.com/rive-app/rive-react/commit/7be20b0a874afab7f6a29122521f42c71a22aa51) + +#### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.27...v3.0.28) + +> 20 October 2022 + +- chore: release 3.0.28 [`78491f5`](https://github.com/rive-app/rive-react/commit/78491f5819b78b2e7435a2509e89fd3c672f3126) - Bump canvas and webgl dependencies to fix alignment memory leaks [`39edb88`](https://github.com/rive-app/rive-react/commit/39edb88a19aaff478e4e9cbeeef58414f28fdb60) +#### [v3.0.27](https://github.com/rive-app/rive-react/compare/v3.0.26...v3.0.27) + +> 4 October 2022 + +- chore: release 3.0.27 [`fd1a165`](https://github.com/rive-app/rive-react/commit/fd1a1653b13c2fd15f2862e6c372a27fd49acd00) +- Fix: Bump wasm to accomodate clipping bug on nested artboards [`8d7f0ab`](https://github.com/rive-app/rive-react/commit/8d7f0ab28c8aa6af3abe5269e7b8980cc1a8dbe7) + +#### [v3.0.26](https://github.com/rive-app/rive-react/compare/v3.0.25...v3.0.26) + +> 22 September 2022 + +- fix: Adjust canvas size if devicePixelRatio changes for any reaason [`2b1aa01`](https://github.com/rive-app/rive-react/commit/2b1aa01a87c14f71b980d160f6607edc12d3eed6) +- chore: release 3.0.26 [`2a2e532`](https://github.com/rive-app/rive-react/commit/2a2e53256401b6d7137db4b73c5901d587a888af) + +#### [v3.0.25](https://github.com/rive-app/rive-react/compare/v3.0.24...v3.0.25) + +> 21 September 2022 + +- chore: release 3.0.25 [`06c4e2a`](https://github.com/rive-app/rive-react/commit/06c4e2aea39d8e08ee12760663bd612ca77f3e9c) +- patch: bump js runtime dependency to address content security policy issue in WASM build [`819bd51`](https://github.com/rive-app/rive-react/commit/819bd51ea976bbea0c218379cd88304bd1738323) + +#### [v3.0.24](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.24) + +> 15 September 2022 + +- add tests [`a62e9b3`](https://github.com/rive-app/rive-react/commit/a62e9b3a9aeb51b71c441ea1560eea6431704ee7) +- chore: release 3.0.24 [`6b7f113`](https://github.com/rive-app/rive-react/commit/6b7f1132964dafe9783f0a79782a2ba20638c7ce) +- fix: make a canvas of size 0 until we calculate the bounds appropriately [`04685c0`](https://github.com/rive-app/rive-react/commit/04685c0bcda26ee0451ab8cc9fc09436e94d04f6) + #### [v3.0.23](https://github.com/rive-app/rive-react/compare/v3.0.22...v3.0.23) > 31 August 2022 diff --git a/package.json b/package.json index 73bfb12..111acac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.28", + "version": "3.0.29", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",