Released version 2.4.5
- coding style: fixes, lowercase true/false/null
- $onClick handlers are called with argument $values (as $onSuccess)
- tests: improved $onSuccess & $onClick etc. tests
- DefaultFormRenderer: translates object 'label' & 'description' #142
- tests: added rendering + localization (#149)
- DefaultRenderer: fix for calling
renderErrors()
fromrenderPair()
which was caused by #145 (->form = NULL) (#150) - ControlGroup: added
remove()
andremoveOrphans()
#155 - SelectBox: only one item can be rendered as selected at the same time
For the details you can have a look at the diff.