Skip to content

Releases: niuware/mui-rte

Fix placeholder position

25 Apr 16:04
7035c22
Compare
Choose a tag to compare
  • Fix a bug where the position of the placeholder was not correct when setting a fixed height for the editor. (Related to #40)

Update dependencies

25 Apr 15:20
2593f7c
Compare
Choose a tag to compare
  • Update package (and development) dependencies

Fix max length feature

21 Apr 09:37
ecfe51f
Compare
Choose a tag to compare
  • Fixes a bug that set incorrectly the maxlength feature #90

Fix bundle size

22 Mar 15:28
abfe2eb
Compare
Choose a tag to compare
  • Updated material-ui imports to reduce bundle size (Issued at #89 Fixed by @manashathparia)

Fix bugs

22 Mar 15:05
b201d2e
Compare
Choose a tag to compare
  • Fix bug #81 that did not set the id correctly into Toolbar components resulting in an invalid DOM.
  • Fix bug #90 that ignored the maxLength property when pasting text.

Add max length feature

04 Mar 02:55
a2f49a4
Compare
Choose a tag to compare
  • Add maxLength property
  • Update examples

Fix toolbar property

19 Feb 08:07
bb8a165
Compare
Choose a tag to compare
  • Fix the condition that prevent using the toolbar property correctly.

Fix link and media prompt bug

11 Feb 13:34
eca5324
Compare
Choose a tag to compare
  • Fix a bug that prevent the prompt to appear when using the link and media toolbar buttons
  • Update the peer dependencies minimum versions

Fix undefined id property

26 Dec 08:31
446d6b6
Compare
Choose a tag to compare
  • Fix undefined id property for ToolbarButton components
  • Add toolbarButtonSize property
  • Update node dependencies

Add key bindings feature

02 Dec 06:53
00f2e65
Compare
Choose a tag to compare
  • Add keyCommands property to define key bindings.
  • Add draftEditorProps to exposed additional draft-js Editor properties settings
  • Fix a bug when refocusing the editor on custom click actions