Releases: django-crispy-forms/crispy-bootstrap5
Releases · django-crispy-forms/crispy-bootstrap5
2024.10
- Added support for Django 5.1.
- Fixed
accordion.html
,accordion-group.html
andtab.html
templates to rendercss_class
attribute. - Dropped support for django-crispy-forms 2.2 and earlier.
- FormActions template improvements. The template now considers the
css_class
argument and adds therow
class for Horizontal forms.
2024.2
2023.10
2023.10 (2023-10-2023)
- 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.
Version 0.7
What's Changed
- Updated alert for Bootstrap5 by @smithdc1 in #81
- Add missing class to checkbox wrapper by @djw in #83
- Fix help text not rendering as "safe" by @Archmonger in #93
- Update Django/Python versions in Automated Tests by @jmoppel in #100
- Fix label text for required Floating Fields by @jmoppel in #101
- Fix table formset checkbox by @JimiRecard in #107
- Added support for Django 4.1 by @smithdc1 in #111
- Fixed field_class applied two times for field_file #108 by @smithdc1 in #113
- Updated required Django version. by @smithdc1 in #112
- Fixed CSP issues #102 by @smithdc1 in #115
- FieldWithButtons space issue by @smithdc1 in #116
- Used
form-text
for help_text by @smithdc1 in #117 - Move radio checkbox select help text out of div by @pickfire in #123
- Release 0.7 by @smithdc1 in #124
New Contributors
- @djw made their first contribution in #83
- @Archmonger made their first contribution in #93
- @jmoppel made their first contribution in #100
- @pickfire made their first contribution in #123
Full Changelog: 0.6...0.7
Version 0.6
0.6 (2021-09-28)
- Added Django 4.0 support
Version 0.5
0.5 (2021-08-20)
- Added support for Accordion Flush and Always Open (#63)
- Added support for grouped inputs (#64)
- Added support for clearable file field (#53)
- Removed various
|safe
filters in templates
See Milestones for full changelog.
Version 0.4
0.4 (2021-05-27)
- 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.
Version 0.3.1
- Fixed classes for
row
layout object (#36)
See Milestones for full changelog.
Version 0.3
- Fixed rendering of select widgets (#31)
See Milestones for full changelog.
Version 0.2
- 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.