react-dropdown-select
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -0,1 +1,9 @@ | ||
### v4.4.1 | ||
* Bump acorn from 5.7.3 to 5.7.4 (#84) [View](https://github.com/sanusart/react-dropdown-select/commit/ab7dd60b1a5b78b683e2806a4a7a3cdfd461ce1d) | ||
* FIX (dropdownHandleRenderer)[#86]: fix prop warning in development, c… (#87) [View](https://github.com/sanusart/react-dropdown-select/commit/cf7a0c262ffce05d60ad3ab9f54f80941712ef98) | ||
* v4.3.1 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/cfd6ce0e7217d812bf88f5c91d8c02c2d6d502cb) | ||
* CHORE (audit): npm audit [View](https://github.com/sanusart/react-dropdown-select/commit/873a66ecf233c8caf186786ed138ecade1e4ef0b) | ||
* FIX (keyboard navigation)[issue #88]: fix tab navigation from outside closes issue #88 (#90) [View](https://github.com/sanusart/react-dropdown-select/commit/e5429fecdf41eb93c883c1a7d942bbb209ed0ea9) | ||
* CHORE (types): fix keepOpen type [View](https://github.com/sanusart/react-dropdown-select/commit/60b1031376c40b5c0b227160fc2fabd01a22b406) | ||
### v4.4.0 | ||
@@ -2,0 +10,0 @@ * FIX (keyboard navigation): fix tab navigation from outside [View](https://github.com/sanusart/react-dropdown-select/commit/ebc15423f9816cf6c0259e6a4b7287f338d8b1d0) |
{ | ||
"name": "react-dropdown-select", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Customizable dropdown select for react", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-dropdown-select.js", |
@@ -94,3 +94,3 @@ declare module 'react-dropdown-select' { | ||
separator?: boolean; | ||
keepOpen?: undefined; | ||
keepOpen?: boolean; | ||
noDataLabel?: string; | ||
@@ -97,0 +97,0 @@ createNewLabel?: string; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
184365
0