Skip to content

Releases: ghoshnirmalya/react-search-box

Release 2.0.3-next.0

17 Oct 13:38
Compare
Choose a tag to compare
Release 2.0.3-next.0 Pre-release
Pre-release

2.0.3-next.0 (2021-10-17)

Bug Fixes

  • doc: Adds missing code to readme (ab6d2e6)

v2.0.2

02 Nov 17:30
Compare
Choose a tag to compare

2.0.2 (2019-11-02)

Bug fixes

  1. Fixes value prop not showing up by default

v2.0.1

24 Jan 04:01
Compare
Choose a tag to compare

2.0.1 (2019-01-24)

New prop for overriding Fuse options

  • fuseConfigs - Configs to override default Fuse configs. 🔖

Bug fixes

  1. Fixes #26 🐛

v1.1.0

02 Jan 13:20
Compare
Choose a tag to compare

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

30 Dec 19:16
Compare
Choose a tag to compare

1.0.2 (2018-12-31)

Major re-write

  1. Removing a bunch of dependencies ✂️
  2. Use create-react-library to bootstrap a whole new project 🔥
  3. Add tests for all the functionalities using react-testing-library 🐐
  4. Upgrading all dependencies to their latest version 🚀

Bug fixes

  1. Fixes #2

v1.0.1

02 Oct 04:59
996bd19
Compare
Choose a tag to compare

1.0.1 (2018-10-02)

Bug Fixes

  • package: update react-scripts to version 2.0.3 (e54ec03)

v1.0.0

25 Aug 21:41
ae8601c
Compare
Choose a tag to compare

1.0.0 (2018-08-25)

Bug Fixes

Fixes can't resolve ./styles.css issue (fffc563), closes #1

Features

  • Complete re-write of the whole app using Downshift

v0.0.11

30 Jul 14:38
Compare
Choose a tag to compare
  • Update to React 16

v0.0.10

19 Mar 01:44
Compare
Choose a tag to compare
  • Fixes #1
  • Uses styled-components

v0.0.5

17 Apr 07:12
Compare
Choose a tag to compare

Options which include in this release are:

  1. Placeholder text using placeholder prop
  2. Custom className using class prop
  3. searchKey prop to defined the key to be searched in the array of objects