Skip to content

Releases: umhan35/react-native-search-bar

v3.5.1

20 Oct 12:37
46ea0fd
Compare
Choose a tag to compare

Small bug fix for android where the SearchBar would have an extra margin on the left side 28ae409 @oxyii

v3.5.0

04 Oct 06:41
6d35aa4
Compare
Choose a tag to compare

We now support Android! Thanks to great work spearheaded by @alpha0010 546c2ea

v3.4.3

01 Sep 22:18
92d4b13
Compare
Choose a tag to compare

⚠ Notice

The name of the podspec has been renamed to RNSearchBar 17abfb1. If you are using Cocoapods then you will have to re-run pod install.

Fixes

v3.4.2

05 Jun 22:46
8c85591
Compare
Choose a tag to compare

(Typescript) Adds the cross-platform return keys 4ecd286 @migue1s

v3.4.1

27 Mar 02:20
417ee05
Compare
Choose a tag to compare

Adds style prop to typescript definitions

v3.4.0

04 Feb 20:31
9f7fe40
Compare
Choose a tag to compare

Adds cancelButtonText prop for customizing the cancel button's text

v3.3.1

10 Jan 19:31
Compare
Choose a tag to compare

[Bug fix] Fix podspec to point to correct directory ff593d3 by @mgriepentrog

v3.3.0

08 Jan 20:56
ac655ad
Compare
Choose a tag to compare

Adds the showCancelButtonWhileEditing prop. This prop manages the cancel button for you automatically appears when the search bar is focused and is hidden onCancelButtonPress and onBlur.

This prop will be enabled by default as it's the default behavior on iOS.

Thanks to @rmdort in 7e2771a for the initial implementation.

Internal handling of the cancel button by @iRoachie in 0e8ba00

v3.2.0

08 Jan 03:31
a2620bb
Compare
Choose a tag to compare

Improvements

Misc

v3.1.0

27 Dec 20:13
51ad9bc
Compare
Choose a tag to compare

v3.1.0 is massive cleanup and update of the library.

List of improvements

  • Upgrade to ES6 🎉
  • Prettier/ESLint for code quality
  • Listing of all available props through Typescript Definitions
  • New Example app showing lib in action

Bug Fixes

  • Upgraded sendEventWithName(deprecated) to RCTBubblingBlock
  • onCancelButtonPress now fires every time

Thanks to all those who contributed to this library previous to this release 👏🏽