Releases: IslamRustamov/react-native-rich-text-input
Releases · IslamRustamov/react-native-rich-text-input
Release 0.15.1
0.15.1 (2024-11-09)
Updated README
Release 0.15.0
0.15.0 (2024-11-09)
Features
- rich-text: add linkembedding and deletion on iOS (f95654a)
Added link embedding and deletion on iOS
Release 0.13.1
0.13.1 (2024-10-17)
Fixed error when there are no link spans in text
Release 0.13.0
0.13.0 (2024-10-17)
Features
- rich-text: add getLink method (34452a6)
Added getLink method for Android
Release 0.12.1
0.12.1 (2024-10-15)
Updated README
Release 0.12.0
0.12.0 (2024-10-15)
Features
- rich-text: add link embedding (0031314)
Added link embedding (Android)
Added link deletion (Android)
Added function that returns current selection (Android)
Release 0.11.0
0.11.0 (2024-10-01)
Features
- rich-text: add focus and blur (cbdf92e)
Added focus and blur methods for iOS and Android
Release 0.10.0
0.10.0 (2024-09-28)
Features
- rich-text: add insertText method (bbc1b73)
Added insertText method for android
Release 0.9.0
0.9.0 (2024-09-27)
Features
- rich-text: add convertion to html (e860f2d)
Added getHTML to Android
Replaced getRTF with getHTML on iOS