- Add
pasteAsPlainText
props on editor - Add
removeFormat
props on editor
- Add
disabled
props to RichEditor and Toolbar - Add
disabledIconTint
props to Toolbar - Add
disabledButtonStyle
props to Toolbar
iconMap
Support incoming methods to return React elements
- editor console.log in RN of DEV mode
- Add strikethrough and insertLine on editor
- Detail optimization
- Set default Android keyboard open
- Fix Initialization speed by default 200ms
- Fix heading1、heading2 key error
- Fix Android keyboard of v1.1.1
- The modified part has been subsequently supported on the web platform
- Fix selected Text styles
Now you can add custom functions (insertHTML or insertText) and styles (cssText or contentCSSText) to the editor, of course, Toolbar has also been customized extension
- Add
contentCSSText
by editorStyle options of Custom content style (css text) - Add
cssText
by editorStyle options of Custom editor global css text - Add
initialFocus
props to the editor initial request focus - Add
onHeightChange
props to the editor Callback after height change - Add
insertVideo
props to the editor insert video - Add
insertText
props to the editor insert text - Add
insertHTML
props to the editor insert html
- Fix Click outside the editor to get focus
- Fix
showAndroidKeyboard
of Expo
- experiment
showAndroidKeyboard
props on keyboard of android focus
- Add
onInsertLink
event to toolbar, replace built-in processing - Add
insertLink
props to the editor to support customization - Add
onChange
props to the editor to get data
- Fix
focusContentEditor
Unable to get focus(android requiresreact-native-webview>=7.5.2
) - Fix
insertImage
Cannot be executed without focus
- Add
editor
props substitutegetEditor
function props - Add
editorStyle
props styling for container or for Rich Editor more dark or light settings
- Fix
selected toolbar
error
- Add
useContainer
props Wrap the editor webview inside a container - Add
placeholder
props Wrap the editor content placeholder
- Upgrade
componentWillReceiveProps
togetDerivedStateFromProps
- Upgrade
props
site on hideKeyboardAccessoryView and keyboardDisplayRequiresUserAction end - Upgrade
Examples
to RN 0.62.0 Webview 9.0.1
- Removing experimental
componentWillMount