Releases: divyanshu-patil/react-native-typerich
Releases · divyanshu-patil/react-native-typerich
release v2.2.4 setText improvement
What's Changed
- fix: add editable as default prop by @divyanshu-patil in #41
- fix: settext cursor jumps on autocorrect by @divyanshu-patil in #42
Full Changelog: v2.2.2...2.2.4
release v2.2.2 iOS support
What's Changed
- feat: support for iOS by @divyanshu-patil in #29
- Feat: disableImagePasting Prop by @divyanshu-patil in #32
- fix: cursor jumps on autocomplete ios by @divyanshu-patil in #33
- feat: new faster setText() by @divyanshu-patil in #34
- fix: extra padding on bottom by @divyanshu-patil in #39
Full Changelog: v1.1.1...v2.2.2
release v1.1.1 stable
What's Changed
- fix: setting multiline and secureTextEntry causing visual bugs by @divyanshu-patil in #21
- docs: updated README to include all necessary API by @divyanshu-patil in #22
- docs: added credits in README by @divyanshu-patil in #23
Full Changelog: v1.0.0...v1.1.1
release v1.0.0 stable
v1.0.0 is a react-native-typerich stable release which supports image pasting for android
and have most of functionality of default TextInput which needed by chat application
breaking API Changes from previous versions:
setValue()commands now renamed assetText()
non-breaking API changes
- value prop
insetTextAt(start, end, text)command