react-bodymovin
Version:
React wrapper for the bodymovin animation library
35 lines (19 loc) • 1.57 kB
Markdown
# v2.0.0
* Split into two files, `ReactBodymovin` and `ReactBodymovinFull` which contain the light and full versions of bodymovin respectively. Implemented for [#3](https://github.com/Olical/react-bodymovin/issues/3).
So instead of setting the webpack constant now (which I'm not convinced ever worked), you either require the light entry point or the full one. Much cleaner in my opinion.
# v1.1.2
* Set `react` and `react-dom` peer dependencies to `*`, as suggested in [#2](https://github.com/Olical/react-bodymovin/issues/2).
# v1.1.1
Pull request numbers reset because of the fork.
* Merge [#1](https://github.com/Olical/react-bodymovin/pull/1) - Move React to peer dependencies.
# v1.1.0
* Forked from [QubitProducts/react-bodymovin](https://github.com/QubitProducts/react-bodymovin) to [Olical/react-bodymovin](https://github.com/Olical/react-bodymovin) because I no longer have access to the original repository.
* Merge [#10](https://github.com/QubitProducts/react-bodymovin/pull/10) - Support server side rendering.
* Merge [#11](https://github.com/QubitProducts/react-bodymovin/pull/11) - Allow nesting children within the bodymovin tag.
# v1.0.6
* Merge [#7](https://github.com/QubitProducts/react-bodymovin/pull/7) - Fix the bodymovin light / full flag.
# v1.0.5
* Merge [#6](https://github.com/QubitProducts/react-bodymovin/pull/6) - Allow the use of the full bodymovin (not just light) through webpack.
# v1.0.4
* Start of the changelog.
* Publish with npm because of [this bug in yarn](https://github.com/yarnpkg/yarn/issues/2986).