This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file, in reverse
1010 adds support for the zend-expressive-template v2 series,
1111 zend-expressive-router v3 series, and zend-expressive-helpers v5 series.
1212
13+ - [ #47 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/47 )
14+ adds a ` ConfigProvider ` class with default service wiring and configuration
15+ for the component. It also updates ` composer.json ` to add
16+ ` extra.zf.config-provider ` configuration to notify zend-component-installer
17+ of the shipped ` ConfigProvider ` class, allowing the plugin to inject the
18+ ` ConfigProvider ` in your application configuration during initial
19+ installation.
20+
1321### Changed
1422
1523- [ #37 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/37 )
@@ -319,7 +327,7 @@ First stable release.
319327- [ #11 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/11 )
320328 adds a factory for providing the ` HelperPluginManager ` , and support in the
321329 ` ZendViewRendererFactory ` for injecting the ` HelperPluginManager ` service
322- (using its FQCN) instead of instantiating one directly.
330+ (using its FQCN) instead of instantiating one directly.
323331- [ #13 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/13 )
324332 adds ` zendframework/zend-expressive-helpers ` as a dependency, in order to
325333 consume its ` UrlHelper ` and ` ServerUrlHelper ` implementations.
You can’t perform that action at this time.
0 commit comments