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 6a6271f commit 89038a8Copy full SHA for 89038a8
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
------------
3
4
+##### 2.4.1
5
+* 🎉 UMD build fixed to properly set `window.VirtualizedSelect` ([@armed](https://github.com/armed) - [#56](https://github.com/bvaughn/react-virtualized-select/pull/56))
6
+
7
##### 2.4.0
8
* 🎉 Support option `title` attribute ([@targumon](https://github.com/targumon) - [#46](https://github.com/bvaughn/react-virtualized-select/pull/46))
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-select",
- "version": "2.4.0",
+ "version": "2.4.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