Skip to content

Commit 8bd437f

Browse files
committed
Updated changelog.md file.
1 parent 4644f75 commit 8bd437f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [1.1.0] - XXXX-XX-XX
7+
## [2.0.0] - 2017-12-11
88
### Added
99
- Renderers to facilitate integrations of template-engines:
1010
- Added `Renderer` interface;
@@ -18,9 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Configure custom template packs;
1919
- Configure custom messages;
2020
- Configure custom renderers.
21-
- Added extra arg `label` to method `getContext` of `Widget` class.
21+
- Added extra arg `label` to method `getContext` of `Widget` class;
22+
- `BoundWidget` class to represent the choices of a `ChoiceWidget` in `BoundField`, allowing individual render or data access to each option.
2223

2324
### Changed
25+
- `BoundField` moved from `Fields` to new namespace `Bounds`;
2426
- `BoundField` attribute name `choices` changed to `options`;
2527
- `BoundField` attribute `options` now return an array instead of formated string;
2628
- `Widgets`, `labelTag` and `ErrorList` now render through default renderer instead of formatter `fleshgrinder/format`;

0 commit comments

Comments
 (0)