Skip to content

Releases: django-crispy-forms/crispy-tailwind

Crispy-Tailwind 1.0.3

13 Feb 09:52
Compare
Choose a tag to compare
  • Fixed stray closing divs in template files (second try 😅)

Crispy-Tailwind 1.0.2

13 Feb 09:42
Compare
Choose a tag to compare
  • Fixed stray closing divs in template files

Crispy-Tailwind 1.0.1

06 Feb 13:15
Compare
Choose a tag to compare
  • Add build_attrs filter to tailwind_filters.py
  • Add attrs.html template for Tailwind layout
  • Refactor select.html and select_option.html templates
  • Add ID attribute to select elements

Thanks to @blasferna, @GitRon, and @justinmayer for their contributions! 🌟

Crispy-Tailwind 1.0.0

09 Jan 19:30
855b1a1
Compare
Choose a tag to compare
  • 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

14 Apr 06:59
Compare
Choose a tag to compare
  • 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

22 Mar 20:27
Compare
Choose a tag to compare
  • 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

14 Feb 20:50
8dc839d
Compare
Choose a tag to compare
  • Fixed non form errors (#77)
  • Various documentation improvements
  • Python 3.9 (#60) and Django 3.1 (#56) support

Crispy-Tailwind 0.2.0

11 Jul 19:07
4843a90
Compare
Choose a tag to compare
Crispy-Tailwind 0.2.0 Pre-release
Pre-release
  • 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

09 Jun 20:41
66fb6df
Compare
Choose a tag to compare
Crispy-Tailwind 0.1.0 Pre-release
Pre-release

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