|
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [3.1.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.0.0...3.1.0) - 2016-05-17
|
|
## [3.1.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.0.0...3.1.0) - 2016-05-17
|
|
### Added
|
|
### Added
|
|
-- Added AbstractAdmin, replacing Admin
|
|
|
|
|
|
+- Added `AbstractAdmin` class, replacing `Admin` one
|
|
- Added `BaseMapper::keys` method
|
|
- Added `BaseMapper::keys` method
|
|
|
|
|
|
### Changed
|
|
### Changed
|
|
@@ -14,8 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
- `RouteCollection::clearExcept` can now have a single string argument
|
|
- `RouteCollection::clearExcept` can now have a single string argument
|
|
|
|
|
|
### Deprecated
|
|
### Deprecated
|
|
-- Deprecated `BaseFieldDescription::camelize()`
|
|
|
|
-- Deprecated `AdminHelper::camelize()`
|
|
|
|
|
|
+- Deprecated `BaseFieldDescription::camelize`
|
|
|
|
+- Deprecated `AdminHelper::camelize`
|
|
- Deprecated `Admin` class
|
|
- Deprecated `Admin` class
|
|
- Deprecated `AdminExtension` class
|
|
- Deprecated `AdminExtension` class
|
|
- Deprecated default template loading on exception mechanism
|
|
- Deprecated default template loading on exception mechanism
|
|
@@ -41,7 +41,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
- CSS class `sonata-autocomplete-dropdown-item` is not automatically added to dropdown
|
|
- CSS class `sonata-autocomplete-dropdown-item` is not automatically added to dropdown
|
|
autocomplete item in `sonata_type_model_autocomplete`, use option `dropdown_item_css_class`
|
|
autocomplete item in `sonata_type_model_autocomplete`, use option `dropdown_item_css_class`
|
|
to set the CSS class of dropdown item.
|
|
to set the CSS class of dropdown item.
|
|
-- Text from Admin's toString method is escaped for html output before adding in flash message to prevent possible XSS vulnerability.
|
|
|
|
|
|
+- Text from `Admin::toString` method is escaped for html output before adding in flash message to prevent possible XSS vulnerability.
|
|
|
|
|
|
### Removed
|
|
### Removed
|
|
- Remove `btn-outline` from doctrine-orm-admin form actions buttons
|
|
- Remove `btn-outline` from doctrine-orm-admin form actions buttons
|