Releases: bitworking/react-scrollmagic
Releases · bitworking/react-scrollmagic
v2.3.0
- Controller as context (#24) Thanks @switchnollie
- Silence Progress Events (#32) Thanks @digitaljohn
- React 17 in peer dependencies Thanks @colin-valentini
v2.2.0
- Update ScrollMagic to 2.0.7
- Use copyfiles instead of copy
- Update react-scripts to 3.4.0 to fix vulnerabilities (used only in examples)
Thanks to https://github.com/leibowitz
v2.1.1
- Added enabled prop
- Possible to change some props on-the-fly
v2.1.0
- TypeScript types added
v2.0.0
- Renamed SMController/SMScene to Controller/Scene
- GSAP is no more included. Add https://github.com/bitworking/react-gsap if you need it.
- SSR compatibility
v1.0.6
- This is the final 1.x release. Version 2.0.0 will be a rewrite where only the scrollmagic library will be used and another library like react-gsap could be added for the animations separately.