Skip to content

Commit 5091678

Browse files
committed
3.1.1
1 parent 1e57866 commit 5091678

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
------------
33

4+
##### 3.1.1
5+
* Added missing `valueKey` to custom option renderer params.
6+
47
##### 3.1.0
58
* Default option renderer supports a `className` property on options.
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-virtualized-select",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Drop-down menu for React with windowing to support large numbers of options.",
55
"main": "dist/commonjs/index.js",
66
"jsnext:main": "dist/es/index.js",

0 commit comments

Comments
 (0)