Skip to content

Releases: mkhstar/suneditor-react

3.6.1

24 Jun 12:59
Compare
Choose a tag to compare

onImageUploadBefore, onVideoUploadBefore, onAudioUploadBefore events params order has been fixed #310

3.6.0

24 Jun 12:24
Compare
Choose a tag to compare
  • Add back onPaste, onDrop, onCut and onCopy

3.5.0

17 Apr 18:07
Compare
Choose a tag to compare
  • Updated dependencies
  • Added linting
  • Added tests
  • Performance improvements
  • Added github actions runners for lint and tests
  • Added issue and pr templates

3.4.1

12 Jul 07:48
Compare
Choose a tag to compare
  • Supports react from version 16.9.0

3.4.0

20 Feb 00:46
Compare
Choose a tag to compare
  • Supports ^2.42.0 suneditor versions
  • onSave prop has been added
  • onSetToolbarButtons has been added

3.3.1

16 Nov 15:56
Compare
Choose a tag to compare
  • react/jsx-runtime error fixed
  • readOnly prop issues (Value was not able to be toggled) fixed
  • lang object in readme updated
  • placeholder prop now works

3.3.0

22 Jul 10:54
Compare
Choose a tag to compare
  • Performance enhancements
  • Only required plugins can be loaded by overriding the plugins option in setOptions. Otherwise the default will import all plugins.

3.2.0

29 Jun 07:30
Compare
Choose a tag to compare
  • readOnly prop has been added
  • "nl" can now be used in lang prop

3.1.2

06 Jun 17:06
Compare
Choose a tag to compare
  • Fixed setContents loosing focus when typing #212

3.1.1

22 May 17:19
Compare
Choose a tag to compare
  • TS is now compiled to common js module
  • Toolbar is now disabled when the editor is disabled