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 9b11bc2 commit 92ae8eaCopy full SHA for 92ae8ea
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
------------
3
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
+
7
##### 2.1.1
8
Added a workaround for a bug in `Creatable` (react-select 1.0.0-rc2).
9
Clicking on the placeholder item now successfully creates new options.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-select",
- "version": "2.1.1",
+ "version": "2.2.0",
"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