- Confirmed support for Django 6.0.
- Dropped support for Django 4.2, 5.0 and 5.1.
- Added support for Python 3.14.
- Dropped support for Python 3.8 and 3.9.
<legend>elements now havefs-6class so they are the same font size as<labels>.
- Added Python 3.13 support.
- Added support for Django 5.2. This required the following template changes:
- Added
aria-describedbyto<fieldset>elements. - Added a parent
<div>for errors to allow them to be referenced byaria-describedby. This means error messages can now be read by screen reader users.
- Added
- Added support for Django 5.1.
- Fixed
accordion.html,accordion-group.htmlandtab.htmltemplates to rendercss_classattribute. - Dropped support for django-crispy-forms 2.2 and earlier.
- FormActions template improvements. The template now considers the
css_classargument and adds therowclass for Horizontal forms.
- Added support for Switches. (#162)
- Used
<fieldset>and<legend>to group related inputs. - Added modal template.
- Added Django 5.0 and 4.2 support
- Added Python 3.11 and 3.12 support
- Dropped Python 3.7 support
- Dropped Django 3.2, 4.0 and 4.1 support
- Switched to CalVer versioning
See Milestones for full change log.
- Added Django 4.1 support
See Milestones for for change list.
- Added Django 4.0 support
- Added support for Accordion Flush and Always Open (#63)
- Added support for grouped inputs (#64)
- Added support for clearable file field (#53)
- Removed various
|safefilters in templates
See Milestones for full changelog.
- Added support for Bootstrap 5 Floating Labels (#42)
- Dropped support for Django 3.0
- Added support for Django 3.2
See Milestones for full changelog.
- Fixed classes for
rowlayout object (#36)
See Milestones for full changelog.
- Fixed rendering of select widgets (#31)
See Milestones for full changelog.
- Tested for compatibility with Bootstrap5 Beta 1
- Fixed InlineField (#28)
- Implemented new Bootstrap5 accordion (#24)
- Improved tests and fixed rendering of blank attributes (#23)
See Milestones for full changelog.
- Initial release, compatibility with Bootstrap5 Alpha 3
- Converted templates from Bootstrap 4, and initial set of fixes
- Brought forward Bootstrap 4 test suite and updated for Bootstrap5
See Milestones for full changelog.