Releases: jowillianto/draftjs-wysiwyg
Releases · jowillianto/draftjs-wysiwyg
Version 0.0.2
This fixes a bug where in the django admin screen, the draft js field will not save when the form field is not edited.
Version 0.0.3
Fixes the following bugs :
- ID clashes in django admin screen.
First Release
Brief Description
- Adds a Django Widget that renders a DraftJS Editor
- Adds a React Implementation for a DraftJS editor complete with WYSIWYG, Bold text and image uploading. Images are currently saved in Base64 format, a hook to allow uploading the image to a server will be added in a future update.