This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
Releases: adamwathan/bootforms
Releases · adamwathan/bootforms
v0.6.2
- Add additional simpler API for creating inline radios/checkboxes
v0.6.1
- Fix bug where input group elements were not repopulating with old input or model bindings
v0.6.0
- Render CSRF tokens by default when opening forms
v0.5.0
This release contains breaking changes
- Introduces support for custom column widths at different breakpoints
- Drop support for PHP 5.3
v0.4.2
- Switch form dependency to ~0.4 instead of 0.4.*
v0.4.1
Update adamwathan/form
dependency to 0.4.*
v0.4.0
- Add button element
- Add ability to hide labels
- Add ability to set checked state for inline checkboxes
- Fix bug where some attributes couldn't properly be set on horizontal form elements
v0.3.1
- Switch
adamwathan/form
dependency fromdev-master
to a tagged release to let us bump the minimum-stability back to stable
v0.3.0
- Add support for custom
helpBlock
s that are overridden by error messages - Add
labelClass
method to allow adding a custom class to the label