Skip to content

Releases: sonata-project/SonataFormatterBundle

4.0.0

29 Sep 15:16
4.0.0
551b6c4
Compare
Choose a tag to compare

Added

  • PHP 7.1 type hints

Removed

  • ckeditor assets
  • support for PHP 5.5 through 7.0 was dropped
  • support for Symfony 2.8 through 3.3 was dropped

3.5.0

22 May 14:40
3.5.0
ce60680
Compare
Choose a tag to compare

Added

  • Added support for stylesSet (ivory_ck_editor configuration)
  • Added egeloen/ckeditor-bundle 6.0 dependency to composer.json

Deprecated

  • using of IvoryCKEditorBundle

Fixed

  • deprecations from the admin bundle about render vs renderWithExtraParams
  • Ckeditor toolbar config not loading

3.4.1

02 Feb 13:49
3.4.1
82846af
Compare
Choose a tag to compare

Changed

  • Switch all templates references to Twig namespaced syntax
  • Switch from templating service to sonata.templating

Fixed

  • Fixed form initialisation in sf3+

3.4.0

07 Dec 17:02
3.4.0
5519584
Compare
Choose a tag to compare

Added

  • Possibility to configure size of the image returned to ckeditor after upload.
  • Added Russian translations

Changed

  • Rollback to PHP 5.6 as minimum support.
  • Changed internal folder structure to src, tests and docs

Fixed

  • It is now allowed to install Symfony 4
  • Fix for getRuntime on Symfony older than 3.4

Removed

  • Removed BC layer for older symfony versions

3.3.0

22 Oct 21:16
3.3.0
8912d95
Compare
Choose a tag to compare

Removed

  • Support for old versions of PHP and Symfony.

3.2.3

19 Sep 14:53
3.2.3
9a821c1
Compare
Choose a tag to compare

Fixed

  • Fixed passing null to transformer

3.2.2

13 Jun 22:15
3.2.2
ee83a4e
Compare
Choose a tag to compare

Fixed

  • Fix the files browser view
  • Fixed twig 2 bug when updating rich text

3.2.1

23 Mar 12:50
3.2.1
9141232
Compare
Choose a tag to compare

Added

  • Added compatibility with 4.0 of admin bundle and media bundle
  • Add compatibility with egeloen/ckeditor-bundle 5.0

Fixed

  • Fixed issue with saving sonata.formatter.block.formatter when using within SonataAdminBundle (or Sonata sandbox project)
  • Twig 2.0 compatibility
  • Use request_stackif it is present on CkEditorAdminController
  • Improve the way we set custom formTheme for twig
  • Port minor fixes already applied on SonataMediaBundle media list

3.2.0

01 Mar 16:13
3.2.0
6abcbbe
Compare
Choose a tag to compare

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

3.1.0

30 Nov 09:36
3.1.0
93aa458
Compare
Choose a tag to compare

Added

  • Added SonataAdminBundle to suggest
  • Added SonataMediaBundle to suggest
  • Added support for PluginManagerInterface in FormatterType and SimpleFormatterType
  • Italian translation

Fixed

  • Fix overwriting formatter selection
  • Field with sonata_simple_formatter_type widget in a block in sonata page's composer doesn't update
  • Fixed FormatterType for Symfony >=3.0
  • Fixed duplicate translation on the format selector
  • Removed deprecation warning for AdminExtension usage.
  • Fixed usage of choice_translation_domain in FormatterType
  • SimpleFormatterType now compatible with Symfony 3

Removed

  • internal test classes are now excluded from the autoloader