Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.28.0 #8119

Merged
merged 1 commit into from
Oct 18, 2023
Merged

4.28.0 #8119

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.28.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.27.1...4.28.0) - 2023-10-19
### Changed
- [[#8116](https://github.com/sonata-project/SonataAdminBundle/pull/8116)] Automatically detect `base_template` and `admin` twig variable ([@core23](https://github.com/core23))

### Deprecated
- [[#8116](https://github.com/sonata-project/SonataAdminBundle/pull/8116)] Deprecate `CRUDController::renderWithExtraParams` method ([@core23](https://github.com/core23))
- [[#8116](https://github.com/sonata-project/SonataAdminBundle/pull/8116)] Deprecate `CRUDController::addRenderExtraParams` method ([@core23](https://github.com/core23))
- [[#8116](https://github.com/sonata-project/SonataAdminBundle/pull/8116)] Deprecate `CRUDController::getBaseTemplate` method ([@core23](https://github.com/core23))

### Fixed
- [[#8118](https://github.com/sonata-project/SonataAdminBundle/pull/8118)] Allow AdminExtractor to be used for abstract admins ([@core23](https://github.com/core23))
- [[#8115](https://github.com/sonata-project/SonataAdminBundle/pull/8115)] `GroupMapper::removeTab` and `GroupMapper::removeGroup` ([@VincentLanglet](https://github.com/VincentLanglet))

## [4.27.1](https://github.com/sonata-project/SonataAdminBundle/compare/4.27.0...4.27.1) - 2023-09-21
### Added
- [[#8105](https://github.com/sonata-project/SonataAdminBundle/pull/8105)] Allow to disable `icheck` and to be able to use still choice field mask with the expanded option ([@goetas](https://github.com/goetas))
Expand Down