Skip to content

Releases: sveetch/crispy-forms-foundation

0.8.0

Choose a tag to compare

@sveetch sveetch released this 20 May 17:14

Major release to remove deprecated supports

  • Drop Python2 support, minimal Python version support is 3.5;
  • Drop support for Django prior to 2.0;
  • Drop support for django-crispy-forms prior to 1.8.1;
  • Drop support for Foundation 5;
  • Ensure support for Django 2.2 and 3.0;
  • Ensure support for django-crispy-forms to 1.9.1;
  • Removed everything about Foundation 5;

0.7.1

Choose a tag to compare

@sveetch sveetch released this 30 May 23:47

Minor release to add support for Django 2.2

0.6.4

Choose a tag to compare

@sveetch sveetch released this 28 Jul 22:44

Minor release to fix support for Django 1.11 for ButtonGroup.

0.6.3

Choose a tag to compare

@sveetch sveetch released this 15 Jul 23:43

This release adds some bugfixes with Abide, new button objects that will replace the old ones a release and Foundation5 support will be removed for the next (non bugfix) release.

0.6.2

Choose a tag to compare

@sveetch sveetch released this 02 Jul 23:22

Minor release for validating Django 1.11 support

0.6.1

Choose a tag to compare

@sveetch sveetch released this 02 Jul 23:08

Updated tests structure and documentation to ease development and testing.

0.6.0

Choose a tag to compare

@sveetch sveetch released this 11 Feb 22:06
  • Added Foundation 6 support;
  • Improved documentation;
  • Added some unittests;

0.5.5

Choose a tag to compare

@sveetch sveetch released this 01 Feb 10:26

Better code quality, some unittests, fixed support for Python 2.7 to 3.5 and Django 1.8 to 1.10

0.5.4

Choose a tag to compare

@sveetch sveetch released this 29 Feb 12:32

Fix release for AccordionHolder and TabHolder