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) 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. 2.0.1 (2024-04-08) Bug Fixes ResizeObserver loop completed with undelivered notifications. (93354f0) 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 1.0.1 (2024-01-12) Bug Fixes remove useless log (4aeb7ff) 1.0.0 (2024-01-12) Features finish autoScroll and pipe logic (647d87f)