Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

zend-view 2.6.0

Choose a tag to compare

@weierophinney weierophinney released this 17 Feb 23:35
· 614 commits to master since this release

Added

  • #8 adds a new method to each of the Breadcrumbs and Menu 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 the partial() 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.