Skip to content

Releases: niuware/mui-rte

Fix set editor state for SSR

26 Nov 08:01
03822f5
Compare
Choose a tag to compare
  • Now editor state is correctly set on component load (useful when loading default content for server side rendering)

Add focus event

18 Nov 04:08
de06c76
Compare
Choose a tag to compare
  • Expose 'focus' event when referencing the MUIRichTextEditor component.

Enhance callback custom control

14 Nov 04:37
034700a
Compare
Choose a tag to compare
  • The callback custom control now can fully replace the current EditorState when returning a value.
  • Add id property to the MUIRichTextEditor component.

Add custom component feature

14 Nov 04:35
fe7c587
Compare
Choose a tag to compare
  • The custom control component in the toolbar can be any component (before only IconButton was allowed)

Update TypeScript compiler configuration

29 Oct 00:30
f5effbe
Compare
Choose a tag to compare
  • Add noUnusedParameters to compiler configuration
  • Update examples

Disable toolbar when readOnly is set

25 Oct 07:55
1bdf619
Compare
Choose a tag to compare
  • When readOnly property is true, the toolbar is disabled by default instead of hidden. It is still possible to set toolbar false to hide it.
  • Fix a bug when inserting an image between lines.

Add custom atomic blocks

23 Oct 06:58
19a81c5
Compare
Choose a tag to compare
  • User can define atomic blocks with custom data. See this for more details.
  • Refactor MUIRichTextEditor code

Add video control

21 Oct 03:29
1faadc2
Compare
Choose a tag to compare
  • Rename image control to media
  • Add video control
  • Merge image and video controls intro media
  • Reduce EditorControls component properties

Add alignment controls for images

17 Oct 02:25
4b1a385
Compare
Choose a tag to compare
  • Add alignment controls for image blocks
  • Refactor properties for 'UrlPopover' component

Enhance input and edit for image/link entities

15 Oct 01:18
cd9be87
Compare
Choose a tag to compare
  • Add focus and click event to edit images
  • Add delete button to easily remove a link/image from the popover