Releases: bibixx/react-adobe-animate
Releases · bibixx/react-adobe-animate
v3.1.0
31 Dec 17:43
Compare
Sorry, something went wrong.
No results found
3.1.0 (2022-12-31)
Features
v3.0.1
11 Sep 15:48
Compare
Sorry, something went wrong.
No results found
3.0.1 (2022-09-11)
Bug Fixes
v3.0.0
11 Sep 15:28
Compare
Sorry, something went wrong.
No results found
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
v2.5.0
06 Feb 20:58
Compare
Sorry, something went wrong.
No results found
2.5.0 (2021-02-06)
Features
v2.4.0
10 Jan 20:40
Compare
Sorry, something went wrong.
No results found
2.4.0 (2021-01-10)
Features
loader: add check for asset loading error (dfde054 ), closes #41
v2.3.1
31 Dec 17:24
Compare
Sorry, something went wrong.
No results found
2.3.1 (2020-12-31)
Bug Fixes
ci: introduce back build step (5c25ca9 )
v2.3.0
31 Dec 16:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.2.3 (2020-12-30)
Bug Fixes
canvas: force garbage collection on Safari (38c5535 )
v2.2.2
27 Oct 20:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.2.1 (2019-10-04)
Bug Fixes
getanimationobject: bring back getAnimationObject (88c337e ), closes #16