Releases: symfony/form
Releases · symfony/form
v7.3.6
Changelog (v7.3.5...v7.3.6)
- bug symfony/symfony#62237 [Form] Fix EnumType choice_label logic for grouped choices (@yoeunes)
v8.0.0-BETA2
Changelog (v8.0.0-BETA1...v8.0.0-BETA2)
- no significant changes
v7.4.0-BETA2
Changelog (v7.4.0-BETA1...v7.4.0-BETA2)
- no significant changes
v7.3.5
Changelog (v7.3.4...v7.3.5)
- bug symfony/symfony#61928 [Form] keep labels from configured choices (@xabbuh)
- bug symfony/symfony#61875 [Form] do not cast too big floats to int (@xabbuh)
v6.4.27
Changelog (v6.4.26...v6.4.27)
- bug symfony/symfony#61928 [Form] keep labels from configured choices (@xabbuh)
- bug symfony/symfony#61875 [Form] do not cast too big floats to int (@xabbuh)
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#60212 [Form] Add
FormFlowfor multistep forms management (@yceruto) - feature symfony/symfony#61837 [Form] Add new
active_at,not_active_atandlegal_tenderoptions toCurrencyType(@Crovitche-1623) - feature symfony/symfony#61528 [Validator] Allow using attributes to declare compile-time constraint metadata (@nicolas-grekas)
- feature symfony/symfony#61297 [Form] Add form type guesser for
EnumType(@mttsch) - feature symfony/symfony#60952 [Form] Remove BC layer from
ResizeFormListener(@OskarStark) - feature symfony/symfony#60960 [Form] Make
ResizeFormListener::postSetData()methodfinal(@OskarStark) - feature symfony/symfony#60922 [Form] Change
UrlTypedefault protocol (@OskarStark) - feature symfony/symfony#60776 [Console][FrameworkBundle] Remove deprecated
Application::add()methods (@HypeMC) - feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
- feature symfony/symfony#60697 Enforce return types on all components (@nicolas-grekas)
- feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
- feature symfony/symfony#60315 [Form] Add
input=date_pointtoDateTimeType,DateTypeandTimeType(@wkania)
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#60212 [Form] Add
FormFlowfor multistep forms management (@yceruto) - feature symfony/symfony#61837 [Form] Add new
active_at,not_active_atandlegal_tenderoptions toCurrencyType(@Crovitche-1623) - feature symfony/symfony#61528 [Validator] Allow using attributes to declare compile-time constraint metadata (@nicolas-grekas)
- feature symfony/symfony#61297 [Form] Add form type guesser for
EnumType(@mttsch) - feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
- feature symfony/symfony#60315 [Form] Add
input=date_pointtoDateTimeType,DateTypeandTimeType(@wkania)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.3
Changelog (v7.3.2...v7.3.3)
- bug symfony/symfony#61405 Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)