Releases: sonata-project/SonataAdminBundle
Releases · sonata-project/SonataAdminBundle
3.42.1
3.42.0
3.41.0
3.40.3
Added
- Added missing polish translation for
link_edit
Fixed
- Change icon on list column sorting
- invalid html in the export links list
- FrameworkBundle redirect action notation to the current syntax
- BC break when baseControllerName uses bundle notation with subfolder
3.40.2
Fixed
- Add display of missing
sonata_help
on many form type - confirm_exit, use_select2, use_icheck and use_stickyforms settings.
make:sonata:admin
not working- Moved the JS config in a meta tag in head section of the sonata_layout twig file
3.40.1
3.40.0
Added
- Added
Admin
object reference to javascriptwindow
object - Added
RuntimeException
message forCreate
andShow
actions fromCRUDController
- Added a new maker to generate admin class, controller and service definition
Fixed
- Added support for moment.js French language
Pool::getInstance
will always return a valid admin instance- Fixed controller reference deprecations
Removed
- Removed inline scripts for
SONATA_CONFIG
andSONATA_TRANSLATIONS
3.39.0
Added
- An affirmative grant checker for Twig
- Translation file for
zh_HK
(Traditional Chinese).
Fixed
- Updated Luxembourgish translations
- Fixed negative admin unique id on 32 bits platforms
- Fixed iCheck inputs not triggering change event
- Fixed issue with
getNbResults
return negative result, if there where no results - Dashboard block security was expected to be checked affirmatively rather than unanimously
Changed
- moved
symfony/class-loader
intorequire-dev
section of composer - Use
Admin::getUniqid()
to generate HTML tab id
Deprecated
CreateClassCacheCommand
is deprecated