Path to this page:
Subject: CVS commit: pkgsrc/www/py-djangocms-text-ckeditor
From: Adam Ciarcinski
Date: 2018-11-20 19:40:17
Message id: 20181120184017.D0835FB1F@cvs.NetBSD.org
Log Message:
py-djangocms-text-ckeditor: updated to 3.6.1
3.6.1:
Added Django 2.0 & 2.1 support
Updated setup.py to use html5lib>=0.999999999
Fixed ValueError on static file resolution at import time
3.6.0:
Changed the way ckeditor widget is initialized
3.5.3:
Updated CKEditor to 4.7.3
Added context to translation payload when dealing with TextPlugin instances
3.5.1:
Introduced support for django CMS 3.5.0
Fixed a regression which prevented multiple HTMLFields from having different \
configurations.
Fixed a bug where text coming from HtmlField was escaped when using it with \
other third party apps like django-parler.
Fixed a bug where dialog backdrop would've been incorrectly removed allowing for \
disallowed actions.
Fixed a bug when a dialog would open underneath maximized editor.
3.5.0:
Fixed an issue where the rendered HTML of plugins nested in text plugins leaked \
and became editable in some cases.
Updated CKEditor to 4.6.2
3.4.0:
Introduced support for the djangocms-history app.
Fixed an issue when CKEditor was triggering unnecessary delete-on-cancel \
requests after editing a plugin.
Fixed a bug which raised an exception when using a lazy object on the plugin \
configuration.
Files: