zend-form 2.11.0
Added
-
#104 adds the ability for the
FormElementErrorsview helper to translate validation error messages using the composed translator and text domain instances.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
Fixed
-
#162 fixes an issue with hydration when a form has called
setWrapElements(true), ensuring that binding values in a fieldset will correctly identify the elements in the provided data. -
#172 fixes the
DateTimeelement such that it no longer attempts to use itsDATETIME_FORMATconstant, but, rather, the value of the$formatproperty, when representing the element; this change allows developers to override the format, which was the original intention. -
#178 loosens the checks in
Zend\Form\Element\DateTime::getValue()to check against PHP'sDateTimeInterface(vsDateTime) when retrieving the value; this fixes edge cases where it was instead returning the format forDateTimeImmutablevalues.