Skip to content

Commit

Permalink
Updated package and CHANGELOG in anticipation of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Feb 22, 2016
1 parent d644396 commit c6ab15e
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
------------

### 5.2.1
Fixes long-standing slow wheel scrolling issue that affected certain browsers such as Firefox (see issue #2). Big thanks to James Long (@jlongster), Markus Stange ‏(@mstange), and Dan Abramov (@gaearon) ‏for their help with this fix.

### 5.2.0
Added optional `onResize` callback property to `AutoSizer`. This method is invoked any time the `AutoSizer` detects a resize. It is passed `width` and `height` named parameters.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React components for efficiently rendering large, scrollable lists and tabular data",
"author": "Brian Vaughn <[email protected]>",
"user": "bvaughn",
"version": "5.2.1-rc1",
"version": "5.2.1",
"homepage": "https://github.com/bvaughn/react-virtualized",
"main": "dist/react-virtualized.js",
"jsnext:main": "es/index.js",
Expand Down

0 comments on commit c6ab15e

Please sign in to comment.