Skip to content

Releases: comfy/comfy-bootstrap-form

4.0.9

16 Feb 19:34
@GBH GBH
Compare
Choose a tag to compare

Added support for radio_button since there are reasons why you'd want to render singular input.

4.0.8

25 Dec 19:39
@GBH GBH
Compare
Choose a tag to compare
  • Made custom_control to be enabled by default
  • Ensured that Bootstrap 4.4.1 renders everything correctly

4.0.7

01 Dec 21:51
@GBH GBH
Compare
Choose a tag to compare
  • 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

03 Sep 14:25
@GBH GBH
Compare
Choose a tag to compare

Adding support for date_select, time_select and datetime_select

4.0.2

03 Mar 00:22
@GBH GBH
Compare
Choose a tag to compare

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

09 Feb 06:27
@GBH GBH
Compare
Choose a tag to compare

Expanding support for Rails 5.0 and 5.1 with bootstrap_form_for helper

4.0.0

09 Feb 06:27
@GBH GBH
Compare
Choose a tag to compare
  • First release with full Bootstrap 4 markup support.