v8.0.0-BETA1
Pre-release
Pre-release
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)