Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 1.81 KB

CHANGELOG for crispy-tailwind

Next Release (tbc)

  • Added support for Python 3.10 (#116)
  • Added support for Django 4.0 (#116)
  • Dropped support for Django 2.2 (#116)
  • Dropped support for Python 3.6 (#116)

0.6 (2023-11-18)

  • Updated select and select_option templates
  • Added custom DateInput (requires Flowbite Datepicker)

0.5 (2021-04-21)

  • 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.

0.4 (2021-03-22)

  • Fixed compatibility with django-crispy-forms 1.11.2 (#86)
  • Fixed field names when using formsets (#84)

See Release Notes for full change log.

0.3 (2021-02-14)

  • Fixed non form errors (#77)
  • Various documentation improvements
  • Python 3.9 (#60) and Django 3.1 (#56) support

See Release Notes for full change log.

0.2 (2020-07-11)

  • 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.

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