feat(core): Enhance scrolling capabilities by integrating Scroller class and adding lenis support

This commit is contained in:
2025-01-31 23:03:10 +01:00
parent 0683378e39
commit eb1ac75e49
7 changed files with 1476 additions and 1616 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-01-31 - 2.2.0 - feat(core)
Enhance scrolling capabilities by integrating Scroller class and adding lenis support
- Replaced SweetScroll setup in domtools.classes.domtools.ts with Scroller class.
- Moved SweetScroll initialization and methods to new Scroller class.
- Added lenis support in the Scroller class for enhanced scrolling capabilities.
- Updated dev and dependencies versions in package.json.
## 2025-01-09 - 2.1.1 - fix(themamanager)
Fixed automatic global theme change subscription for background updates.