Changelog

Version 0.3.6

  • Add `ButtonGroup`_ to use Foundation’s Button groups instead of Button holder;
  • Add `Panel`_ layout element that act like a Div but add a panel css class name;

Version 0.3.5

Version 0.3.3

  • Fix bad template includes in some templates;

Version 0.3.2

Version 0.3.1

Version 0.3.0

Some backward incompatible change have been done, be sure to check them before upgrading.

  • Removed sample view, url and templates. If needed you can find a Django app sample on `crispy-forms-foundation-demo`_;
  • Moving foundation template pack name and its directory to foundation-3. You have to change your settings.CRISPY_TEMPLATE_PACK if you used the old one;
  • Add foundation-5 template pack, it is now the default template pack;
  • Removing camelcase on some css classes :
    • ctrlHolder has changed to holder;
    • buttonHolder has changed to button-holder;
    • asteriskField has changed to asterisk;
    • errorField has changed to error;
    • formHint has changed to hint;
    • inlineLabel has changed to inline-label;
    • multiField has changed to multiple-fields;