Skip to content

Commit 1544b35

Browse files
authored
Merge pull request #92 from wellyshen/changeset-release/master
Version Packages
2 parents aaa5cb9 + 47361b0 commit 1544b35

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/angry-moons-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilled-moons-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilly-plums-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-fans-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-glasses-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# react-cool-virtual
22

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- [#96](https://github.com/wellyshen/react-cool-virtual/pull/96) [`90e093c`](https://github.com/wellyshen/react-cool-virtual/commit/90e093c92459cdc6a79baa765eba0347bc1f56cf) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: the callback of `scrollTo` not called when scroll to the same position
8+
9+
* [#91](https://github.com/wellyshen/react-cool-virtual/pull/91) [`f244c41`](https://github.com/wellyshen/react-cool-virtual/commit/f244c4150832bd196f5fb8309c6723278fe01cd0) Thanks [@wellyshen](https://github.com/wellyshen)! - perf: slightly performance improvement
10+
11+
- [#95](https://github.com/wellyshen/react-cool-virtual/pull/95) [`ddc2846`](https://github.com/wellyshen/react-cool-virtual/commit/ddc2846676b4e2fe18eafc82eeb8fd668463e695) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: wrong the scroll position of `scrollToItem` when working with dynamic size
12+
13+
* [#94](https://github.com/wellyshen/react-cool-virtual/pull/94) [`6a17acb`](https://github.com/wellyshen/react-cool-virtual/commit/6a17acbc9d258c1a96f419f82f8dfcf31b5abe64) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: pass correct args to `scrollToItem` method
14+
15+
- [#93](https://github.com/wellyshen/react-cool-virtual/pull/93) [`0e187f9`](https://github.com/wellyshen/react-cool-virtual/commit/0e187f93a48011e14ad45dc8d0e50249e4d65e3a) Thanks [@wellyshen](https://github.com/wellyshen)! - fix: the callback of `scrollToItem` is called twice
16+
317
## 0.0.25
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cool-virtual",
3-
"version": "0.0.25",
3+
"version": "0.0.26",
44
"description": "A tiny React hook for rendering large datasets like a breeze.",
55
"license": "MIT",
66
"homepage": "https://github.com/wellyshen/react-cool-virtual#readme",

0 commit comments

Comments
 (0)