Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Releases: kbond/ZenstruckFormBundle

v1.6.0

08 Oct 14:24
Compare
Choose a tag to compare
  • 7515de9 Format code (replace tabs with spaces and align values) (Phil Kingston)
  • 98cbfe0 Add parameter for minimumInputLength (Phil Kingston)
  • 43beb04 update readme (fixes (#40) (Kevin Bond)
  • 7678d79 fix typo (fixes #39) (Kevin Bond)
  • 2a64750 Add form-control class on textarea form field (Maxime AILLOUD)
  • c0c9593 added more test environments (Kevin Bond)
  • 65c6c3b Fix javascript to call for working with form collection (Maxime AILLOUD)

v1.5.1

18 Apr 13:28
Compare
Choose a tag to compare
  • 718b285 switch from ZenstruckSlugifyBundle to CocurSlugifyBundle (Kevin Bond)
  • ad323de added changelog (Kevin Bond)

v1.5.0

15 Apr 13:15
Compare
Choose a tag to compare
  • 5eb8da6 Update README.md (doughayward0)
  • 0fe4ead Update README.md (doughayward0)
  • e0c7b72 Update README.md (doughayward0)
  • 1390ee8 Update README.md (doughayward0)
  • 863d860 Update README.md (doughayward0)
  • 76d791e Update README.md (doughayward0)
  • 62fec46 Update README.md (doughayward0)
  • be32a3f Add default value for extra parameter for BC (Maxime AILLOUD)
  • f5d5b54 Adding documentation for the new field option (Maxime AILLOUD)
  • 953d303 Allow the use of extra data for ajax request when using the ajax entity type field form (Maxime AILLOUD)
  • 3b88dbc Pass RouterInterface instead of Router itself (Guillaume Bornot)

v1.4.1

11 Dec 17:35
Compare
Choose a tag to compare

v1.4.0

10 Dec 14:26
Compare
Choose a tag to compare
  • 3f3b1c4 set travis to test symfony 2.4 (Kevin Bond)
  • 0aa54ea Simplify the way errors are displayed. (ngodfraind)
  • 1ab1392 Fixing form error pluralization. (ngodfraind)
  • f2944d0 Correct use of label_width (Maxime AILLOUD)
  • 57b4313 Remove useless space (Maxime AILLOUD)
  • 4306e7a Adding type form select field to have them the from-control class (Maxime AILLOUD)

v1.3.0

12 Sep 14:54
Compare
Choose a tag to compare
  • ac19769 adjusted formatting (Kevin Bond)
  • c5971be added theme options (Kevin Bond)
  • bd74aa5 Make the bootstrap3 form theme extend of symfony form_div_layout instead of botstrap 2 one + update for avoiding checkbox to get the form-control class (Maxime AILLOUD)
  • bdfeef5 added bootstrap3 form layout (Kevin Bond)
  • 7558d83 use depreciated method to be compatible with symfony 2.2 (Kevin Bond)
  • 0691171 fixed failing tests (Kevin Bond)
  • caeecee try to use property for displaying entity text (Kevin Bond)
  • d8d21f8 Bad quote on example (Maxime AILLOUD)
  • e3fa2c7 add a collection check (Kevin Bond)
  • 95e51eb #8 (Alexander Janssen)
  • 15aef11 Update for symfony2.3 (Alexander Janssen)
  • 1c33f21 added a currency widget (closes #6) (Kevin Bond)
  • 0f12c76 Symfony 2.3 (Alexander Janssen)
  • b859278 Subforms children can have it's own group too. (Alexander Janssen)
  • 36d5708 allow access to wrapped form's variables (Kevin Bond)
  • 1fbd2aa removed form error message (Kevin Bond)
  • b4ec722 fixed form errors block (Kevin Bond)
  • 79833cd remove "add" button when allow_add is false (Kevin Bond)
  • e1686dc [BC break] made compatible with symfony 2.3... (Kevin Bond)
  • 4420705 made test forward compatible (Kevin Bond)
  • 8c1c555 fixed typo (Kevin Bond)
  • 8d158b3 added note about Entity::__toString() (Kevin Bond)
  • 7a201ac added ability to order form groups (Kevin Bond)
  • 8014300 added GroupedFormView tests (Kevin Bond)
  • 8f9c866 added ability to add custom data to GroupedFormView (Kevin Bond)
  • 31466c1 updated readme [ci skip](Kevin Bond)
  • 92878e8 added blocks to grouped_form template to allow overriding (Kevin Bond)
  • 6c5c52e use --prefer-source for travis composer install (Kevin Bond)
  • fcc80df fixed failing test (Kevin Bond)
  • 3a69849 added branch alias (Kevin Bond)
  • e2e95df added --no-interaction to travis config composer install (Kevin Bond)
  • aa0249e require zend-crypt in dev (Kevin Bond)
  • 9a7d9d8 made zendframework/zend-crypt a soft requirement (Kevin Bond)