Releases: niuware/mui-rte
Releases · niuware/mui-rte
Fix onChange property trigger
- Now the
onChange
property callback is triggered when theMUIRichTextEditor
's state changes. (#146)
Update Link component
- Use
material-ui
'sLink
component for links in the editor (#147)
⚠️ The default style for links have been changed. For using the previous style a custom theme should be used settingtext-decoration: "underline"
andcolor: "inherit"
properties.
Fix read only rendering
Update package dependencies
- Updated required package dependencies
Fix UI bugs
Fix bugs
Fix TSelectionInfo type
- Fix
entityType
property type ofTSelectionInfo
type in utils #133
Fix popover behavior
- Fix assignment issue #133
- Fix focus when a popover is dismissed without adding a value.
Add onFocus and onBlur props
Add handleDroppedFiles property
- Added
handleDroppedFiles
draft-js property on MUIRichTextEditor'sdraftEditorProps
prop. - Exported
TMUIRichTextEditor
props type. #119 - Updated async image upload example with a drop file into editor scenario.