- Add
disabledprops to RichEditor and Toolbar - Add
disabledIconTintprops to Toolbar - Add
disabledButtonStyleprops to Toolbar
iconMapSupport 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
contentCSSTextby editorStyle options of Custom content style (css text) - Add
cssTextby editorStyle options of Custom editor global css text - Add
initialFocusprops to the editor initial request focus - Add
onHeightChangeprops to the editor Callback after height change - Add
insertVideoprops to the editor insert video - Add
insertTextprops to the editor insert text - Add
insertHTMLprops to the editor insert html
- Fix Click outside the editor to get focus
- Fix
showAndroidKeyboardof Expo
- experiment
showAndroidKeyboardprops on keyboard of android focus
- Add
onInsertLinkevent to toolbar, replace built-in processing - Add
insertLinkprops to the editor to support customization - Add
onChangeprops to the editor to get data
- Fix
focusContentEditorUnable to get focus(android requiresreact-native-webview>=7.5.2) - Fix
insertImageCannot be executed without focus
- Add
editorprops substitutegetEditorfunction props - Add
editorStyleprops styling for container or for Rich Editor more dark or light settings
- Fix
selected toolbarerror
- Add
useContainerprops Wrap the editor webview inside a container - Add
placeholderprops Wrap the editor content placeholder
- Upgrade
componentWillReceivePropstogetDerivedStateFromProps - Upgrade
propssite on hideKeyboardAccessoryView and keyboardDisplayRequiresUserAction end - Upgrade
Examplesto RN 0.62.0 Webview 9.0.1
- Removing experimental
componentWillMount