File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 1.1 .0] - XXXX-XX-XX
7
+ ## [ 2.0 .0] - 2017-12-11
8
8
### Added
9
9
- Renderers to facilitate integrations of template-engines:
10
10
- Added ` Renderer ` interface;
@@ -18,9 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
18
- Configure custom template packs;
19
19
- Configure custom messages;
20
20
- 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.
22
23
23
24
### Changed
25
+ - ` BoundField ` moved from ` Fields ` to new namespace ` Bounds ` ;
24
26
- ` BoundField ` attribute name ` choices ` changed to ` options ` ;
25
27
- ` BoundField ` attribute ` options ` now return an array instead of formated string;
26
28
- ` Widgets ` , ` labelTag ` and ` ErrorList ` now render through default renderer instead of formatter ` fleshgrinder/format ` ;
You can’t perform that action at this time.
0 commit comments