Releases: django-crispy-forms/crispy-tailwind
Releases · django-crispy-forms/crispy-tailwind
Crispy-Tailwind 1.0.3
- Fixed stray closing divs in template files (second try 😅)
Crispy-Tailwind 1.0.2
- Fixed stray closing divs in template files
Crispy-Tailwind 1.0.1
- Add
build_attrs
filter totailwind_filters.py
- Add
attrs.html
template for Tailwind layout - Refactor
select.html
andselect_option.html
templates - Add ID attribute to
select
elements
Thanks to @blasferna, @GitRon, and @justinmayer for their contributions! 🌟
Crispy-Tailwind 1.0.0
- Added support for Django 5.0 (#142)
- Added support for Python 3.11 and 3.12 (#142)
- Added support for Python 3.10 (#116)
- Added support for Django 4.2 (#135)
- Dropped support for Django 2.2 (#116)
- Dropped support for Django 3.2, 4.0 and 4.1 (#138)
- Dropped support for Python 3.6 (#116)
- Dropped support for Python 3.7 (#135)
- Increased minimum supported django-crispy-forms version to 2.0 (#135)
- Added docs about Tailwind CLI template discovery management command (#144)
- Fixed bug with select template and disabled property (#118)
Crispy-Tailwind 0.5.0
- Added support for custom widgets (#92)
- Confirmed support for Django 3.2 (#91)
- Dropped support for Django 3.1 (#91)
See Release Notes for full change log.
Crispy-Tailwind 0.4.0
- Fixed compatibility with django-crispy-forms 1.11.2 (#86)
- Fixed field names when using formsets (#84)
See Release Notes
for full change log.
Crispy-Tailwind 0.3.0
Crispy-Tailwind 0.2.0
- Support for Formsets
- Prepended and Appended inputs
- Customisable buttons
- Much improved test coverage
- Improved documentation. Docs now include details on how to use the majority
of the core layout objects, crispy filter and add-on
See Release Notes for full change log.
Crispy-Tailwind 0.1.0
0.1 (2020-06-09)
- First Release, please do come and test!
- Opinionated forms can be rendered with crispy filter
- Limited set of layout objects are also available for crispy tags, also with
opinionated rendering.
See Release Notes for full change log