Skip to content

Commit 8c49d8d

Browse files
version 2.0.0
1 parent 80e6272 commit 8c49d8d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## version 2.0.0
2+
3+
- Fix `click` issue inside the `popper container`
4+
5+
- Fix style issue
6+
7+
- Now `@popperjs/core` package is peerDependency and not dependency
8+
9+
- Provide multi themes : `underline` | `outline` | `panel`
10+
11+
- Adding `onChange`, `ClearIcon`, `MagnifierIcon`, `onClear`, `theme`, `inputContainerStyle`, `onFocus` props and remove `inconsColor`, `searchIconStyle`, `setValue` and `clearIconStyle` props
12+
13+
- Export Style
14+
15+
- Fix React warning
16+
117
## version 1.0.1
218

319
Fix issue of React is undefined

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