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

Releases: zendframework/zend-view

zend-view-2.6.1

18 Feb 12:50
Compare
Choose a tag to compare

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

17 Feb 23:35
Compare
Choose a tag to compare

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.

zend-view 2.5.3

19 Jan 20:53
Compare
Choose a tag to compare

Added

  • #5 adds support for the itemprop attribute in the headLink() view helper.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #25 updates PhpRenderer::render() to no longer lazy-instantiate a FilterChain; content filtering is now only done if a FilterChain is already injected in the renderer.