Skip to content

Releases: sveetch/crispy-forms-foundation

0.8.0

20 May 17:14
Compare
Choose a tag to compare

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

30 May 23:47
Compare
Choose a tag to compare

Minor release to add support for Django 2.2

0.6.4

28 Jul 22:44
Compare
Choose a tag to compare

Minor release to fix support for Django 1.11 for ButtonGroup.

0.6.3

15 Jul 23:43
Compare
Choose a tag to compare

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

02 Jul 23:22
Compare
Choose a tag to compare

Minor release for validating Django 1.11 support

0.6.1

02 Jul 23:08
Compare
Choose a tag to compare

Updated tests structure and documentation to ease development and testing.

0.6.0

11 Feb 22:06
Compare
Choose a tag to compare
  • Added Foundation 6 support;
  • Improved documentation;
  • Added some unittests;

0.5.5

01 Feb 10:26
Compare
Choose a tag to compare

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

0.5.4

29 Feb 12:32
Compare
Choose a tag to compare

Fix release for AccordionHolder and TabHolder