Skip to content

Releases: breadadams/scroller-motion

v1.2.3

27 Feb 01:15
b6378d8
Compare
Choose a tag to compare
  • Fix: framer-motion v9 and v10 peer-dependency warnings (#37)
  • Chore: Internal dependency and test updates

v1.2.2

30 Dec 22:20
7340ba4
Compare
Choose a tag to compare
  • Fix: framer-motion v8 peer-dependency warnings (0a9063f)
  • Chore: Internal dependency updates (React 18, Framer-motion 8, @testing-library/react, Storybook) (0a9063f)

v1.2.1

31 Oct 20:13
353e1ac
Compare
Choose a tag to compare
  • Fix: framer-motion v7 peer-dependency warnings (#30)

v1.2.0

04 Aug 07:33
1312121
Compare
Choose a tag to compare
  • Feature: Expose new scrollXProgress and scrollYProgress 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

06 May 21:50
71aa19b
Compare
Choose a tag to compare
  • Fix: Dependency version warning (6405b1e)
  • Chore: Vulnerable dependency updates (a3d970d)
  • Chore: Add more recipes to README (4e95d91)

v1.1.0

27 Mar 13:47
3c691c2
Compare
Choose a tag to compare
  • Refactor: Tweaks and remove old code
  • Chore: Reduce required Node engine
  • Chore: Dev dependency updates and adjust peer dependency versioning

v1.0.0

01 Feb 00:10
199a31b
Compare
Choose a tag to compare
  • Misc: Documentation improvements, dependency updates

v0.0.2

16 Apr 00:46
Compare
Choose a tag to compare
  • Feature: Add useScrollerMotion hook (cff376f5)
  • Feature: Expose motion values on ref (1e9c73e7)
  • Feature: Add support for X axis (8e6ddd49)
  • Misc: Update docs and bump dependencies

⚠️ Breaking Changes

  • Removed default export, now a named ScrollerMotion export
  • Removed onUpdate prop

v0.0.1-beta.3

05 May 20:54
Compare
Choose a tag to compare
v0.0.1-beta.3 Pre-release
Pre-release
  • Feature: Add onUpdate prop
  • Docs: Update README with initial documentation
  • Docs: Improve Storybook demos

v0.0.1-beta.2

30 Apr 19:34
Compare
Choose a tag to compare
v0.0.1-beta.2 Pre-release
Pre-release
  • 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