Sullivan SENECHAL %!s(int64=7) %!d(string=hai) anos
pai
achega
f9efb1a88d
Modificáronse 2 ficheiros con 27 adicións e 0 borrados
  1. 24 0
      CHANGELOG.md
  2. 3 0
      UPGRADE-3.x.md

+ 24 - 0
CHANGELOG.md

@@ -2,6 +2,30 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## [3.21.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.20.1...3.21.0) - 2017-08-14
+### Added
+- Allow label icon on CRUD list table headers.
+- Allow to disable label on CRUD list table heades.
+- multidimensional arrays support in show array
+- inline option in list array
+- Added checkbox range selection with shift + click
+- Added the persistence independent association templates
+- Added Latvian translation of the bundle
+
+### Changed
+- Check for `ChildDefinition` instance when possible instead of `DefinitionDecorator` which got deprecated on Symfony 3.3
+
+### Deprecated
+- `ModelChoiceList` in favor of `ModelChoiceLoader`
+
+### Fixed
+- Fixes potentially wrong scheme in the sidebar urls by using relative urls
+- Fixed choice field mask type javascript in the twig templates to works with immutable array form types
+- `ServiceManipulator` now adds `public: true` to service declaration by default
+- Fixed deprecation for Sf 3. support
+- Sidebar menu elements are active when the current route is a child admin.
+- Take admin annotation id into account
+
 ## [3.20.1](https://github.com/sonata-project/SonataAdminBundle/compare/3.20.0...3.20.1) - 2017-06-27
 ### Fixed
 - Fixed undefined `view_group` variable in show template

+ 3 - 0
UPGRADE-3.x.md

@@ -1,6 +1,9 @@
 UPGRADE 3.x
 ===========
 
+UPGRADE FROM 3.20 to 3.21
+=========================
+
 ## Deprecated ModelChoiceList class in favor of ModelChoiceLoader
 
 The `ModelChoiceList` class is no longer supported. Please use the `ModelChoiceLoader` class instead.