Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.1...v3.0.0) (2024-04-08)

### Code Refactoring

* use plugins for custom logic ([26ebd24](26ebd24))

### BREAKING CHANGES

* use escapeWhenUpPlugin instand of generateEscapeScrollUpContext to handle Stop auto scroll when user scroll up.
  • Loading branch information
IAMYROBOT committed Apr 8, 2024
1 parent 7d05121 commit 8b14b11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/Yrobot/auto-scroll/compare/v2.0.1...v3.0.0) (2024-04-08)


### Code Refactoring

* use plugins for custom logic ([26ebd24](https://github.com/Yrobot/auto-scroll/commit/26ebd2448c3f78a893054f8e081b6115eef9dae6))


### BREAKING CHANGES

* use escapeWhenUpPlugin instand of generateEscapeScrollUpContext to handle Stop auto scroll when user scroll up.

## [2.0.1](https://github.com/Yrobot/auto-scroll/compare/v2.0.0...v2.0.1) (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yrobot/auto-scroll",
"version": "2.0.1",
"version": "3.0.0",
"homepage": "https://github.com/Yrobot/auto-scroll",
"description": "This is a tool which makes scroll-container auto scroll to the bottom easy.",
"main": "build/index.es.js",
Expand Down

0 comments on commit 8b14b11

Please sign in to comment.