feat(scroller): Enhance Scroller class with callback execution and adaptive scroll listener

This commit is contained in:
2025-01-31 23:10:33 +01:00
parent 3093ccd4f6
commit dfd61ce744
3 changed files with 113 additions and 8 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-01-31 - 2.3.0 - feat(scroller)
Enhance Scroller class with callback execution and adaptive scroll listener
- Added support for executing scroll callbacks in the Scroller class.
- Integrated adaptive scrolling mechanism using Lenis, with native smooth scrolling detection.
- Ensured seamless switching between native scroll listener and Lenis scroll listener.
## 2025-01-31 - 2.2.0 - feat(core)
Enhance scrolling capabilities by integrating Scroller class and adding lenis support