Releases: breadadams/scroller-motion
Releases · breadadams/scroller-motion
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- Feature: Expose new
scrollXProgress
andscrollYProgress
values (85b2847) - Chore: Update framer-motion dependency, deprecating
useViewportScroll
. This isn't a breaking change, however^6.5.0
is the new advised version, expect peer dependency warnings (0923d34) - Chore: Vulnerable dependency updates (169a350)
v1.1.1
v1.1.0
- Refactor: Tweaks and remove old code
- Chore: Reduce required Node engine
- Chore: Dev dependency updates and adjust peer dependency versioning
v1.0.0
- Misc: Documentation improvements, dependency updates
v0.0.2
v0.0.1-beta.3
- Feature: Add
onUpdate
prop - Docs: Update README with initial documentation
- Docs: Improve Storybook demos
v0.0.1-beta.2
- Feature: SSR compatibility
- Feature: Improve viewport size detection via
actual
dependency - Fix: Unmount hooks correctly on
disabled
state - CI: Automated NPM publishing via GitHub workflow