Releases: comfy/comfy-bootstrap-form
Releases · comfy/comfy-bootstrap-form
4.0.9
Added support for radio_button
since there are reasons why you'd want to render singular input.
4.0.8
- Made
custom_control
to be enabled by default
- Ensured that Bootstrap 4.4.1 renders everything correctly
4.0.7
- Added support for
rich_text_area
that is part of ActionText in Rails 6.0
- Demo app is updated to support Rails 6.0
4.0.6
Adding support for date_select
, time_select
and datetime_select
4.0.2
Added support for "custom" bootstrap form elements. File field, checkboxes and radio buttons are supported by passing in custom_control: true
option.
4.0.1
Expanding support for Rails 5.0 and 5.1 with bootstrap_form_for
helper
4.0.0
- First release with full Bootstrap 4 markup support.