Skip to content

Releases: django-cms/djangocms-frontend

1.1.9

02 Oct 23:14
74f08d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

1.1.8

05 Sep 07:57
68d7120
Compare
Choose a tag to compare

What's Changed

  • fix: Keep the aspect ratio of uploaded images if only one of width or height is set. by @fsbraun in #150

Full Changelog: 1.1.7...1.1.8

1.1.7

03 Aug 20:05
e5c459c
Compare
Choose a tag to compare
  • Fix bug: set proper image target link in template
  • Feature: Add Spanish translations

1.1.6

27 Jul 11:49
b4e8536
Compare
Choose a tag to compare
  • Fix incomplete migration of code plugins from djangocms-bootstrap4
  • Add compiled French locale (*.mo)
  • Add partial Dutch locale

1.1.5

14 Jul 13:59
646c715
Compare
Choose a tag to compare
  • Fix bug where url for link select2 field was lost after app hook reload (#135)
  • Use bg-body class on Bootstrap 5's tab navigation to support color modes (#138)
  • Fix styling of icon buttons for better usager with plain django admin style (#141)

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