Releases: umhan35/react-native-search-bar
Releases · umhan35/react-native-search-bar
v3.5.1
v3.5.0
v3.4.3
v3.4.2
v3.4.1
v3.4.0
v3.3.1
v3.3.0
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
Improvements
- Add cocoapods support c2499e8 @RobertBiehl
- Add
clearText
method 4749a90 @iRoachie Taken from @PhilipMortiboy #119 - Keyboard customization props @iRoachie Taken from @tim-dev #114
Misc
- Package name mismatch installation steps in README e38557b @gonzaloreciog
v3.1.0
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 👏🏽