Skip to content

Releases: jowillianto/draftjs-wysiwyg

Version 0.0.2

25 Mar 15:36
Compare
Choose a tag to compare

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

17 May 04:14
Compare
Choose a tag to compare

Fixes the following bugs :

  • ID clashes in django admin screen.

First Release

22 Jan 18:05
Compare
Choose a tag to compare

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.