Skip to content

Releases: bibixx/react-adobe-animate

v3.1.0

31 Dec 17:43
Compare
Choose a tag to compare

3.1.0 (2022-12-31)

Features

  • add canvasStyle property (286f490)

v3.0.1

11 Sep 15:48
8fa3869
Compare
Choose a tag to compare

3.0.1 (2022-09-11)

Bug Fixes

v3.0.0

11 Sep 15:28
d8b9ac3
Compare
Choose a tag to compare

3.0.0 (2022-09-11)

Deprecation

  • deprecated default export (import AdobeCC from 'react-adobe-animate').
    Please use named export instead (import { AdobeCC } from 'react-adobe-animate')

Refactor

  • refactor package to use hooks instead of class components

Docs

  • add Vite and Next.js examples, remove cra example
    • it is now described how to handle the case similar to #69 (by using next/script).

Build

  • transition to yarn
  • update configs
  • update dependencies

BREAKING CHANGES

  • Refactor

v2.5.0

06 Feb 20:58
2c1ab11
Compare
Choose a tag to compare

2.5.0 (2021-02-06)

Features

v2.4.0

10 Jan 20:40
8b624f7
Compare
Choose a tag to compare

2.4.0 (2021-01-10)

Features

  • loader: add check for asset loading error (dfde054), closes #41

v2.3.1

31 Dec 17:24
67bce5f
Compare
Choose a tag to compare

2.3.1 (2020-12-31)

Bug Fixes

  • ci: introduce back build step (5c25ca9)

v2.3.0

31 Dec 16:33
1c76ac4
Compare
Choose a tag to compare

2.3.0 (2020-12-31)

Features

  • refactor package code (62bc40d)
  • TypeScript: rewrite package to use TypeScript and expose TS types (62bc40d)

v2.2.3

30 Dec 23:00
093f4ba
Compare
Choose a tag to compare

2.2.3 (2020-12-30)

Bug Fixes

  • canvas: force garbage collection on Safari (38c5535)

v2.2.2

27 Oct 20:07
bf70605
Compare
Choose a tag to compare

2.2.2 (2020-10-27)

Bug Fixes

  • this.lib: fix componentDidUpdate while this.lib is undefined (bf70605)

v2.2.1

04 Oct 18:21
88f7371
Compare
Choose a tag to compare

2.2.1 (2019-10-04)

Bug Fixes

  • getanimationobject: bring back getAnimationObject (88c337e), closes #16