Releases: sonata-project/form-extensions
Releases · sonata-project/form-extensions
1.18.0
Added
- [#376] Support for
sonata-project/doctrine-extensions
^2 (@VincentLanglet)
Changed
- [#375] Bump terser to 5.14.2 (@dependabot[bot])
- [#374] Bump moment to 2.29.4 (@dependabot[bot])
1.17.1
Fixed
- [#369] Added the type casting to string, because Symfony forms can return integer keys. (@willemverspyck)
1.17.0
Deprecated
- [#359] Passing an array as first element of
ErrorElement::addViolation()
(@VincentLanglet)
Fixed
- [#365] Datepicker positionning bug when bottom viewport is to small (Eonasdan/tempus-dominus#1203) (@Geekimo)
Removed
1.16.1
1.16.0
Removed
- [#351] Remove compatibility with PHP 7.3. (@jordisala1991)
1.15.2
Fixed
- [#347] Fix compatibility with PHP 7.3. (@jordisala1991)
1.15.1
Fixed
- [#341] Fix compatibility with PHP 7.3. (@VincentLanglet)
1.15.0
Added
- [#336] Add momentjs locale canonicalizer. (@jordisala1991)
1.14.0
Added
- [#329] Add webpack configuration to compile the date picker scripts used by the form types. (@jordisala1991)
1.13.1
Fixed
- [#313] Fixed
InlineConstraint
usage annotation due do unitialized constraint groups. (@houssemzi)