Files
rive-react/CHANGELOG.md
2022-07-12 20:54:19 +00:00

15 KiB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v3.0.16

v3.0.1

26 April 2022

  • Maint: Bump rive wasm to include fps counter API and take off major tag 83c81b4
  • chore: release 3.0.1 f4eccbe

v3.0.0

26 April 2022

  • Fix animation playing with autoplay false when animation name passed aab811b
  • chore: release 3.0.0 5de40fa

v2.0.0

22 April 2022

  • Breaking: Spread non-style props onto canvas element instead of containing div 5c0b9cd
  • Update: Adding build scripts to prepare for split of rive-react into 2 package derivatives for canvas and webgl 5c4336b
  • Change rive-react-* references to be the shortened namespace-named convention 4429be4

v1.0.7

20 April 2022

  • chore: release 1.0.7 6e72ed5
  • Maint: Allow peer dep React to use v18.0+ 464fa97

v1.0.6

14 April 2022

  • chore: release 1.0.6 ac01b7e
  • Maint: Bump webgl dependency up to 1.0.39 cd9baef

v1.0.5

11 April 2022

  • Feat: Add extra param to useStateMachineInput to set an initial value on the input when its loaded 0a18b52
  • chore: release 1.0.5 3a2ed32
  • update readme d35f5b5

v1.0.4

6 April 2022

  • Add test for animations change on param update c3f1380
  • chore: release 1.0.4 5e34e13
  • Update animations on param change b13413b

v1.0.3

31 March 2022

  • chore: release 1.0.3 881e38f
  • Maint: Bump rive-cpp to help fix safari and performance issues 38c8562

v1.0.2

28 March 2022

  • chore: release 1.0.2 a9732e1
  • Patch: Bump rive-cpp to fix DAG issue 59edf6f

v1.0.1

24 March 2022

  • chore: release 1.0.1 4be496c
  • Chore: Bump webgl and remove major flag from release-it command 4c9de18

v1.0.0

23 March 2022

  • Breaking: Switch from using the canvas renderer as default to the webgl renderer 1e1cabd
  • chore: release 1.0.0 c688b9f
  • Put back the release steps in the publish workflow and add major flag temporarily 8ce8562

v0.0.31

18 January 2022

  • chore: release 0.0.31 0be3bc7
  • Update @rive-app/canvas to 1.0.18 to fix playback lag when animations are left idle 48af4b0

v0.0.30

10 January 2022

  • chore: release 0.0.30 fe44977
  • Update rive/canvas to with fixes for image clipping 24d9e87

v0.0.29

16 December 2021

v0.0.28

16 December 2021

  • Use @rive-app/canvas directly to fix path issues in downstream libs e599b1a
  • chore: release 0.0.28 019cadf

v0.0.27

16 December 2021

  • Use @rive-app/canvas as underlying repo e6b036e
  • Update basic example to listen to changes in parent directory bfbb8a5
  • chore: release 0.0.27 78d3118

v0.0.26

16 November 2021

v0.0.25

12 November 2021

  • Update rive-js to 0.7.32 to fixed nested artboard speed 1a59794
  • chore: release 0.0.25 e54a0d4

v0.0.24

12 November 2021

  • Update package.json to version 2 a4777ec
  • chore: release 0.0.24 026d097

v0.0.23

8 November 2021

  • chore: release 0.0.23 416334e
  • Add verticalAlign = top to canvas to prevent canvas growth on resize f309481

v0.0.22

15 October 2021

  • chore: release 0.0.22 06500e6
  • Bump rive-js version to 0.7.31 33e34a4

v0.0.21

10 September 2021

  • Update examples to use latest rive-react 5d08228
  • chore: release 0.0.21 c8f57f5

v0.0.20

7 September 2021

  • chore: release 0.0.20 1c3cc69
  • rive-0.7.30: Fix ghosting where aspect ratio of canvas is different to that of artboard 44056eb

v0.0.19

7 September 2021

v0.0.18

12 August 2021

  • chore: release 0.0.18 203faf9
  • Update rive-js version to 0.7.25 fd0efb1

v0.0.17

12 August 2021

  • chore: release 0.0.17 11b6f2e
  • Update rive-js version to 0.7.24 8a1adf1

v0.0.16

11 August 2021

  • chore: release 0.0.16 80ffb5e
  • Update rive-js version to 0.7.23 cf1baa6

v0.0.15

30 July 2021

  • chore: release 0.0.15 f0b1aeb
  • update rive-js with support for distance and transform constraints 8612e0b

v0.0.14

21 July 2021

  • Bump rive-js to 0.7.19 with support for IK constraints 6c80c53
  • chore: release 0.0.14 d7f7eab
  • chore: bump to 0.0.13 29bd502

v0.0.11

14 July 2021

  • Update README with camelCase params #26
  • Update README with camel case params 14b7746
  • chore: release 0.0.11 9db4ee5

v0.0.10

28 June 2021

  • Include types in npm publish #23
  • chore: release 0.0.10 0b14c4c

v0.0.9

28 June 2021

  • Fix build automation and only include dist files #22
  • chore: release 0.0.9 2ec726c

v0.0.8

28 June 2021

  • Add release it dependency #21
  • add release it for automated github releases and npm publish #20
  • Add token to publish step #17
  • Publish on merge to master #16
  • version bump #15
  • Bump rive-js version to 0.7.15 #14
  • lower react peer dependency version #13
  • Bump version to 0.0.5 #12
  • Add Readme and change Rive Component #11
  • Export rive-js types #10
  • Add eslint and prettier configs #9
  • Add basic github action for running tests #8
  • Add typescript example #7
  • Add examples for using rive-react #1
  • Initial commit of existing implementation 3b1d759
  • Add changelog managed by auto-changelog 5916f38
  • Update README.md with usage docs c0a6b83