Releases: jazzband/django-tinymce
Releases · jazzband/django-tinymce
4.1.0
21 Jun 07:05
Compare
Sorry, something went wrong.
No results found
4.0.0
22 Apr 14:11
Compare
Sorry, something went wrong.
No results found
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
27 Aug 08:36
Compare
Sorry, something went wrong.
No results found
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
25 Nov 20:47
Compare
Sorry, something went wrong.
No results found
Upgrade to TinyMCE 5.10.1
Confirmed support for Django 3.2
Repair the spellchecker plugin functionality.
3.3.0
25 Nov 20:46
Compare
Sorry, something went wrong.
No results found
Add support for Django 3.1
Improve detection of dynamically added formsets
Update configuration documentation
3.2.0
10 Dec 14:45
Compare
Sorry, something went wrong.
No results found
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
02 Oct 12:42
Compare
Sorry, something went wrong.
No results found
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
10 Apr 16:33
Compare
Sorry, something went wrong.
No results found
Upgrade to TinyMCE 5
Fix compressor
2.9.0
10 Apr 13:28
Compare
Sorry, something went wrong.
No results found
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
21 Jan 09:03
Compare
Sorry, something went wrong.
No results found
Fix AppRegistryNotReady exception. (#132 )