Skip to content

Latest commit

 

History

History
178 lines (138 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

178 lines (138 loc) · 10.9 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.17.0 - 2022-06-14

Deprecated

Fixed

Removed

1.16.1 - 2022-05-24

Changed

  • [#357] Fix compatibility of bootstrap-datetimepicker with jQuery 3 (@franmomu)

1.16.0 - 2022-05-14

Removed

1.15.2 - 2022-05-14

Fixed

1.15.1 - 2022-05-14

Fixed

1.15.0 - 2022-05-12

Added

1.14.0 - 2022-05-08

Added

  • [#329] Add webpack configuration to compile the date picker scripts used by the form types. (@jordisala1991)

1.13.1 - 2022-02-24

Fixed

  • [#313] Fixed InlineConstraint usage annotation due do unitialized constraint groups. (@houssemzi)

1.13.0 - 2022-02-12

Deprecated

1.12.4 - 2021-12-04

Fixed

1.12.3 - 2021-11-25

Fixed

1.12.2 - 2021-11-25

Fixed

1.12.1 - 2021-10-26

Fixed

  • [#280] Fixed support for Symfony 6, adding a return type on getContainerExtensionClass (@jordisala1991)

1.12.0 - 2021-10-17

Added

1.11.0 - 2021-09-22

Added

1.10.0 - 2021-09-08

Fixed

  • [#234] Fixed deprecation on StubTranslation by adding getLocale() method (@jordisala1991)

Removed

1.9.0 - 2021-02-15

Added

  • [#202] Hungarian translation for keys date_range_start and date_range_end (@fracsi)

1.8.2 - 2021-02-09

Fixed

1.8.1 - 2021-01-06

Fixed

  • [#192] User Deprecated: Using a custom format when the "html5" option of Symfony\Component\Form\Extension\Core\Type\DateTimeType is enabled is deprecated since Symfony 4.3 and will lead to an exception in 5.0. (@VincentLanglet)
  • [#192] User Deprecated: Using a custom format when the "html5" option of Symfony\Component\Form\Extension\Core\Type\DateType is enabled is deprecated since Symfony 4.3 and will lead to an exception in 5.0. (@VincentLanglet)

1.8.0 - 2021-01-04

Added

1.7.1 - 2020-11-22

Changed

  • [#169] Cast form name to string for symfony5.0 compatibility (@phiamo)

1.7.0 - 2020-11-16

Added

  • [#151] Support for instances of \DateTimeImmutable in form options "dp_min_date" and "dp_max_date" at BasePickerType (@phansys)

Changed

Fixed

  • [#129] Fixed triggering a deprecation for EqualType only when it is used (@franmomu)

1.6.0 - 2020-08-05

Deprecated

  • [#109] Deprecated passing a RequestStack object to BasePickerType as third parameter, the default locale should be passed instead. (@franmomu)

Fixed

  • [#109] Fixed using BasePickerType without a request. (@franmomu)
  • [#107] Replace spaceless deprecated tag with apply tag and spaceless filter. (@franmomu)

1.5.0 - 2020-06-27

Fixed

  • [#101] AbstractWidgetTestCase now works then testing with symfony/symfony on other bundles (@jordisala1991)

Removed

1.4.0 - 2020-06-04

Added

  • add Sonata\Form\Bridge\Symfony\Bundle\SonataFormBundle

Deprecated

  • deprecated Sonata\Form\Bridge\Symfony\Bundle\SonataFormBundle. Use Sonata\Form\Bridge\Symfony\Bundle\SonataFormBundle instead.

Removed

  • return type hints in Sonata\Form\Serializer\BaseSerializerHandler::serializeObjectToId()
  • return type hints in Sonata\Form\Serializer\SerializerHandlerIntertface::getType()
  • return type hints in Sonata\Form\Type\BaseStatusType::configureOptions()
  • color translations and templates

1.3.0 - 2020-04-10

Added

  • Added Sonata\Form\Serializer\BaseSerializerHandler
  • Added Sonata\Form\Serializer\BaseSerializerHandlerInterface

1.2.0 - 2020-03-21

Added

  • Added support for twig/twig:^3.0
  • Deprecate EqualType in favor of SonataAdmin EqualOperatorType

1.1.2 - 2019-12-21

Changed

  • Make AbstractWidgetTestCase environment even more extendable

1.1.1 - 2019-12-21

Changed

  • Make AbstractWidgetTestCase environment extendable

1.1.0 - 2019-12-06

Added

  • Added Support for Symfony 5 packages

Removed

  • Remove BaseDoctrineORMSerializationType::setDefaultOptions