Releases: FriendsOfCake/bootstrap-ui
Releases · FriendsOfCake/bootstrap-ui
v0.5.0
form-control
class is now automatically added even when using input specific methods like FormHelper::text()
, FormHelper::select()
etc.
btn-default
class is now automatically added when generating buttons using FormHelper::button()
.
v0.4.1
- Fix issue where cells were rendered with BootstrapUI's default layout.
v0.4.0
- View class
UIView
and UIViewTrait
were added.
- Widget classes were cleanup up and they no longer modify the templates.
CheckboxWidget
has been deprecated as it's no longer needed.
v0.3.5
- Fix template resetting in FormHelper::input().
v0.3.4
- Added support for templateVars added in 3.1.0
- Updated HTML5 shim and Respond.js
- Fix duplicate postLink forms in baked templates
- Fix inability to override templates through FormHelper::input() options