Skip to content

Commit 92ae8ea

Browse files
author
Brian Vaughn
committed
2.2.0 release
1 parent 9b11bc2 commit 92ae8ea

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+
##### 2.2.0
5+
* 🎉 Default option renderer highlights selected option in bold ([@the-spyke](https://github.com/the-spyke) - [#40](https://github.com/bvaughn/react-virtualized-select/pull/40))
6+
47
##### 2.1.1
58
Added a workaround for a bug in `Creatable` (react-select 1.0.0-rc2).
69
Clicking on the placeholder item now successfully creates new options.

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": "2.1.1",
3+
"version": "2.2.0",
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)