Skip to content

Releases: lcreid/rails-bootstrap-forms

2.5.3

12 Nov 05:26

Choose a tag to compare

There are no user-facing changes with this release. Behind the scenes, the tests have been greatly improved. The project is now tested against and compatible with the following Rails versions 4.0, 4.1, 4.2 and 5.0 (bootstrap-ruby#278).

2.5.2

12 Nov 05:26

Choose a tag to compare

Bugfixes:

2.5.2

12 Nov 05:26

Choose a tag to compare

Bugfixes:

2.5.1

12 Nov 05:26

Choose a tag to compare

Bugfixes:

  • Fix getting help text for elements when using anonymous models (see issue 282)

2.5.1

12 Nov 05:26

Choose a tag to compare

Bugfixes:

  • Fix getting help text for elements when using anonymous models (see issue 282)

2.5.0

12 Nov 05:26

Choose a tag to compare

Bugfixes:

  • Sanitize name (IE for attribute) in same manner that Rails sanitizes
    the id attribute to fix a11y issue with for and id mismatch
  • Fix loading of ActionView helpers in combination with RSpec and rails-controller-testing. (see rails-controller-testing/issues#24)

Features:

2.4.0

12 Nov 05:26

Choose a tag to compare

This version is ready to use with Rails 5.0.0!

Bugfixes:

  • Minor README corrections (bootstrap-ruby#184, @msmithstubbs)
  • Fix alias_method_chain deprecation warnings when using Rails 5
  • Allow form_group to work with frozen string options

Features:

2.3.0

12 Nov 05:26

Choose a tag to compare

Bugfixes:

Features:

2.2.0

12 Nov 05:26

Choose a tag to compare

Bugfixes:

Features:

  • Added the ability to append/prepend buttons (@retoo)
  • Added support for time_zone_select
  • Accept multiple values, and objects as well, on collection_check_boxes
    checked option (bootstrap-ruby#114)
  • Added support for hidding attribute name in errors_on helper (@datWav)
  • Added support for additional class to the wrapper form_group by a field (@datWav)
  • Support showing error summaries when inline_errors is enabled (@rosswilson)
  • Name is now optional when creating static controls
  • Keep original form helper methods with _without_bootstrap suffix (bootstrap-ruby#123, @a2ikm)
  • Added glyphicon support
  • Added i18n support for help messages (bootstrap-ruby#122, @huynhquancam)
  • Added the ability to pass any attributes to wrapper (bootstrap-ruby#136, @atipugin)
  • Split monolithic test file into several smaller files (bootstrap-ruby#141, @spacewander)
  • Added role="form" attribute to forms (bootstrap-ruby#142, @spacewander)

2.1.1

12 Nov 05:26

Choose a tag to compare

Bugfixes:

  • Do not reset additional classes on the form-group (@rzane)
  • Fixed an exception when specifying a label while using bootstrap_form_tag

Features: