Releases: jazzband/django-tinymce
Releases · jazzband/django-tinymce
4.0.0
- Upgrade embedded TinyMCE from 5.10.7 to 6.8.3
The spellchecker plugin is gone (including USE_SPELLCHECKER
setting). Use
the browser_spellcheck
TinyMCE option (activated by default) to enable
browser-based spellchecking.
3.5.0
- Support new non-jQuery formset:added event triggered on Django 4.1
- Replace an obsolete call to tinyMCE.editors (#391)
- Confirm support for Django 4.0 and 4.1
- Drop support for Django 3.0, 3.1 and Python 3.6
- Add Python 3.10 support
3.4.0
- Upgrade to TinyMCE 5.10.1
- Confirmed support for Django 3.2
- Repair the spellchecker plugin functionality.
3.3.0
- Add support for Django 3.1
- Improve detection of dynamically added formsets
- Update configuration documentation
3.2.0
- Remove support for universal builds
- Add compatibility of django-filebrowser with tinymce 5
- Load the CHANGELOG in the documentation front page
- Fix en_US language loading
- Speed up tests by removing the loading of a database
- Add verbosity option to tests
- Assume TinyMCE files are utf-8 encoded
3.1.0
-
Add support for language configuration
-
Upgrade to TinyMCE 5.5.0
-
Remove the jQuery dependency and fix multiples errors around that
As a consequence, TINYMCE_INCLUDE_JQUERY
setting has been removed.
-
Move to the Jazzband organization
3.0.1
- Upgrade to TinyMCE 5
- Fix compressor
2.9.0
- Upgrade test matrix to Python 3.7 and Django 2.1, 2.2
- Add support for TinyMCE FileBrowser 4.0
- Remove support for South
2.6.1
Fix AppRegistryNotReady exception. (#132)