@@ -6,11 +6,30 @@ All notable changes to this project will be documented in this file, in reverse
6
6
7
7
### Added
8
8
9
- - Nothing.
9
+ - [ #53 ] ( https://github.com/zendframework/zend-form/pull/53 ) adds
10
+ ` Zend\Form\FormElementManagerFactory ` , for creating and returning instances of
11
+ ` Zend\Form\FormElementManager ` . This factory was ported from zend-mvc, and
12
+ will replace it for version 3 of that component.
13
+ - [ #53 ] ( https://github.com/zendframework/zend-form/pull/53 ) adds
14
+ ` Zend\Form\Annotation\AnnotationBuilderFactory ` , for creating and returning
15
+ instances of ` Zend\Form\Annotation\AnnotationBuilder ` . This factory was ported
16
+ from zend-mvc, and will replace it for version 3 of that component.
17
+ - [ #53 ] ( https://github.com/zendframework/zend-form/pull/53 ) exposes the package
18
+ as a config-provider and ZF component, by adding:
19
+ - ` ConfigProvider ` , which maps the ` FormElementsManager ` and
20
+ ` FormAnnotationBuilder ` servies previously provided by zend-mvc; the form
21
+ abstract factory as previously registered by zend-mvc; and all view helper
22
+ configuration.
23
+ - ` Module ` , which maps services and view helpers per the ` ConfigProvider ` , and
24
+ provides configuration to the zend-modulemanager ` ServiceLocator ` in order
25
+ for modules to provide form and form element configuration.
10
26
11
27
### Deprecated
12
28
13
- - Nothing.
29
+ - [ #53 ] ( https://github.com/zendframework/zend-form/pull/53 ) deprecates
30
+ ` Zend\Form\View\HelperConfig ` ; the functionality is made obsolete by
31
+ ` ConfigProvider ` . It now consumes the latter in order to provide view helper
32
+ configuration.
14
33
15
34
### Removed
16
35
0 commit comments