We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e57866 commit 5091678Copy full SHA for 5091678
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
------------
3
4
+##### 3.1.1
5
+* Added missing `valueKey` to custom option renderer params.
6
+
7
##### 3.1.0
8
* Default option renderer supports a `className` property on options.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-select",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "Drop-down menu for React with windowing to support large numbers of options.",
"main": "dist/commonjs/index.js",
"jsnext:main": "dist/es/index.js",
0 commit comments