Mui Rte Versions Save

Material-UI Rich Text Editor and Viewer

1.23.1

3 years ago
  • Now the onChange property callback is triggered when the MUIRichTextEditor's state changes. (#146)

1.23.0

3 years ago
  • Use material-ui's Link 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 setting text-decoration: "underline" and color: "inherit" properties.

1.22.1

3 years ago
  • Fix a bug that prevent custom styles rendering correctly when read only was set along with a default value (#140 #149)

1.22.0

3 years ago
  • Updated required package dependencies

1.21.0

3 years ago
  • Fix a bug that move the cursor to the end when the readOnly mode was set along with a defaultValue. (#142)
  • Fix a bug that did not connected the exposed anchorLink class name with the Link component. (#135)

1.20.0

3 years ago
  • Fix list controls swapped behavior. (#139) ⚠️ This may swap lists on saved documents using previous versions.
  • Fix a bug that prevent custom styles rendering correctly when setting a default value. (#140)

1.19.3

3 years ago
  • Fix entityType property type of TSelectionInfo type in utils #133

1.19.2

3 years ago
  • Fix assignment issue #133
  • Fix focus when a popover is dismissed without adding a value.

1.19.1

3 years ago
  • Added onFocus property for MUIRichTextEditor (PR #123 mentioned in #98)
  • Added onBlur property for MUIRichTextEditor. (PR #123 mentioned in #98)

1.19.0

3 years ago
  • Added handleDroppedFiles draft-js property on MUIRichTextEditor's draftEditorProps prop.
  • Exported TMUIRichTextEditor props type. #119
  • Updated async image upload example with a drop file into editor scenario.