Skip to content

Latest commit

 

History

History
254 lines (195 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

254 lines (195 loc) · 16.7 KB

Change Log

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

2.4.0 - 2024-04-13

Added

  • [#481] name field to package.json, avoiding webpack globals conflicts issues with other webpack projects (@PierreMigani)

2.3.0 - 2023-11-23

Added

2.2.0 - 2023-11-22

Changed

  • [#463] Updated and built all npm packages to the newest ones (@haivala)

2.1.0 - 2023-09-29

Added

Deprecated

Fixed

2.0.0 - 2023-07-08

Added

  • [#444] Add datepicker twig template to the global ones (@Hanmac)

2.0.0-alpha-1 - 2023-05-13

Changed

  • [#427] Upgrade DatePicker to v6 (name changed from eonasdan/bootstrap-datetimepicker to eonasdan/tempus-dominus) (@jordisala1991)
  • [#328] Options passed to form types are now narrowed down to the allowed ones only. (@jordisala1991)

Removed

See UPGRADE-2.0.md for all changes

1.20.0 - 2023-07-08

Added

  • [#444] Add datepicker twig template to the global ones (@Hanmac)

1.19.1 - 2023-04-30

Fixed

  • [#416] Date pickers now select the correct locale when language and country parts are the same, eg: it-IT (@jgtrescazes)

1.19.0 - 2023-04-10

Fixed

Removed

1.18.1 - 2023-03-09

Changed

Removed

1.18.0 - 2022-07-28

Added

Changed

1.17.1 - 2022-06-17

Fixed

  • [#369] Added the type casting to string, because Symfony forms can return integer keys. (@willemverspyck)

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