Releases: symfony/form
Releases · symfony/form
v6.2.10
Changelog (v6.2.9...v6.2.10)
- bug symfony/symfony#50115 [FrameworkBundle] Make service edges unique (@rmikalkenas)
- bug symfony/symfony#50040 [Translation] Crowdin Bridge: Fix locale vs LanguageId (@peter Culka)
- bug symfony/symfony#50056 [Form] Fix "prototype_data" option creating duplicates instead of new lines (@Thorry84)
- bug symfony/symfony#48886 [Console] Fix computing column width containing multibyte chars (@cay89)
- bug symfony/symfony#47505 [Mime] Form field values with integer keys not resolved correctly (@claudiu-cristea)
- bug symfony/symfony#48837 [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message (@jvmanji)
- bug symfony/symfony#49317 [Messenger] Fix warning message on failed messenger show command (@gstapinato)
- bug symfony/symfony#49992 [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID (@Starfox64)
- bug symfony/symfony#48972 [HttpFoundation] Fix memory limit problems in BinaryFileResponse (@glady)
- bug symfony/symfony#48108 [PropertyAccess] Readonly properties must have no PropertyWriteInfo (@CasvanDongen)
- bug symfony/symfony#49009 [Form] Cast choices value callback result to string (@Matth--)
- bug symfony/symfony#49581 Avoid leading .. for temporary files from Filesystem recursive remove (@giosh94mhz)
v5.4.23
Changelog (v5.4.22...v5.4.23)
- bug #49009 Cast choices value callback result to string (Matth--)
v6.2.8
Changelog (v6.2.7...v6.2.8)
- bug #49835 CollectionType apply prototypeOptions to ResizeFormListener new fields (Thorry84)
v5.4.22
Changelog (v5.4.21...v5.4.22)
- no significant changes
v6.2.7
Changelog (v6.2.6...v6.2.7)
- bug #48965 Allow floats in html5 input type number field (wimhendrikx)
- bug #49459 Skip password hashing on empty password (Seb33300)
- bug #49267 Check for
RepeatedType
child inPasswordHasherListener
(MatTheCat) - bug #49208 Fix
PasswordHasherListener
to work with empty data (1ed)
v5.4.21
Changelog (v5.4.20...v5.4.21)
- bug #48965 Allow floats in html5 input type number field (wimhendrikx)
v6.2.5
Changelog (v6.2.4...v6.2.5)
- no significant changes
v6.0.19
Changelog (v6.0.18...v6.0.19)
- no significant changes
v5.4.19
Changelog (v5.4.18...v5.4.19)
- no significant changes
v6.2.3
Changelog (v6.2.2...v6.2.3)
- bug #48801 Make
ButtonType
handleform_attr
option (MatTheCat)