Releases: zendframework/zend-expressive-zendviewrenderer
zend-expressive-zendviewrenderer 2.2.0
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 isphtml
Deprecated
- #67
deprecates configuration option$config['templates']['default_suffix']
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-zendviewrenderer 2.1.0
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
zend-expressive-zendviewrenderer 2.0.1
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
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 updatescomposer.json
to addextra.zf.config-provider
configuration to notify zend-component-installer of the shippedConfigProvider
class, allowing the plugin to inject theConfigProvider
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 theExceptionInterface
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
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
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #53 adds the missing default layout.
zend-expressive-zendviewrenderer 2.0.0alpha1
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 updatescomposer.json
to addextra.zf.config-provider
configuration to notify zend-component-installer of the shippedConfigProvider
class, allowing the plugin to inject theConfigProvider
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 theExceptionInterface
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
Added
- #39 adds the ability for the
ZendViewRendererFactory
to use theZend\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
Added
- #36 adds support for zend-expressive-helpers 4.0.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.