Skip to content

Commit

Permalink
1.8.8 -> 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Apr 17, 2023
1 parent c53a47f commit 4ff3dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
------------

### 1.8.9
* Readme changes

### 1.8.8
* 🐛 `scrollToItem` accounts for scrollbar size in the uncommon case where a List component has scrolling in the non-dominant direction (e.g. a "vertical" layout list also scrolls horizontally).

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": "react-window",
"version": "1.8.8",
"version": "1.8.9",
"description": "React components for efficiently rendering large, scrollable lists and tabular data",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
"contributors": [
Expand Down

0 comments on commit 4ff3dd6

Please sign in to comment.