Skip to content

Releases: django-cms/djangocms-frontend

1.1.4

28 May 17:59
4085dd5
Compare
Choose a tag to compare

Fixes css issues

1.1.3

26 May 17:18
0e90092
Compare
Choose a tag to compare
  • Add: Image is not text-enabled
  • Fix row and column admin style to work with Django admin themes that use flexbox.

1.1.2

25 Apr 19:44
7fe33fb
Compare
Choose a tag to compare

Fix asset loading for icon picker with whitenoise or other static file servers

1.1.1

18 Apr 21:09
4bf1d66
Compare
Choose a tag to compare
  • Django 4.2 compatibility
  • Allow accordion header size to unset resulting in an accordion item header with
    standard size (#119).
  • Fix a bug that overwrote image sizes by 640x400 if both width and height were given (#117).
  • Update of docs on how to correctly see IconPlugin instances in CKEDITOR (#115)
  • Add ruff as linter

1.1.0

11 Mar 15:49
1ea8be5
Compare
Choose a tag to compare
  • Add djangocms_frontend.contrib.icon
  • Fix a bug which lets a carousel not start on django CMS 4.0+
  • Update translations
  • Add tests for Django 4.2

Release v1.0.2

22 Feb 11:01
ef68863
Compare
Choose a tag to compare
  • Add missing form mixin for link plugin (allowing it to be extended)
  • Fix Link template choices from correct setting
  • Improve carousel form, remove illegal options for Bootstrap 5

Release 1.0.1

04 Nov 22:45
0b1241b
Compare
Choose a tag to compare
  • Add Django 4.0, 4.1 and Python 3.10, 3.11 support
  • Remove superfluous space in some tags
  • Fix figure and blockquote caption
  • Fix HTML injection security bug
  • Removed caption from Image plugin (use figure instead)
  • Fixed js bug for icon preview

Release 1.0

14 Sep 16:38
f569176
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.9.4...1.0

Release 0.9.4

24 Jun 08:55
441cbb3
Compare
Choose a tag to compare

Bug fixes
Deprecation of frontend-forms (to be spun off in separate package)

Release v.0.9.1

26 Apr 16:35
Compare
Choose a tag to compare

This release includes the new forms app.