Skip to content

Commit

Permalink
1.8.7 -> 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Oct 31, 2022
1 parent 39b645a commit 51ec3f8
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.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).

### 1.8.7
* ✨ Updated peer dependencies to include React v18.

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.7",
"version": "1.8.8",
"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 51ec3f8

Please sign in to comment.