Skip to content

Commit

Permalink
v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed May 11, 2020
1 parent 60b1031 commit ccf9d32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### 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
* FIX (keyboard navigation): fix tab navigation from outside [View](https://github.com/sanusart/react-dropdown-select/commit/ebc15423f9816cf6c0259e6a4b7287f338d8b1d0)
* CHORE (examples): cleanup basic example [View](https://github.com/sanusart/react-dropdown-select/commit/bc9218fe96828e033818afd349e2384039fd2d8c)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-dropdown-select",
"version": "4.4.0",
"version": "4.4.1",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit ccf9d32

Please sign in to comment.