Mui Rte Versions Save

Material-UI Rich Text Editor and Viewer

1.18.0

4 years ago
  • Now is possible to add custom blocks when resolving a promise using the added insertAtomicBlockAsync API.
  • ⚠️Deprecated value property. Use defaultValue instead.
  • ⚠️Deprecated insertAtomicBlock reference function. Use insertAtomicBlockSync instead.
  • Add example on how to upload an image within the editor.
  • Add example on how to insert async atomic custom blocks.

1.17.6

4 years ago
  • Rename properties.
  • Add explicit TMUIRichTextEditorRef reference type for the MUIRichTextEditor component.
  • Remove unneeded trailing punctuation.
  • Update README

1.17.5

4 years ago
  • Fix a bug that prevented clearing custom defined inline styles when using the Clear control

1.17.4

4 years ago
  • Small code refactoring (no logic changed from last version)

1.17.3

4 years ago
  • Enables using atomic components defined in custom controls for inserting autocomplete suggestions to the editor.

1.17.2

4 years ago
  • Previously only text was allowed on the autocomplete suggestion list. See this example for more.
  • Fix a forced unwrap when checking the key binding function.

1.17.1

4 years ago
  • Selecting an autocomplete suggestion now inserts an entity instead of plain text.
  • Small refactor on Link component.

1.17.0

4 years ago
  • Add autocomplete feature, to enable users to create suggestion lists based on input text. See more on the README file. This feature was suggested in #103.

1.16.3

4 years ago

Removed fallback behavior code that simulated the spacing function introduced in material-ui v4. The material-ui v3 is no longer supported for this package since previous versions.

1.16.2

4 years ago

Fix a bug that did not clear inline styles when the selection began with a clear inline style. Issue mentioned in #91