Skip to content

Releases: jazzband/django-tinymce

4.1.0

21 Jun 07:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

22 Apr 14:11
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Upgrade to TinyMCE 5.10.1
  • Confirmed support for Django 3.2
  • Repair the spellchecker plugin functionality.

3.3.0

25 Nov 20:46
3.3.0
6f26421
Compare
Choose a tag to compare
  • Add support for Django 3.1
  • Improve detection of dynamically added formsets
  • Update configuration documentation

3.2.0

10 Dec 14:45
3.2.0
1faf523
Compare
Choose a tag to compare
  • 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
3.1.0
f2d1dc1
Compare
Choose a tag to compare
  • 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
3.0.1
549113a
Compare
Choose a tag to compare
  • Upgrade to TinyMCE 5
  • Fix compressor

2.9.0

10 Apr 13:28
2.9.0
c1f5ed9
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Fix AppRegistryNotReady exception. (#132)