Skip to content

Commit

Permalink
Merge 2.x into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Nov 23, 2023
2 parents f8d6401 + 0afb11e commit 8e53996
Show file tree
Hide file tree
Showing 11 changed files with 2,711 additions and 2,108 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.0](https://github.com/sonata-project/form-extensions/compare/2.1.0...2.2.0) - 2023-11-22
### Changed
- [[#463](https://github.com/sonata-project/form-extensions/pull/463)] Updated and built all npm packages to the newest ones ([@haivala](https://github.com/haivala))

## [2.1.0](https://github.com/sonata-project/form-extensions/compare/2.0.0...2.1.0) - 2023-09-29
### Added
- [[#455](https://github.com/sonata-project/form-extensions/pull/455)] CollectionType btn_translation_domain option ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down
4,800 changes: 2,696 additions & 2,104 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Resources/public/379.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Bridge/Symfony/Resources/public/46.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Bridge/Symfony/Resources/public/571.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Bridge/Symfony/Resources/public/684.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Resources/public/696.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Resources/public/873.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Resources/public/982.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/Bridge/Symfony/Resources/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
"bundles/sonataform/873.js": "/bundles/sonataform/873.js",
"bundles/sonataform/610.js": "/bundles/sonataform/610.js",
"bundles/sonataform/152.js": "/bundles/sonataform/152.js",
"bundles/sonataform/46.js": "/bundles/sonataform/46.js",
"bundles/sonataform/684.js": "/bundles/sonataform/684.js",
"bundles/sonataform/650.js": "/bundles/sonataform/650.js",
"bundles/sonataform/653.js": "/bundles/sonataform/653.js",
"bundles/sonataform/982.js": "/bundles/sonataform/982.js",
"bundles/sonataform/833.js": "/bundles/sonataform/833.js",
"bundles/sonataform/571.js": "/bundles/sonataform/571.js",
"bundles/sonataform/202.js": "/bundles/sonataform/202.js",
"bundles/sonataform/935.js": "/bundles/sonataform/935.js",
"bundles/sonataform/994.js": "/bundles/sonataform/994.js",
Expand Down
1 change: 1 addition & 0 deletions src/Type/BasePickerType.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ abstract class BasePickerType extends AbstractType implements LocaleAwareInterfa
*/
private const LOCALIZATION_OPTIONS = [
'locale' => 'string',
'hourCycle' => 'string',
];

/**
Expand Down

0 comments on commit 8e53996

Please sign in to comment.