Releases: mkhstar/suneditor-react
Releases · mkhstar/suneditor-react
3.6.1
onImageUploadBefore
, onVideoUploadBefore
, onAudioUploadBefore
events params order has been fixed #310
3.6.0
- Add back
onPaste
, onDrop
, onCut
and onCopy
3.5.0
- Updated dependencies
- Added linting
- Added tests
- Performance improvements
- Added github actions runners for lint and tests
- Added issue and pr templates
3.4.1
- Supports react from version 16.9.0
3.4.0
- Supports ^2.42.0
suneditor
versions
onSave
prop has been added
onSetToolbarButtons
has been added
3.3.1
- 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
- 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
- readOnly prop has been added
- "nl" can now be used in lang prop
3.1.2
- Fixed setContents loosing focus when typing #212
3.1.1
- TS is now compiled to common js module
- Toolbar is now disabled when the editor is disabled