This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
Releases: zendframework/zend-view
Releases · zendframework/zend-view
zend-view-2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #44 fixes the constructor of
HelperPluginManager
to ensure it is backwards compatible with zend-servicemanager v2.
zend-view 2.6.0
Added
- #8 adds a new method to each of the
Breadcrumbs
andMenu
navigation helpers,renderPartialWithParams(array $params = [], $container = null, $partial = null)
. This method allows passing parameters to the navigation partial to render, just as you would when using thepartial()
view helper.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #15, #17, #35, and #42 update the component to be forwards-compatible with the v3 releases of zend-eventmanager, zend-servicemanager, and zend-stdlib. The changes include:
- changes to how events are triggered to ensure they continue working correctly.
- updates to the plugin manager to be forwards-compatible.
- updates to helper factories to be forwards-compatible.