form

Allows to easily create, process and reuse HTML forms

MIT License

Downloads
103.7M
Stars
2.7K
Committers
505

Bot releases are hidden (Show)

form - v6.1.0-BETA2

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v6.1.0-BETA1...v6.1.0-BETA2)

  • bug #46149 Modify processing of uploaded files to be compatible with PHP 8.1 (p-golovin)
form - v6.0.8

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.7...v6.0.8)

  • bug #46149 Modify processing of uploaded files to be compatible with PHP 8.1 (p-golovin)
  • bug #40998 Use reference date in reverse transform (KDederichs)
  • bug #45909 reset Twig form theme resources between requests (xabbuh)
form - v5.4.8

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v5.4.7...v5.4.8)

  • bug #46149 Modify processing of uploaded files to be compatible with PHP 8.1 (p-golovin)
  • bug #40998 Use reference date in reverse transform (KDederichs)
  • bug #45909 reset Twig form theme resources between requests (xabbuh)
form - v4.4.41

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v4.4.40...v4.4.41)

  • bug #46149 Modify processing of uploaded files to be compatible with PHP 8.1 (p-golovin)
  • bug #40998 Use reference date in reverse transform (KDederichs)
form - v6.1.0-BETA1

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.7...v6.1.0-BETA1)

  • feature #45605 Add prototype_options to CollectionType (michaelKaefer)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #45371 Deprecate Constraint::$errorNames in favor of Constraint::ERROR_NAMES (nicolas-grekas)
  • feature #45101 Add inputmode attribute on NumberType (welcoMattic)
form - v6.0.7

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.6...v6.0.7)

  • bug #45696 Make FormErrorIterator generic (VincentLanglet)
  • bug #45702 Fix the usage of the Valid constraints in array-based forms (stof)
form - v5.4.7

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v5.4.6...v5.4.7)

  • bug #45696 Make FormErrorIterator generic (VincentLanglet)
  • bug #45702 Fix the usage of the Valid constraints in array-based forms (stof)
form - v4.4.40

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v4.4.39...v4.4.40)

  • bug #45909 reset Twig form theme resources between requests (xabbuh)
  • bug #45702 Fix the usage of the Valid constraints in array-based forms (stof)
form - v6.0.5

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.4...v6.0.5)

  • bug #45322 Fix generic type for FormErrorIterator (akalineskou)
  • bug #42253 Do not fix URL protocol for relative URLs (bogkonstantin)
form - v5.4.5

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v5.4.4...v5.4.5)

  • bug #45322 Fix generic type for FormErrorIterator (akalineskou)
  • bug #42253 Do not fix URL protocol for relative URLs (bogkonstantin)
form - v4.4.38

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v4.4.37...v4.4.38)

  • bug #42253 Do not fix URL protocol for relative URLs (bogkonstantin)
form - v6.0.3

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.2...v6.0.3)

  • bug #44939 UrlType should not add protocol to emails (GromNaN)
form - v5.4.3

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v5.4.2...v5.4.3)

  • bug #44939 UrlType should not add protocol to emails (GromNaN)
form - v5.3.14

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v5.3.13...v5.3.14)

  • bug #44939 UrlType should not add protocol to emails (GromNaN)
form - v4.4.37

Published by fabpot over 2 years ago

Changelog (https://github.com/symfony/form/compare/v4.4.36...v4.4.37)

  • bug #44939 UrlType should not add protocol to emails (GromNaN)
form - v6.0.2

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.1...v6.0.2)

  • bug #44764 Expand FormView key to include int (biozshock)
form - v5.4.2

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/form/compare/v5.4.1...v5.4.2)

  • bug #44764 Expand FormView key to include int (biozshock)
form - v5.3.13

Published by fabpot almost 3 years ago

form - v4.4.36

Published by fabpot almost 3 years ago

form - v6.0.1

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/form/compare/v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)