Skip to content

Releases: Yrobot/auto-scroll

v3.0.1

10 Apr 06:06
Compare
Choose a tag to compare

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

08 Apr 13:59
Compare
Choose a tag to compare

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

08 Apr 04:12
Compare
Choose a tag to compare

2.0.1 (2024-04-08)

Bug Fixes

  • ResizeObserver loop completed with undelivered notifications. (93354f0)

v2.0.0

15 Jan 04:09
Compare
Choose a tag to compare

2.0.0 (2024-01-15)

Features

  • add generateEscapeScrollUpContext, for disbale auto scroll when user scroll up. (72b553d)

BREAKING CHANGES

    1. remove escapeHook, use context.escapeHook instead. 2. iife usage update: autoScroll.default, autoScroll.generateEscapeScrollUpContext

v1.0.1

12 Jan 07:36
Compare
Choose a tag to compare

1.0.1 (2024-01-12)

Bug Fixes

v1.0.0

12 Jan 06:12
Compare
Choose a tag to compare

1.0.0 (2024-01-12)

Features

  • finish autoScroll and pipe logic (647d87f)