~~~~~~~~~~~~~~~~
- Added the ``django-prose-editor[sanitize]`` which automatically installs the
``nh3`` dependency. Thanks plenaerts!
- Properly restored the textarea element when destroying the editor.
- Added more unittesting.
- Supported using the ``ProseEditorFormField`` with widget instances, not just
with widget classes.
- Documented the CSS custom properties. Thanks carltongibson!
- Converted the block type dropdown back to a button group.
- Changed the CSS so that block type buttons look active instead of disabled
when in a block of the respective type.
- Stopped showing the 'remove link' button as active when inside a link -- it's
not active, just enabled.
- Improved the styles of the dialog a bit.