Skip to content

Commit

Permalink
1.7.2 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 12, 2019
1 parent 3af360f commit d956b99
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.0
* 🎉 Added new "smart" align option for grid and list scroll-to-item methods ([gaearon](https://github.com/gaearon) - [#209](https://github.com/bvaughn/react-window/pull/209))

### 1.7.2
* 🐛 Add guards to avoid invalid scroll offsets when `scrollTo()` is called with a negative offset or when `scrollToItem` is called with invalid indices (negative or too large).

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.7.2",
"version": "1.8.0",
"description":
"React components for efficiently rendering large, scrollable lists and tabular data",
"author":
Expand Down

0 comments on commit d956b99

Please sign in to comment.