Skip to content

3.13.0

Compare
Choose a tag to compare
@greg0ire greg0ire released this 03 Dec 19:18
· 230 commits to 3.x since this release
3.13.0
72f1a2f

Added

  • All blocks containing sonata.block will be auto registered
  • Added EditableBlockService and FormMapper interfaces
  • Added Meta\Metadata class (import from CoreBundle)
  • Added Meta\MetadataInterface class (import from CoreBundle)
  • Added debug:sonata:block command alias for DebugBlocksCommand

Fixed

  • Allow autowiring blocks
  • Now the deprecated setDefaultSettings() for blocks is handled correctly.
    You should avoid using it in favor of configureSettings() but it will work
    and show the deprecated message.

Deprecated

  • Deprecated BlockServiceInterface::getJavascripts()
  • Deprecated BlockServiceInterface::getStylesheets()