Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

68 lines (43 loc) · 3.37 KB

scroller-motion Changelog

  • Fix: framer-motion v9 and v10 peer-dependency warnings (#37)
  • Chore: Internal dependency and test updates
  • Fix: framer-motion v8 peer-dependency warnings (0a9063f)
  • Chore: Internal dependency updates (React 18, Framer-motion 8, @testing-library, Storybook) (0a9063f)
  • Fix: framer-motion v7 peer-dependency warnings (#30)
  • 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)
  • Fix: Dependency version warning (6405b1e)
  • Chore: Vulnerable dependency updates (a3d970d)
  • Chore: Add more recipes to README (4e95d91)
  • Refactor: Tweaks and remove old code
  • Chore: Reduce required Node engine
  • Chore: Dev dependency updates and adjust peer dependency versioning
  • Misc: Documentation improvements, dependency updates
  • 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
  • Feature: Add onUpdate prop
  • Docs: Update README with initial documentation
  • Docs: Improve Storybook demos
  • 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

Initial Beta

🛹 Smooth window scrolling for React apps, via framer-motion