Throw when using DateTime or DateTimeImmutable model data with a different timezone than configured with the
model_timezone option in DateType, DateTimeType, and TimeType
Make the "widget" option of date/time form types default to "single_text"
Require explicit argument when calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage()
6.4
Deprecate using DateTime or DateTimeImmutable model data with a different timezone than configured with the
model_timezone option in DateType, DateTimeType, and TimeType
Deprecate PostSetDataEvent::setData(), use PreSetDataEvent::setData() instead
Deprecate PostSubmitEvent::setData(), use PreSubmitDataEvent::setData() or SubmitDataEvent::setData() instead
Add duplicate_preferred_choices option in ChoiceType
Add $duplicatePreferredChoices parameter to ChoiceListFactoryInterface::createView()
6.3
Don't render seconds for HTML5 date pickers unless "with_seconds" is explicitly set
Add a placeholder_attr option to ChoiceType
Deprecate not configuring the "widget" option of date/time form types, it will default to "single_text" in v7
6.2
Allow passing TranslatableInterface objects to the ChoiceView label
Allow passing TranslatableInterface objects to the help option
Deprecate calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage() without arguments
Change the signature of FormConfigBuilderInterface::setDataMapper() to setDataMapper(?DataMapperInterface)
Change the signature of FormInterface::setParent() to setParent(?self)
Add PasswordHasherExtension with support for hash_property_path option in PasswordType
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps symfony/form from 6.4.0-RC1 to 6.4.1.
Release notes
Sourced from symfony/form's releases.
Changelog
Sourced from symfony/form's changelog.
... (truncated)
Commits
10649ab
Merge branch '6.3' into 6.45afc733
Merge branch '5.4' into 6.39c13bf5
skip tests that do not work with ICU 71.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show