Releases: ghoshnirmalya/react-search-box
Releases · ghoshnirmalya/react-search-box
Release 2.0.3-next.0
v2.0.2
v2.0.1
v1.1.0
1.0.3 (2019-01-02)
New props for modifying styles
autoFocus
- Focus on the input box once the component is mounted.onSelect
- A function which acts as a callback when any record is selected. It is triggered once a dropdown item is clicked.onFocus
- A function which acts as a callback when the input is focussed.onChange
- A function which acts as a callback when the input value is changed.inputBoxFontColor
- Color of the text in the input box.inputBoxBorderColor
- Color of the border of the input box.inputBoxFontSize
- Size of the font of the input box.inputBoxHeight
- Height of the input box.dropDownHoverColor
- Background color on hover of the dropdown list items.dropDownBorderColor
- Border color of the dropdown.
v1.0.2
1.0.2 (2018-12-31)
Major re-write
- Removing a bunch of dependencies ✂️
- Use create-react-library to bootstrap a whole new project 🔥
- Add tests for all the functionalities using react-testing-library 🐐
- Upgrading all dependencies to their latest version 🚀
Bug fixes
- Fixes #2
v1.0.1
v1.0.0
v0.0.11
- Update to React 16
v0.0.10
v0.0.5
Options which include in this release are:
- Placeholder text using
placeholder
prop - Custom className using
class
prop searchKey
prop to defined the key to be searched in the array of objects