Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 15:28
d8b9ac3

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