fix(deps): update dependency crispy-bootstrap5 to v2025
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
crispy-bootstrap5 (changelog) |
~0.7 -> ~2025.4
|
Release Notes
django-crispy-forms/crispy-bootstrap5 (crispy-bootstrap5)
v2025.4
- Added Python 3.13 support.
- Added support for Django 5.2. This required the following template changes:
- Added
aria-describedby
to<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
v2024.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.
v2024.2
- Added support for Switches. (#162)
- Used
<fieldset>
and<legend>
to group related inputs. - Added modal template.
v2023.10
- 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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.