Releases: wxik/react-native-rich-editor
Releases · wxik/react-native-rich-editor
v1.10.0
fix
- useCharacter code error
- fix broken check box action usage
- fixed auto formatting on empty content causing unnecessary formatting on compositionend
- handle checkboxList selected status
Added
- addinh heading1 to RichToolbar
- force prepend https:// to links
- props
horizontaldefault = true
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
enterKeyHintString value to set return key type - returnKeyType
1.8.7
Fix
- Fix Non-rendering problems caused by transparency [issues]
1.8.6
Changed
- Add
autoCorrectprops of default false
PR
Added
onInputcallback input value
Fix
- Fix
blockquoteEnter new line
v1.8.5
1.8.3
v1.8.1
Fix
- Fix the problem that
initialHeightdoes not take effect - Fix the problem that the
heightdoes not decrease after the text content is reduced
Tips
useContainer = trueNeed to implementonCursorPositionand handle focus scrolling. Refer to examples- The
heightsetting 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
onCursorPositionEnter the position of the cursor - Add
caretColorcursor/selection color
Fix
- Fix Repair content reduction is not reduced
v1.7.0
Added
- Add h1,h2,h3,h4,h5,h6 State mapping
setFontSizeChanges the font size for the selection or at the insertion point. This requires an integer from 1-7 as a value argument.setFontNameChanges 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
insertImageto solve the bug that the picture cannot be deleted
v1.6.3
Changed
- new defaultActions
keyboardsetStrikethroughsetUnderlineremoveFormat - new icon styles
Added
- Add
commandmethod Execute JS in the editor - Add Tools
outdentoutdentjustifyCenterjustifyLeftjustifyRight
Fix
- Fix Set the checkbox selected state to the value set by the user