Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/form from 5.1.8 to 5.2.0 #686

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps symfony/form from 5.1.8 to 5.2.0.

Release notes

Sourced from symfony/form's releases.

v5.2.0

Changelog (symfony/form@v5.2.0-RC2...v5.2.0)

  • bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)
  • bug #39119 prevent duplicated error message for file upload limits (xabbuh)
  • bug #39099 ignore the pattern attribute for textareas (xabbuh)

v5.2.0-RC2

Changelog (symfony/form@v5.2.0-RC1...v5.2.0-RC2)

  • bug #38387 prevent hash collisions caused by reused object hashes (fancyweb, xabbuh)

v5.2.0-RC1

Changelog (symfony/form@v5.2.0-BETA3...v5.2.0-RC1)

  • no changes

v5.1.9

Changelog (symfony/form@v5.1.8...v5.1.9)

  • bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)
  • bug #39119 prevent duplicated error message for file upload limits (xabbuh)
  • bug #39099 ignore the pattern attribute for textareas (xabbuh)
  • bug #38387 prevent hash collisions caused by reused object hashes (fancyweb, xabbuh)
Changelog

Sourced from symfony/form's changelog.

5.2.0

  • Added support for using the {{ label }} placeholder in constraint messages, which is replaced in the ViolationMapper by the corresponding field form label.
  • Added DataMapper, ChainAccessor, PropertyPathAccessor and CallbackAccessor with new callable getter and setter options for each form type
  • Deprecated PropertyPathMapper in favor of DataMapper and PropertyPathAccessor
  • Added a html5 option to MoneyType and PercentType, to use <input type="number" />

5.1.0

  • Deprecated not configuring the rounding_mode option of the PercentType. It will default to \NumberFormatter::ROUND_HALFUP in Symfony 6.
  • Deprecated not passing a rounding mode to the constructor of PercentToLocalizedStringTransformer. It will default to \NumberFormatter::ROUND_HALFUP in Symfony 6.
  • Added collection_entry block prefix to CollectionType entries
  • Added a choice_filter option to ChoiceType
  • Added argument callable|null $filter to ChoiceListFactoryInterface::createListFromChoices() and createListFromLoader() - not defining them is deprecated.
  • Added a ChoiceList facade to leverage explicit choice list caching based on options
  • Added an AbstractChoiceLoader to simplify implementations and handle global optimizations
  • The view_timezone option defaults to the model_timezone if no reference_date is configured.
  • Implementing the FormConfigInterface without implementing the getIsEmptyCallback() method is deprecated. The method will be added to the interface in 6.0.
  • Implementing the FormConfigBuilderInterface without implementing the setIsEmptyCallback() method is deprecated. The method will be added to the interface in 6.0.
  • Added a rounding_mode option for the PercentType and correctly round the value when submitted
  • Deprecated Symfony\Component\Form\Extension\Validator\Util\ServerParams in favor of its parent class Symfony\Component\Form\Util\ServerParams
  • Added the html5 option to the ColorType to validate the input
  • Deprecated NumberToLocalizedStringTransformer::ROUND_* constants, use \NumberFormatter::ROUND_* instead

5.0.0

  • Removed support for using different values for the "model_timezone" and "view_timezone" options of the TimeType without configuring a reference date.
  • Removed the scale option of the IntegerType.
  • Using the date_format, date_widget, and time_widget options of the DateTimeType when the widget option is set to single_text is not supported anymore.
  • The format option of DateType and DateTimeType cannot be used when the html5 option is enabled.
  • Using names for buttons that do not start with a letter, a digit, or an underscore throw an exception
  • Using names for buttons that do not contain only letters, digits, underscores, hyphens, and colons throw an exception.
  • removed the ChoiceLoaderInterface implementation in CountryType, LanguageType, LocaleType and CurrencyType
  • removed getExtendedType() method of the FormTypeExtensionInterface
  • added static getExtendedTypes() method to the FormTypeExtensionInterface
  • calling to FormRenderer::searchAndRenderBlock() method for fields which were already rendered throw a BadMethodCallException
  • removed the regions option of the TimezoneType
  • removed the $scale argument of the IntegerToLocalizedStringTransformer
  • removed TemplatingExtension and TemplatingRendererEngine classes, use Twig instead
  • passing a null message when instantiating a Symfony\Component\Form\FormError is not allowed
  • removed support for using int or float as data for the NumberType when the input option is set to string

4.4.0

Commits
  • b01ac08 Merge branch '5.1' into 5.2
  • 56847a7 Merge branch '4.4' into 5.1
  • 214e940 minor #39036 Add Romanian missing translations (gabiudrescu)
  • 6ba2376 Add Romanian missing translations
  • 5179fcf bug #39068 [DependencyInjection][Translator] Silent deprecation triggered by ...
  • 3261ce1 [DependencyInjection][Translator] Silent deprecation triggered by libxml_disa...
  • fc95078 bug #39119 [Form] prevent duplicated error message for file upload limits (xa...
  • 4ee3bd5 prevent duplicated error message for file upload limits
  • 3a15b03 ignore the pattern attribute for textareas
  • 6327575 Merge branch '5.1' into 5.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [symfony/form](https://github.com/symfony/form) from 5.1.8 to 5.2.0.
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/5.x/CHANGELOG.md)
- [Commits](symfony/form@v5.1.8...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codeclimate
Copy link

codeclimate bot commented Dec 1, 2020

Code Climate has analyzed commit 972cd76 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 21.5% (0.0% change).

View more on Code Climate.

@dependabot-preview dependabot-preview bot merged commit 1db2314 into master Dec 1, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/symfony/form-5.2.0 branch December 1, 2020 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependency Dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant