Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Releases: sonata-project/SonataCoreBundle

3.8.0

16 Dec 18:36
3.8.0
8e6bbe1
Compare
Choose a tag to compare

Added

  • Added Russian translations
  • Added twig extension for deprecating templates

Changed

  • Avoid inheritance from deprecated FormPass

Fixed

  • Deprecation about FormPass can now be avoided
  • Fixed deprecation message in ColorSelectorType

3.7.1

30 Nov 10:38
3.7.1
ab26c4f
Compare
Choose a tag to compare

Fixed

  • It is now allowed to install Symfony 4

3.7.0

19 Nov 18:37
3.7.0
d02ede4
Compare
Choose a tag to compare

Deprecated

  • the form mapping feature

Fixed

  • Register commands as services to prevent deprecation notices on Symfony 3.4
  • twig_truncate_filter, and twig_wordwrap_filter were broken
  • twig_truncate_filter, and twig_wordwrap_filter were not properly deprecated
  • forward-compatibility with sf4
  • form mapping feature removal on sf4, it is now properly disabled

3.6.0

04 Nov 20:51
3.6.0
d911899
Compare
Choose a tag to compare

Added

  • Added dp_option "dp_pick_date" in BasePickerType
  • Support of cocur/slugify 3.x

Changed

  • Changed template datepicker.html.twig to display the time icon

Fixed

  • missing form mapping for sonata_type_color
  • reusable test case Sonata\CoreBundle\Test\AbstractWidgetTestCase is now compatible with Symfony 3.4

Removed

  • Support for old versions of PHP and Symfony.

3.5.1

20 Sep 14:17
3.5.1
a8cc173
Compare
Choose a tag to compare

Fixed

  • Datagrid build form issue caused by a regression on release 3.5.0

3.5.0

19 Sep 15:30
3.5.0
592f82c
Compare
Choose a tag to compare

Added

  • New ColorType form type that should give us easier color picking functioanlity instead of choice field with color names

Changed

  • Removed add of FormFactoryCompilerPass when the option form.mapping.enabled is false

Deprecated

  • Class ColorSelectorType is deprecated and replaced by ColorType

Fixed

  • fixed Twig errors when using sonata_template_box without a translation domain
  • deprecation notices related to addClassesToCompile
  • Fixed deprecation notice in ColorSelectorType for Sf 3. support
  • Missing brazilian translations for color names and date_range messages.
  • Fixed passing empty translation domain to sonata_template_box

3.4.0

09 May 15:07
3.4.0
a1b8371
Compare
Choose a tag to compare

Added

  • Options for ImmutableArrayType are now validated, which should yield better results.

Fixed

  • compatibility with Symfony 3.3

3.3.0

23 Mar 12:43
3.3.0
d8f17c0
Compare
Choose a tag to compare

Added

  • sonata-project/datagrid-bundle dependency for Sonata\CoreBundle\ModelPageableManagerInterface

Fixed

  • deprecation notices in AbstractWidgetTestCase

3.2.0

20 Jan 09:26
3.2.0
b15998d
Compare
Choose a tag to compare

Added

  • Twig 2.0 compatibility
  • Missing bootstrap datepicker options (dp_collapse, dp_calendar_weeks, dp_view_mode)

Changed

  • Moment library updated from 2.10.6 to 2.17.1

Deprecated

  • The truncate service was deprecated

3.1.2

09 Dec 13:16
3.1.2
e2a80a5
Compare
Choose a tag to compare

Added

  • Added dutch (nl) date_range translations

Changed

  • Use choice_translation_domain in BooleanType

Fixed

  • The abstract test case for testing widgets now works with Symfony 3.2

Updated

  • Updated Font Awesome from v4.6.3 to v4.7