Skip to content

Commit

Permalink
9.0.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 20, 2017
1 parent 8c4acb2 commit da4fbef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
------------

##### 9.0.1
* 🐛 Edge-case bug with scroll-to-index and cell size function property (#565)
* 🐛 Edge-case bug with `WindowScroller` and mocked `window` object

# 9.0.0
Version 9 changes and upgrade steps are described in detail on the [version 9 pull request](https://github.com/bvaughn/react-virtualized/pull/577).

##### 8.11.4
* 🐛 Better guard against minification/uglification in `ColumnSizer` when verifying child is either a `Grid` or a `MultiGrid`. (#558)

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 <brian.david.vaughn@gmail.com>",
"user": "bvaughn",
"version": "9.0.0",
"version": "9.0.1",
"homepage": "https://github.com/bvaughn/react-virtualized",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit da4fbef

Please sign in to comment.