Skip to content

Releases: niuware/mui-rte

Add async custom blocks feature

13 May 04:35
ac38d2a
Compare
Choose a tag to compare
  • 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.

Further refactoring

06 May 09:12
b049419
Compare
Choose a tag to compare
  • Rename properties.
  • Add explicit TMUIRichTextEditorRef reference type for the MUIRichTextEditor component.
  • Remove unneeded trailing punctuation.
  • Update README

Fix clear custom styles bug

05 May 15:07
0c227a0
Compare
Choose a tag to compare
  • Fix a bug that prevented clearing custom defined inline styles when using the Clear control

Refactoring

05 May 09:08
ca1c7ab
Compare
Choose a tag to compare
  • Small code refactoring (no logic changed from last version)

Enable atomic components with autocomplete

04 May 10:19
c84ad18
Compare
Choose a tag to compare
  • Enables using atomic components defined in custom controls for inserting autocomplete suggestions to the editor.

Enable any component on autocomplete suggestion list

04 May 08:47
9708996
Compare
Choose a tag to compare
  • 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.

Insert autocomplete suggestion as entity

04 May 07:38
c51f884
Compare
Choose a tag to compare
  • Selecting an autocomplete suggestion now inserts an entity instead of plain text.
  • Small refactor on Link component.

Add autocomplete strategies feature

03 May 13:16
f63c317
Compare
Choose a tag to compare
  • 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.

Remove spacing legacy code

28 Apr 10:50
42c06e0
Compare
Choose a tag to compare

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.

Fix clear function

28 Apr 10:33
851f512
Compare
Choose a tag to compare

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