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

Releases: zendframework/zend-expressive-zendviewrenderer

zend-expressive-zendviewrenderer 2.2.0

04 Jun 04:04
2.2.0
8068159
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #67
    changes configuration option for default template suffix used by NamespacedPathStackResolver
    to $config['templates']['extension'] to match other template renderers provided
    by framework. Default value is phtml

Deprecated

  • #67
    deprecates configuration option $config['templates']['default_suffix']

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-zendviewrenderer 2.1.0

22 May 22:30
2.1.0
25332d4
Compare
Choose a tag to compare

Added

  • #64
    adds configuration option to change default template suffix used by NamespacedPathStackResolver

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-expressive-zendviewrenderer 2.0.2

14 Jan 21:47
Compare
Choose a tag to compare

Added

  • #60 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #62 provides a fix to allow setting the layout via the layout() view helper
    within a view script.

zend-expressive-zendviewrenderer 2.0.1

13 Aug 18:15
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #58 fixes an issue whereby the default renderer parameters were not
  • being merged into the view model passed to the renderer. It now correctly does so.

zend-expressive-zendviewrenderer 2.0.0

15 Mar 17:12
Compare
Choose a tag to compare

Added

  • #46 and #52 add support for the zend-expressive-template v2 series, zend-expressive-router v3 series, and zend-expressive-helpers v5 series.

  • #47 adds a ConfigProvider class with default service wiring and configuration for the component. It also updates composer.json to add extra.zf.config-provider configuration to notify zend-component-installer of the shipped ConfigProvider class, allowing the plugin to inject the ConfigProvider in your application configuration during initial installation.

Changed

  • #37 adds support for PSR-11. All exception types that previously extended from container-interop exceptions now extend from PSR-11 exception interfaces, and factories typehint against the PSR-11 ContainerInterface.

  • #46 updates all classes to use scalar and return type hints, including nullable and void types. If you were extending classes from this package, you may need to update signatures of methods you override.

  • #45 updates the ExceptionInterface to extend from the ExceptionInterface provided in zend-expressive-template.

Deprecated

  • Nothing.

Removed

  • #46 removes support for PHP versions prior to PHP 7.1.

  • #46 removes support for zend-expressive-template versions prior to v2.

  • #46 removes support for zend-expressive-router versions prior to v3.

  • #46 removes support for zend-expressive-helpers versions prior to v5.

Fixed

  • #53 adds the missing default layout.

zend-expressive-zendviewrenderer 1.4.2

15 Mar 17:04
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #51 fixes teh behavior of addDefaultParam() such that it properly affects layouts as well as templates.

zend-expressive-zendviewrenderer 2.0.0alpha2

07 Feb 12:08
2.0.0alpha2
7709895
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #53 adds the missing default layout.

zend-expressive-zendviewrenderer 2.0.0alpha1

06 Feb 20:28
Compare
Choose a tag to compare

Added

  • #46 and #52 add support for the zend-expressive-template v2 series, zend-expressive-router v3 series, and zend-expressive-helpers v5 series.

  • #47 adds a ConfigProvider class with default service wiring and configuration for the component. It also updates composer.json to add extra.zf.config-provider configuration to notify zend-component-installer of the shipped ConfigProvider class, allowing the plugin to inject the ConfigProvider in your application configuration during initial installation.

Changed

  • #37 adds support for PSR-11. All exception types that previously extended from container-interop exceptions now extend from PSR-11 exception interfaces, and factories typehint against the PSR-11 ContainerInterface.

  • #46 updates all classes to use scalar and return type hints, including nullable and void types. If you were extending classes from this package, you may need to update signatures of methods you override.

  • #45 updates the ExceptionInterface to extend from the ExceptionInterface provided in zend-expressive-template.

Deprecated

  • Nothing.

Removed

  • #46 removes support for PHP versions prior to PHP 7.1.

  • #46 removes support for zend-expressive-template versions prior to v2.

  • #46 removes support for zend-expressive-router versions prior to v3.

  • #46 removes support for zend-expressive-helpers versions prior to v5.

Fixed

  • Nothing.

zend-expressive-zendviewrenderer 1.4.1

12 Dec 18:27
Compare
Choose a tag to compare

Added

  • #39 adds the ability for the ZendViewRendererFactory to use the Zend\View\Renderer\PhpRenderer service when present, defaulting to creating an unconfigured instance if none is available (previous behavior).

Changed

  • #41 updates the renderer to also inject the layout with any default parameters (vs only the template requested).

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #43 ensures that if a view model provided to the renderer contains child view models, then it will properly merge variables pulled from the child model. Previously, an error would occur due to an attempt to merge either a null or an object where it expected an array.

Expressive zend-view integration 1.4.0

14 Mar 18:04
Compare
Choose a tag to compare

Added

  • #36 adds support for zend-expressive-helpers 4.0.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.