Skip to content

Commit a24c3ef

Browse files
author
Brian Vaughn
committed
9.7.0 prep
1 parent ca20a0a commit a24c3ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Changelog
22
------------
33

4-
##### 9.6.0
5-
* 🐛 Fixed an invalid import in a vendored file.
4+
##### 9.7.0
5+
* Added public animation-friendly API methods to `Grid`/`List`/`Table` for an alternative to props-based animating. ([@imadha](https://github.com/imadha) - [#641](https://github.com/bvaughn/react-virtualized/pull/641))
6+
7+
##### 9.6.1
8+
* 🐛 Fixed module syntax error in vendered file.
69

710
##### 9.6.0
811
* 🎉 `WindowScroller` and `Grid` now support horizontal window-scrolling via new `autoWidth` property. ([@maxnowack](https://github.com/maxnowack) - [#644](https://github.com/bvaughn/react-virtualized/pull/644))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React components for efficiently rendering large, scrollable lists and tabular data",
44
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
55
"user": "bvaughn",
6-
"version": "9.6.1",
6+
"version": "9.7.0",
77
"homepage": "https://github.com/bvaughn/react-virtualized",
88
"main": "dist/commonjs/index.js",
99
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)