@@ -15,20 +15,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515 - Added template pack ` DefaultTemplatePack ` . Defined as default template pack;
1616 - Added template pack ` Bootstrap4TemplatePack ` that integrates Bootstrap v4.0.0-beta.2.
1717 - ` Config ` singleton class allowing:
18- - Configure custom renderers;
19- - Configure custom template packs.
18+ - Configure custom template packs;
19+ - Configure custom messages;
20+ - Configure custom renderers.
2021 - Added extra arg ` label ` to method ` getContext ` of ` Widget ` class.
2122
2223### Changed
2324 - ` BoundField ` attribute name ` choices ` changed to ` options ` ;
2425 - ` BoundField ` attribute ` options ` now return an array instead of formated string;
2526 - ` Widgets ` , ` labelTag ` and ` ErrorList ` now render through default renderer instead of formatter ` fleshgrinder/format ` ;
2627 - ` CheckboxSelectMultiple ` and ` RadioSelect ` widget wrapped in an unordered list tag instead of previous ` div ` ;
27- - Method name ` getSubWidgets ` to ` getOptions ` in ` Widgets ` class and now returns an array instead of formated string.
28+ - Method name ` getSubWidgets ` to ` getOptions ` in ` Widgets ` class and now returns an array instead of formated string;
29+ - ` messages.php ` to class based definition.
2830
2931### Removed:
3032 - ` PHPFormConfig ` class. Use new ` Config ` class instead to configure ` PHPForm ` ;
31- - ` \Utils\Attributes ` class. All static methods, except ` flatattr ` which is no longer used, where migrated to ` helpers.php ` ;
33+ - ` Attribute ` class. All static methods, except ` flatattr ` which is no longer used, where migrated to ` helpers.php ` ;
3234 - Method ` asUL ` from ` ErrorList ` class.
3335
3436## [ 1.0.1] - 2017-12-07
0 commit comments