update changelog

This commit is contained in:
Simon Vieille 2022-05-09 14:32:51 +02:00
parent 99337b341f
commit bd7a2544e8
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,10 +9,13 @@
* CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param * CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param
* add grapesjs-component-code-editor and grapesjs-parser-postcss * add grapesjs-component-code-editor and grapesjs-parser-postcss
* hide the backoffice site name when small resolution * hide the backoffice site name when small resolution
* add entity_to_array twig function
### Fixed ### Fixed
* fix the mail notifier * fix the mail notifier
* fix sitemap: navigation with several domains * fix sitemap: navigation with several domains
* fix regression with editorjs: content not loaded * fix regression with editorjs: content not loaded
### Changed
* change default template to show an entity using `entity_to_array`
## [1.14.1] - 2022-04-30 ## [1.14.1] - 2022-04-30
### Added ### Added