Added
- [#7364]
FormMapper
now implements theBlockBundle/FormMapper
interface (@VincentLanglet) - [#7348] Support for POST request to deleteAction. (@VincentLanglet)
- [#7351] Added second parameter to
AdminInterface::getPersistentParameter()
(@VincentLanglet) - [#7205] Added missing generic phpdoc for
AdminInterface::getSubject()
method (@franmomu)
Changed
- [#7358] Icon for filters (@VincentLanglet)
- [#7310] Remove unused code and add some
final
keyword (@VincentLanglet) - [#7252] Add final to multiple method of CRUDController (@VincentLanglet)
- [#7345] Make
getPreviousFilter()
non nullable (@VincentLanglet) - [#7347] Block_search_result.html.twig now display all the possible filter and not only the matching ones. (@VincentLanglet)
- [#7238]
isXmlHttpRequest()
,redirectTo()
,isPreviewApproved()
,isInPreviewMode()
,isPreviewDeclined()
,validateCsrfToken()
signatures. They now require to pass the request as first argument. (@VincentLanglet) - [#7241] Changed argument 1 of
SessionFilterPersister::__construct()
fromSessionInterface
toRequestStack
(@franmomu) - [#7220] All the protected property of the AsbtractAdmin with a specific setter are now private. (@VincentLanglet)
Fixed
- [#7350] Fixed behavior of placeholder (empty value) for select2 choice fields (@dmaicher)
- [#7330] Fix for not showing placeholder when using Select2 with ChoiceType (@VincentLanglet)
- [#7342] Fixed broken javascript using
select2
(@franmomu) - [#7193] Scroll lag on Safari due to refreshNavbarStuckClass call. (@moostrich)
- [#7253] Allow relative path to resources (@jderusse)
- [#7249] "multiple" option of AutocompleteType (@willemverspyck)
- [#7219] Fix the css of sort arrows in lists. (@Laffesz)
- [#7224] Focus on Select2 or CKEditor in modal dialog (@willemverspyck)
- [#7208] Fixed
keep_open
option to always keep open a group menu (@franmomu) - [#7202] Missing comma & bracket (@cecicifu)
- [#7198] Pagination results per page selector (@1ed)
Removed
- [#7354] Removed support for Symfony 5.2 (@jordisala1991)
- [#7354] Removed support for SensioFrameworkExtraBundle < 6.1 (@jordisala1991)
- [#7319] Properties and getters validation from ExplainAdminCommand. (@VincentLanglet)
- [#7238]
CRUDController::getRequest()
method (@VincentLanglet)