Skip to content

Commit 382815a

Browse files
version 2.1.0
1 parent 141ff75 commit 382815a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## version 2.1.0
2+
3+
- Fix `onKeyDown` issue
4+
5+
- Provide `autoFocus` feature
6+
7+
- Provide `box-shadow` for popup list at `panel` theme
8+
9+
- Open Suggestion List on Enter Key
10+
11+
- Provide `inputName` prop
12+
13+
- Adding `corner` prop
14+
115
## version 2.0.0
216

317
- Fix `click` issue inside the `popper container`

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.0.0",
3+
"version": "2.1.0",
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)