Skip to content

Commit c1e1420

Browse files
version 2.1.1
1 parent d09137e commit c1e1420

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## version 2.1.1
2+
3+
- Fix click event issue
4+
5+
- Popper should be open only when its children is not equal to null and its length is not equal to zero
6+
7+
- Fix issue of minify css
8+
19
## version 2.1.0
210

311
- Fix `onKeyDown` issue

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-custom-search-list",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": false,
55
"description": "A customizable React search input component with dynamic popup suggestions, allowing developers to create unique search experiences.",
66
"keywords": [

0 commit comments

Comments
 (0)