This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
Releases: sonata-project/SonataCoreBundle
Releases · sonata-project/SonataCoreBundle
3.8.0
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
Fixed
- It is now allowed to install Symfony 4
3.7.0
Deprecated
- the form mapping feature
Fixed
- Register commands as services to prevent deprecation notices on Symfony 3.4
twig_truncate_filter
, andtwig_wordwrap_filter
were brokentwig_truncate_filter
, andtwig_wordwrap_filter
were not properly deprecated- forward-compatibility with sf4
- form mapping feature removal on sf4, it is now properly disabled
3.6.0
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
Fixed
- Datagrid build form issue caused by a regression on release 3.5.0
3.5.0
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 optionform.mapping.enabled
isfalse
Deprecated
- Class
ColorSelectorType
is deprecated and replaced byColorType
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
Added
- Options for
ImmutableArrayType
are now validated, which should yield better results.
Fixed
- compatibility with Symfony 3.3
3.3.0
Added
sonata-project/datagrid-bundle
dependency forSonata\CoreBundle\ModelPageableManagerInterface
Fixed
- deprecation notices in
AbstractWidgetTestCase
3.2.0
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
Added
- Added dutch (nl) date_range translations
Changed
- Use
choice_translation_domain
inBooleanType
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