------------------------------------
This release includes a major refactor of the JS code and adds support for writing
client-side plugins for customizing the editor.
Features
_________________
- Upgraded to CodeMirror 3.02
- Additional build/development utilities and documentation
- Started including a minified and optimized version of scribbler.js for production usage
- CSS is now built to include the base CodeMirror CSS and does not need to be added to the template separately
Bug Fixes
_________________
- Fixed a bug where you could not follow an internal link in the scribble content. See 66
Backwards Incompatible Changes
__________________________________
The static dependencies (RequireJS, CodeMirror and jQuery) were originally included in the repository
but have been removed. These are still included in the final distribution. However, if you installing
django-scribbler directly from git these will no longer be available. See the :doc:`contributing guide </contributing>`
for more information on building/installing an unstable version.