Releases: IslamRustamov/react-native-rich-text-input
Releases · IslamRustamov/react-native-rich-text-input
Release 0.15.1
Compare
Sorry, something went wrong.
No results found
0.15.1 (2024-11-09)
Updated README
Release 0.15.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.13.1 (2024-10-17)
Fixed error when there are no link spans in text
Release 0.13.0
Compare
Sorry, something went wrong.
No results found
0.13.0 (2024-10-17)
Features
rich-text: add getLink method (34452a6 )
Added getLink method for Android
Release 0.12.1
Compare
Sorry, something went wrong.
No results found
0.12.1 (2024-10-15)
Updated README
Release 0.12.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.1
Compare
Sorry, something went wrong.
No results found
0.10.1 (2024-09-28)
Added gif
Release 0.10.0
Compare
Sorry, something went wrong.
No results found
0.10.0 (2024-09-28)
Features
rich-text: add insertText method (bbc1b73 )
Added insertText method for android
Release 0.9.0
Compare
Sorry, something went wrong.
No results found
0.9.0 (2024-09-27)
Features
rich-text: add convertion to html (e860f2d )
Added getHTML to Android
Replaced getRTF with getHTML on iOS