|
@@ -2,6 +2,25 @@
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
+## [3.17.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.16.0...3.17.0) - 2017-04-25
|
|
|
+### Added
|
|
|
+- Added editable support for association fields from type choice in `ListMapper`
|
|
|
+- Added also new `class` option for field description
|
|
|
+- Translation can now be disabled on specific form fields
|
|
|
+
|
|
|
+### Changed
|
|
|
+- Changed GroupMenuProvider::get to setDisplay(false) on menuItem if on_top used and no items could be displayed
|
|
|
+
|
|
|
+### Fixed
|
|
|
+- Fixed the bug that caused an error "The helper "dialog" is not defined." on Symfony3 with new `\Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelper` when you run command "sonata:admin:generate-object-acl".
|
|
|
+- Fixed issue on getExtendedType of MopaCompatibilityTypeFieldExtension and ChoiceTypeExtension because the method requires to return the fully-qualified class name (FQCN) since symfony version 2.8
|
|
|
+- `ModelType` have choices as values by default now on SF 2.7+.
|
|
|
+- Users without the `LIST` role can access the autocomplete items by configuring the `target_admin_access_action` option
|
|
|
+- Non existent `isSuperior` key on `FormView` error
|
|
|
+
|
|
|
+### Removed
|
|
|
+- recently introduced checkbox-disabling feature, which was not stable enough
|
|
|
+
|
|
|
## [3.16.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.15.1...3.16.0) - 2017-03-31
|
|
|
### Added
|
|
|
- Added `onTop` parameter on `@Admin` annotation
|