Skip to content

Releases: symfony/form

v6.0.9

27 May 07:43
v6.0.9
Compare
Choose a tag to compare

Changelog (v6.0.8...v6.0.9)

  • bug #46424 do not accept array input when a form is not multiple (xabbuh)
  • bug #46098 Fix same choice loader with different choice values (HeahDude)
  • bug #46216 fix populating single widget time view data with different timezones (xabbuh)

v5.4.9

27 May 07:14
v5.4.9
Compare
Choose a tag to compare

Changelog (v5.4.8...v5.4.9)

  • bug #46424 do not accept array input when a form is not multiple (xabbuh)
  • bug #46098 Fix same choice loader with different choice values (HeahDude)
  • bug #46216 fix populating single widget time view data with different timezones (xabbuh)

v4.4.42

27 May 07:08
v4.4.42
Compare
Choose a tag to compare

Changelog (v4.4.41...v4.4.42)

  • bug #46424 do not accept array input when a form is not multiple (xabbuh)
  • bug #46098 Fix same choice loader with different choice values (HeahDude)
  • bug #46216 fix populating single widget time view data with different timezones (xabbuh)

v6.1.0-RC1

14 May 18:42
v6.1.0-RC1
Compare
Choose a tag to compare
v6.1.0-RC1 Pre-release
Pre-release

Changelog (v6.1.0-BETA2...v6.1.0-RC1)

  • feature #46335 Add Twig filter, form-type extension and improve service definitions for HtmlSanitizer (nicolas-grekas)
  • bug #46216 fix populating single widget time view data with different timezones (xabbuh)

v6.1.0-BETA2

27 Apr 17:53
v6.1.0-BETA2
Compare
Choose a tag to compare
v6.1.0-BETA2 Pre-release
Pre-release

Changelog (v6.1.0-BETA1...v6.1.0-BETA2)

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

v6.0.8

27 Apr 17:29
v6.0.8
Compare
Choose a tag to compare

Changelog (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)

v5.4.8

27 Apr 17:25
v5.4.8
Compare
Choose a tag to compare

Changelog (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)

v4.4.41

27 Apr 17:19
v4.4.41
Compare
Choose a tag to compare

Changelog (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)

v6.1.0-BETA1

15 Apr 10:23
v6.1.0-BETA1
Compare
Choose a tag to compare
v6.1.0-BETA1 Pre-release
Pre-release

Changelog (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)

v6.0.7

02 Apr 07:04
v6.0.7
Compare
Choose a tag to compare

Changelog (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)