Releases: Yrobot/auto-scroll
Releases · Yrobot/auto-scroll
v3.0.1
3.0.1 (2024-04-10)
Bug Fixes
- escapeWhenUpPlugin only escape when scroll up but based on the distance to bottom (58ffd31)
- new add item should be observed (6d7869c)
- throttle lost the last callback (7f66ec7)
v3.0.0
3.0.0 (2024-04-08)
Code Refactoring
- use plugins for custom logic (26ebd24)
BREAKING CHANGES
- use escapeWhenUpPlugin instand of generateEscapeScrollUpContext to handle Stop auto scroll when user scroll up.
v2.0.1
2.0.1 (2024-04-08)
Bug Fixes
- ResizeObserver loop completed with undelivered notifications. (93354f0)
v2.0.0
2.0.0 (2024-01-15)
Features
- add generateEscapeScrollUpContext, for disbale auto scroll when user scroll up. (72b553d)
BREAKING CHANGES
-
- remove escapeHook, use context.escapeHook instead. 2. iife usage update: autoScroll.default, autoScroll.generateEscapeScrollUpContext
v1.0.1
1.0.1 (2024-01-12)
Bug Fixes
v1.0.0
1.0.0 (2024-01-12)
Features
- finish autoScroll and pipe logic (647d87f)