This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-form 2.10.2
weierophinney
released this
18 May 15:02
·
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 forTraversable
creation options would lead to a service creation exception; these now correctly identify traversable options and convert them to an array. - #164 fixes how the
FormElementManagerFactory
factory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from theconfig
service and thus seeding it with configured form/form element services. This means that theform_elements
configuration will now be honored in non-zend-mvc contexts. - #159 fixes the behavior of the
min
andmax
attributes of the variousDateTime
elements, ensuring that the elements raise an exception during instantiation if the values provided are in a format thatDateTime
does not recognize for the element type in question.