This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-form 2.9.1
weierophinney
released this
14 Sep 17:50
·
385 commits
to master
since this release
Added
- #85 adds support for the zend-code 3.0 series (retaining support for the 2.* series).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #119 fixes the order in which the default initializers are injected into the
FormElementManager
, ensuring that the initializer injecting a factory into aFormFactoryAware
instance is triggered before the initializer that callsinit()
, and also that the initializer callinginit()
is always triggered last. - #106 updates behavior around binding collection values to a fieldset or form such that if the collection is not part of the current validation group, its value will not be overwritten with an empty set.