Releases: wxik/react-native-rich-editor
Releases · wxik/react-native-rich-editor
v1.9.0
1.9.0
PR
- Use rect to update offset_y when pasting
- added missing autoCorrect prop
- feat(ts): add sendAction method in definition file
- improve the getEditor prop to prevent crashes
- Fix insert links
- Updating the README with custom fonts usage
- Fix nested tags when using p separator
- feat: Add injectJavascript method
- feat(toolbar): get current color, font size and background color from editor
- Link click handler
v1.8.8
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
1.8.3
v1.8.1
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 implementonCursorPosition
and handle focus scrolling. Refer to examples- The
height
setting will not be less thaninitialHeight
v1.8.0
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
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
- Toolbar active/inactive
- Adjust the format of
insertImage
to solve the bug that the picture cannot be deleted
v1.6.3
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
v1.5.2
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