Skip to content

Commit 6846bde

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2024-01-15) ### Features * add generateEscapeScrollUpContext, for disbale auto scroll when user scroll up. ([72b553d](72b553d)) ### BREAKING CHANGES * 1. remove escapeHook, use context.escapeHook instead. 2. iife usage update: autoScroll.default, autoScroll.generateEscapeScrollUpContext
1 parent 72b553d commit 6846bde

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/Yrobot/auto-scroll/compare/v1.0.1...v2.0.0) (2024-01-15)
2+
3+
4+
### Features
5+
6+
* add generateEscapeScrollUpContext, for disbale auto scroll when user scroll up. ([72b553d](https://github.com/Yrobot/auto-scroll/commit/72b553d7d6caf4ccaa639998e00fc919f0554c60))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* 1. remove escapeHook, use context.escapeHook instead. 2. iife usage update: autoScroll.default, autoScroll.generateEscapeScrollUpContext
12+
113
## [1.0.1](https://github.com/Yrobot/auto-scroll/compare/v1.0.0...v1.0.1) (2024-01-12)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yrobot/auto-scroll",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/Yrobot/auto-scroll",
55
"description": "This is a tool which makes scroll-container auto scroll to the bottom easy.",
66
"main": "build/index.es.js",

0 commit comments

Comments
 (0)