Skip to content

Releases: wxik/react-native-rich-editor

v1.9.0

v1.8.8

28 Dec 08:11
Compare
Choose a tag to compare

1.8.8

Added

  • Add enterKeyHint String value to set return key type - returnKeyType

1.8.7

Fix

  • Fix Non-rendering problems caused by transparency [issues]

1.8.6

Changed

  • Add autoCorrect props of default false

PR

Added

  • onInput callback input value

Fix

  • Fix blockquote Enter new line

v1.8.5

03 Jun 02:19
Compare
Choose a tag to compare

1.8.4 - 1.8.5

###Fix

  • Fix code wrapping
  • Fix useContainer = false scroll

1.8.3

28 May 07:01
Compare
Choose a tag to compare

###Fix

  • Fix Some input methods appear on the screen in English #154
  • Fix The cursor positioning problem after getting the focus in the ScrollView

v1.8.1

28 May 02:49
Compare
Choose a tag to compare

Fix

  • Fix the problem that initialHeight does not take effect
  • Fix the problem that the height does not decrease after the text content is reduced

Tips

  • useContainer = true Need to implement onCursorPosition and handle focus scrolling. Refer to examples
  • The height setting will not be less than initialHeight

v1.8.0

25 May 08:40
Compare
Choose a tag to compare

This version merges with netizens to provide PR, thank you very much

Added

  • foreColor & hiliteColor
  • Add @1x resources to solve the problem that some user resources are not found
  • Add onCursorPosition Enter the position of the cursor
  • Add caretColor cursor/selection color

Fix

  • Fix Repair content reduction is not reduced

v1.7.0

04 Feb 06:54
Compare
Choose a tag to compare

Added

  • Add h1,h2,h3,h4,h5,h6 State mapping
  • setFontSize Changes the font size for the selection or at the insertion point. This requires an integer from 1-7 as a value argument.
  • setFontName Changes the font name for the selection or at the insertion point. This requires a font name string (like "Arial") as a value argument.

Fix

v1.6.3

05 Jan 08:44
Compare
Choose a tag to compare

Changed

  • new defaultActions keyboard setStrikethrough setUnderline removeFormat
  • new icon styles

Added

  • Add command method Execute JS in the editor
  • Add Tools outdent outdent justifyCenter justifyLeft justifyRight

Fix

  • Fix Set the checkbox selected state to the value set by the user

v1.6.0

31 Dec 08:07
Compare
Choose a tag to compare

Added

  • New props redo, undo on editor
  • New props checkbox list on editor by experiment

Changed

  • toolbar can now be rendered in front of the editor

v1.5.2

18 Dec 07:01
Compare
Choose a tag to compare

Added

  • Add dismissKeyboard Dismisses the active keyboard and removes focus.
  • Add isKeyboardOpen Returns whether the keyboard is on

Fix

  • Keyboard listener on unmount
  • placeholder does not restore issues 121