This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-form 2.10.2
·
269 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #161 adds an import statement to the
ElementFactory, fixing an error whereby checks forTraversablecreation options would lead to a service creation exception; these now correctly identify traversable options and convert them to an array. - #164 fixes how the
FormElementManagerFactoryfactory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from theconfigservice and thus seeding it with configured form/form element services. This means that theform_elementsconfiguration will now be honored in non-zend-mvc contexts. - #159 fixes the behavior of the
minandmaxattributes of the variousDateTimeelements, ensuring that the elements raise an exception during instantiation if the values provided are in a format thatDateTimedoes not recognize for the element type in question.