|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/). |
4 | 4 |
|
| 5 | +## [3.5.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.4.0...3.5.0) - 2016-08-29 |
| 6 | +### Added |
| 7 | +- Export fields names are now translated |
| 8 | +- Added PL translations |
| 9 | +- Configuration to change the default route used to generate the link to the parent object inside a breadcrumb, when in a child admin |
| 10 | +- Docs for this configuration |
| 11 | +- Twig blocks to simplify the template override. |
| 12 | +- Added test for `AdminBundle\Menu\Matcher\Voter\ChildrenVoter` |
| 13 | +- Added class name support for `AbstractAdmin::configureDatagridFilters` |
| 14 | +- Added `ShowMapper::removeGroup` method |
| 15 | + |
| 16 | +### Changed |
| 17 | +- Changed css `margin-left: -20px` of checkbox. |
| 18 | +- Updated spanish batch confirmation message translation. |
| 19 | +- Changed injection of `$container` to `$adminPool` in `Twig/GlobalVariables` |
| 20 | +- use `RuntimeException` instead of non existing `RunTimeException` |
| 21 | +- `AbstractAdmin::setSubject` in order to check that given `$subject` matches registered admin class entity. |
| 22 | +- Added the action name to title_batch_confirmation translation. |
| 23 | +- Added the object name to message_delete_confirmation translation. |
| 24 | +- Added the action name to title_batch_confirmation translation. |
| 25 | +- Move actions buttons display logic from templates to `AbstractAdmin::configureActionButtons` |
| 26 | +- Moved translation of breadcrumbs to twig template |
| 27 | +- Moved translation of batch action_label to twig template |
| 28 | +- Move actions buttons display logic from templates to `AbstractAdmin::configureActionButtons` |
| 29 | +- Widget tests should extend `AbstractWidgetTestCase` |
| 30 | + |
| 31 | +### Deprecated |
| 32 | +- The `$container` property in `Twig/GlobalVariables` |
| 33 | + |
| 34 | +### Fixed |
| 35 | +- The "batch" checkbox at the top of the list would not work when iCheck is disabled. |
| 36 | +- Not working `read_only` option on Twig with Symfony 3 |
| 37 | +- Fixed PT-BR translations |
| 38 | +- XSS Vulnerability in breadcrumbs |
| 39 | +- Handle Symfony BC for Datagrid hidden types |
| 40 | +- Fixed duplicate translation for list filters |
| 41 | +- Fixed visibility of block `sonata_top_nav_menu` contents |
| 42 | +- Fix how metadata information are retrieved when admin information are dumped |
| 43 | +- Symfony 3 support in `AclMatrixType` |
| 44 | +- Symfony 3 type support in `AclMatrixType` |
| 45 | +- Fixed translation in browser titles breadcrumb |
| 46 | +- Fixed translation of entities in breadcrumb |
| 47 | +- Standardize the global form error |
| 48 | + |
| 49 | +### Removed |
| 50 | +- Internal test classes are now excluded from the autoloader |
| 51 | +- Removed unnecessary security checks in `standard_layout.html.twig` |
| 52 | + |
5 | 53 | ## [3.4.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.3.2...3.4.0) - 2016-07-05 |
6 | 54 | ### Added |
7 | 55 | - Support for select2 v4 (`select2.full.js` file is needed) |
|
0 commit comments