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
10
10
adds support for the zend-expressive-template v2 series,
11
11
zend-expressive-router v3 series, and zend-expressive-helpers v5 series.
12
12
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
+
13
21
### Changed
14
22
15
23
- [ #37 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/37 )
@@ -319,7 +327,7 @@ First stable release.
319
327
- [ #11 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/11 )
320
328
adds a factory for providing the ` HelperPluginManager ` , and support in the
321
329
` ZendViewRendererFactory ` for injecting the ` HelperPluginManager ` service
322
- (using its FQCN) instead of instantiating one directly.
330
+ (using its FQCN) instead of instantiating one directly.
323
331
- [ #13 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/13 )
324
332
adds ` zendframework/zend-expressive-helpers ` as a dependency, in order to
325
333
consume its ` UrlHelper ` and ` ServerUrlHelper ` implementations.
You can’t perform that action at this time.
0 commit comments