From be46a402efc1ffb3b9f34a85d63c9457aabfe10a Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 25 Nov 2021 20:49:36 +0100 Subject: [PATCH] 4.4.0 (#7619) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923e9d6856..1e9dde78b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.3.2...4.4.0) - 2021-11-25 +### Added +- [[#7617](https://github.com/sonata-project/SonataAdminBundle/pull/7617)] The ability to not add a `select` column when accessing to the List with AJAX. ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Deprecated +- [[#7617](https://github.com/sonata-project/SonataAdminBundle/pull/7617)] Template `src/Resources/views/CRUD/base_list_flat_field.html.twig` ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#7617](https://github.com/sonata-project/SonataAdminBundle/pull/7617)] Template `src/Resources/views/CRUD/base_list_flat_inner_row.html.twig` ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [4.3.2](https://github.com/sonata-project/SonataAdminBundle/compare/4.3.1...4.3.2) - 2021-11-22 ### Fixed - [[#7608](https://github.com/sonata-project/SonataAdminBundle/pull/7608)] Accessing a non existing template variable in list_footer block when the list_table block is overriden ([@VincentLanglet](https://github.com/VincentLanglet))