Skip to content

Commit 08b3907

Browse files
4.21.0
1 parent 6565fd0 commit 08b3907

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.21.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.20.0...4.21.0) - 2022-11-09
6+
### Added
7+
- [[#7960](https://github.com/sonata-project/SonataAdminBundle/pull/7960)] Added support for `doctrine/collections` 2 ([@franmomu](https://github.com/franmomu))
8+
9+
### Changed
10+
- [[#7962](https://github.com/sonata-project/SonataAdminBundle/pull/7962)] Made `AbstractAdmin::setSubject()` use `getModelClass()` instead of `getClass()` to check is the subject is allowed ([@7ochem](https://github.com/7ochem))
11+
12+
### Fixed
13+
- [[#7963](https://github.com/sonata-project/SonataAdminBundle/pull/7963)] Fix `appendFormFieldElement` on nested collection named the same as one of the parent fields ([@fgueguen](https://github.com/fgueguen))
14+
- [[#7961](https://github.com/sonata-project/SonataAdminBundle/pull/7961)] Fixes ChoiceFieldMaskType behavior inside CollectionType ([@Darkabso](https://github.com/Darkabso))
15+
- [[#7952](https://github.com/sonata-project/SonataAdminBundle/pull/7952)] Fix an issue that an exception will be thrown by `Pool::getAdminByClass()` when the admin code is different from its service id. ([@tamcy](https://github.com/tamcy))
16+
- [[#7952](https://github.com/sonata-project/SonataAdminBundle/pull/7952)] Fix a typo in the deprecation message which is triggered when multiple `sonata.admin` tags are found in the same service definition. ([@tamcy](https://github.com/tamcy))
17+
518
## [4.20.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.19.0...4.20.0) - 2022-10-20
619
### Added
720
- [[#7937](https://github.com/sonata-project/SonataAdminBundle/pull/7937)] Allow manually reorder tagged admin services using the `priority` attribute. ([@tamcy](https://github.com/tamcy))

0 commit comments

Comments
 (0)