Skip to content

Releases: IslamRustamov/react-native-rich-text-input

Release 0.15.1

09 Nov 10:23
Compare
Choose a tag to compare

0.15.1 (2024-11-09)

Updated README

Release 0.15.0

09 Nov 10:18
Compare
Choose a tag to compare

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

17 Oct 14:25
Compare
Choose a tag to compare

0.13.1 (2024-10-17)

Fixed error when there are no link spans in text

Release 0.13.0

17 Oct 14:21
Compare
Choose a tag to compare

0.13.0 (2024-10-17)

Features

  • rich-text: add getLink method (34452a6)

Added getLink method for Android

Release 0.12.1

15 Oct 14:31
Compare
Choose a tag to compare

0.12.1 (2024-10-15)

Updated README

Release 0.12.0

15 Oct 14:26
Compare
Choose a tag to compare

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

01 Oct 19:15
Compare
Choose a tag to compare

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

28 Sep 13:40
Compare
Choose a tag to compare

0.10.1 (2024-09-28)

Added gif

Release 0.10.0

28 Sep 13:25
Compare
Choose a tag to compare

0.10.0 (2024-09-28)

Features

  • rich-text: add insertText method (bbc1b73)

Added insertText method for android

Release 0.9.0

27 Sep 16:01
Compare
Choose a tag to compare

0.9.0 (2024-09-27)

Features

  • rich-text: add convertion to html (e860f2d)

Added getHTML to Android
Replaced getRTF with getHTML on iOS