Skip to content

Commit 7f07dbf

Browse files
committed
3.32.0
1 parent c09933d commit 7f07dbf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [3.32.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.31.1...3.32.0) - 2018-02-28
6+
### Changed
7+
- Allow capturing of any link click inside of modal
8+
- batch checkbox is hidden when using the mosaic view in modal
9+
- whole mosaic item is now wrapped in a tag instead of just title
10+
- Make search result page less heavy
11+
12+
### Fixed
13+
- `ModelAutocompleteType` can now be used without a linked admin class
14+
- Compatibility with edit relation on list with PHPCR and MongoDB Sonata bundles
15+
- fix behaviour of `AbstractAdmin::preValidate` by relying on form event listener
16+
- Admins without global search filters will no longer be shown in the global search.
17+
- including wrong javascript code for associations modals
18+
- Fixed PHP warnings when `ChoiceFieldMaskType` option `map` is invalid or empty
19+
- Fixed javascript handling of `ChoiceFieldMaskType` when option `expanded` is `true`
20+
- Templates that rely on the `admin` variable in Twig can now use the `get_admin_template` function correctly.
21+
522
## [3.31.1](https://github.com/sonata-project/SonataAdminBundle/compare/3.31.0...3.31.1) - 2018-02-08
623
### Added
724
- Missing `getOwnerPermissions` to `AdminObjectAclData`

0 commit comments

Comments
 (0)