Skip to content

Commit

Permalink
v4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 26, 2021
1 parent c1e245a commit d261453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
17 changes: 3 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v4.7.4
* Apply search filter when new options arrive via props (#163) [View](https://github.com/sanusart/react-dropdown-select/commit/c1e245aed07486b696ba23b1120b6f0f599bc4e2)

### v4.7.3
* FIX (Input): breaking in two lines due to input, closes #138 (#148) [View](https://github.com/sanusart/react-dropdown-select/commit/66bd7219c2852a372441a7ddffb160abc8cfaf98)

Expand All @@ -6,20 +9,6 @@
* FIX (aria)[#146]: add aria-expanded, closes #146 [View](https://github.com/sanusart/react-dropdown-select/commit/c81026b8f52cc3c24400b050a4a0075e10f5fddf)

### v4.7.1
* FIX (dropdownHandle) [#61, 82]: make dropdownHandleRenderer simpler [View](https://github.com/sanusart/react-dropdown-select/commit/fa343e4ec3af9956158e8244362e742c33f381f4)
* bump version [View](https://github.com/sanusart/react-dropdown-select/commit/ff29c3e36228ba7873bfd08c16eca7eb5f14741e)
* FIX (duplicates)[#116]: more proper way to check dupes, closes #116 [View](https://github.com/sanusart/react-dropdown-select/commit/77648a8d7a0d0ae481e5d95d919a24bbfe494ce2)
* FIX (duplicates): PR comments [View](https://github.com/sanusart/react-dropdown-select/commit/9d22a736f67252883d24bd8d32347c170a5a8def)
* FIX (duplicates)[#116]: more proper way to check dupes, closes #116 [View](https://github.com/sanusart/react-dropdown-select/commit/6f06054de39007176d877c2d91b20cadf99fcd2c)
* v4.5.1 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/73c9d0feae41ef27ad556f03d744ed5be0850d61)
* FIX (style): Accepts a short color (#127) [View](https://github.com/sanusart/react-dropdown-select/commit/56dbe23c1f5224993f9979341d1fcc5f6615b170)
* v4.5.2 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/63eaa69bc8c0ee2403ec5fc971c2b3a99066ca1c)
* FIX (searchFn)[#101] searchFn callback should only call once when typing in the search bar (#131) [View](https://github.com/sanusart/react-dropdown-select/commit/12164f95e5e152a6eb8643f6700186e8611530b4)
* v4.6.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/665531abcede546eda087111511da3f1d362764e)
* Revert "FIX (searchFn)[#101] searchFn callback should only call once when typing in the search bar (#131)" (#135) [View](https://github.com/sanusart/react-dropdown-select/commit/30d7a78c330c50d4339226d5dfe27406d833af1a)
* 4.6.1 [View](https://github.com/sanusart/react-dropdown-select/commit/eccff4c79372ca1e8a6050c5ef56f5c33f21a085)
* FIX (searchFn)[#101] searchFn callback should only call once when typing in the search bar, #134, #133 (#136) [View](https://github.com/sanusart/react-dropdown-select/commit/64a737af3b50bf21c534606f4b27bbe60ffcbe03)
* v4.7.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/6e61eba829d0be2cb08bf94d91ee68ccd2659dd8)
* FIX (single): allow to clear with backspace, closes #141 [View](https://github.com/sanusart/react-dropdown-select/commit/df466b8e307244189cf1b360ae801b7a49d3d764)

### v4.7.0
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dropdown-select",
"version": "4.7.3",
"version": "4.7.4",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit d261453

Please sign in to comment.