Releases: anday013/react-native-otp-entry
Releases · anday013/react-native-otp-entry
Release 1.8.5
Release 1.8.4
What's Changed
- A new capability to pass custom props to the Text component that renders each digit #96
Full Changelog: v1.8.3...v1.8.4
v1.8.3
v1.8.2
What's Changed
Placeholder disappears as you type.
Now placeholder props support both single char values and the whole pattern:
- If you set a single value, it populates to the whole input
- If you set more than a value, each value gets populated to next cell
Full Changelog: v1.8.1...v1.8.2
Release 1.8.1
Release 1.8.0
Release 1.7.3
What's Changed
- fix: implicitly import react in components to resolve the issue with old react native versions in #79
Full Changelog: v1.7.2...v1.7.3
Release 1.7.2
What's Changed
- docs: add secureTextEntry to Props by @lakuapik in #69
- Prop 'type' doesn't change keyboard type by @BogdanGorelkin in #68
- Add onFocus and onBlur methods by @evoactivity in #73
New Contributors
- @lakuapik made their first contribution in #69
- @BogdanGorelkin made their first contribution in #68
- @evoactivity made their first contribution in #73
Full Changelog: v1.7.1...v1.7.2
Release 1.7.1
What's Changed
- Add input type functionality by @antuneslv in #61
- style: fix hidden input opactiy by @antuneslv in #63
New Contributors
- Big Thanks to @antuneslv for valuable contributions he made!!!
Full Changelog: v1.7.0...v1.7.1
Release 1.7.0
Features
- Added the focus container styles to the last input container when the OTP input is filled and focused (Thanks to @rob-pathway ) (#56)
- Merged wrapping containers into one to make it easier for modifications (#58)
- Added possibility to blur (unfocus) the input on fill through prop
blurOnFilled(#60)