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

Commit d4b9e94

Browse files
committed
Added CHANGELOG for #53
1 parent d1bdc2b commit d4b9e94

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,30 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

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.
1026

1127
### Deprecated
1228

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.
1433

1534
### Removed
1635

0 commit comments

Comments
 (0)