Skip to content

3.2.0

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 01 Mar 16:13
· 770 commits to 5.x since this release
3.2.0
6abcbbe

Added

  • Added the possibility to use templates defined in your ivory_ckeditor.yml in the sonata_formatter_type and sonata_simple_formatter_type
  • support for Twig 2.0

Deprecated

  • not specifying the default_formatter configuration node is deprecated
  • specifying a logger through the SonataFormatterBundle\Formatter\Pool constructor is deprecated in favor of specifying it through setLogger method
  • not specifying a default formatter to the SonataFormatterBundle\Formatter\Pool constructor

Fixed

  • Broken markitup header for rawhtml format in sonata_simple_formatter_type_widget
  • Remove wrong implements from TextFormatterExtension