Skip to content

Commit

Permalink
1.8.0 -> 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 13, 2019
1 parent 58c8c6a commit f2b2106
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.1
* 🐛 Replaced an incorrect empty-string value for `pointer-events` with `undefined` ([oliviertassinari](https://github.com/oliviertassinari) - [#210](https://github.com/bvaughn/react-window/pull/210))

### 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))

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

0 comments on commit f2b2106

Please sign in to comment.