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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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 ` ;
You can’t perform that action at this time.
0 commit comments