Compare commits

...

2 Commits

Author SHA1 Message Date
zplata
fd1a1653b1 chore: release 3.0.27 2022-10-04 17:56:49 +00:00
Zach Plata
8d7f0ab28c Fix: Bump wasm to accomodate clipping bug on nested artboards 2022-10-04 12:53:17 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ 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.26](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.26)
#### [v3.0.27](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.27)
- fix: Adjust canvas size if devicePixelRatio changes for any reaason [`2b1aa01`](https://github.com/rive-app/rive-react/commit/2b1aa01a87c14f71b980d160f6607edc12d3eed6)
- Fix: Bump wasm to accomodate clipping bug on nested artboards [`8d7f0ab`](https://github.com/rive-app/rive-react/commit/8d7f0ab28c8aa6af3abe5269e7b8980cc1a8dbe7)
#### [v3.0.23](https://github.com/rive-app/rive-react/compare/v3.0.22...v3.0.23)

View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "3.0.26",
"version": "3.0.27",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/canvas": "1.0.85",
"@rive-app/webgl": "1.0.81"
"@rive-app/canvas": "1.0.88",
"@rive-app/webgl": "1.0.84"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"