This commit is contained in:
Brian Vaughn
2018-11-03 17:34:12 -07:00
parent 21d4a51a16
commit d8b1077fa3
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
Changelog
------------
### 1.2.3
* 🐛 Relaxed `children` validation checks. They were too strict and didn't support new React APIs like `memo`.
### 1.2.2
* 🐛 Improved Flow types for class component item renderers - ([nicholas-l](https://github.com/nicholas-l) - [#77](https://github.com/bvaughn/react-window/pull/77))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-window",
"version": "1.2.2",
"version": "1.2.3",
"description":
"React components for efficiently rendering large, scrollable lists and tabular data",
"author":