fix(wcc-dashboard): Improve scroll listener management and add new test pages

This commit is contained in:
Juergen Kunz
2025-06-26 23:11:58 +00:00
parent b6c41caf44
commit c1d8e347de
8 changed files with 161 additions and 8 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-06-26 - 1.0.101 - fix(wcc-dashboard)
Improve scroll listener management and add new test pages
- Removed the pages/ directory entry from .gitignore to allow test pages to be tracked
- Added new test pages: page1 and pageLongScroll for enhanced scroll and navigation testing
- Refactored wcc-dashboard: changed scroll position properties to private variables and added a flag to prevent duplicate scroll listener attachment
## 2025-06-26 - 1.0.100 - fix(wcc-dashboard)
Prevent duplicate application of scroll positions in dashboard to avoid interfering with user scrolling