All Versions
31
Latest Version
Avg Release Cycle
140 days
Latest Release
33 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.7.0 Changes
April 21, 2017 -
v2.6.0 Changes
February 03, 2017๐ Bugfixes:
- Fix ambiguous first argument warning (#311, @mikenicklas)
๐ Features:
- Add a FormBuilder#custom_control helper #289
-
v2.5.3 Changes
December 23, 2016๐ 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 (#278).
-
v2.5.2 Changes
October 08, 2016๐ Bugfixes:
- ๐ Allow objects without
model_names to act as form objects (#295, @laserlemon) - ๐ Fix offset for submit for horizontal forms when using non-sm column breakers for label column (#293, @oteyatosys)
- ๐ Allow objects without
-
v2.5.1 Changes
September 23, 2016๐ Bugfixes:
- ๐ Fix getting help text for elements when using anonymous models (see issue 282)
-
v2.5.0 Changes
August 12, 2016๐ Bugfixes:
- Sanitize name (IE
forattribute) in same manner that Rails sanitizes theidattribute to fix a11y issue withforandidmismatch - Fix loading of ActionView helpers in combination with RSpec and
rails-controller-testing. (see rails-controller-testing/issues#24)
๐ Features:
- Add support for input-group-sm and input-group-lg in prepend/append (#226, @rusanu)
- Added option to prevent the 'required' CSS class on labels (#205, @LucasAU)
- Sanitize name (IE
-
v2.4.0 Changes
July 04, 2016๐ This version is ready to use with Rails 5.0.0!
๐ Bugfixes:
- Minor README corrections (#184, @msmithstubbs)
- Fix
alias_method_chaindeprecation warnings when using Rails 5 - Allow
form_groupto work with frozen string options
๐ Features:
- Allow primary button classes to be overridden (#183, @tanimichi)
- Allow to pass a block to select helper in Rails >= 4.1.0 (#229, @doits)
-
v2.3.0 Changes
February 17, 2015๐ Bugfixes:
- Use #underscore, not #downcase for help text scope (#140, @atipugin)
- Radio button and checkbox labels will now include the disabled class as needed. (#156, @ScottSwezey)
- Fixed issue with setting offset in form_group without label in horizontal layout when form uses non-default label_col
- Fixed wrapper options (#153, @veilleperso)
- Fix errors on non-ActiveRecord setups (#200, @sgnn7)
๐ Features:
- Allow users to display validation errors in labels (#144, @timcheadle)
- Use humanized attribute name in label errors (#146, @atipugin)
- Allow to skip label rendering (#145, @atipugin)
- Added a
requiredCSS class for labels with required attributes (#150, @krsyoung) - Added option to customize labels' class.
- Allow callable value_method and text_method for collection_check_boxes and collection_radio_buttons (#199, @shadwell)
-
v2.2.0 Changes
September 16, 2014๐ Bugfixes:
- Fixed an exception raised when form_group block returns nil (#111)
- Fixed an exception on human_attribute_name when using bootstrap_form_tag (#115)
- Set offset in form_group without label in horizontal layout (#94, @datWav)
- Fixes an offset bug in form_group without a given label in horizontal layout (#130, @datWav)
- Fixed bug where collection_check_boxes doesn't work if all are unchecked (#116, @burnt43)
๐ 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_boxeschecked option (#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 (#123, @a2ikm)
- Added glyphicon support
- Added i18n support for help messages (#122, @huynhquancam)
- Added the ability to pass any attributes to wrapper (#136, @atipugin)
- Split monolithic test file into several smaller files (#141, @spacewander)
- Added role="form" attribute to forms (#142, @spacewander)
-
v2.1.1 Changes
April 20, 2014๐ Bugfixes:
- Do not reset additional classes on the form-group (@rzane)
- Fixed an exception when specifying a label while using bootstrap_form_tag
๐ Features:
- nested_form integration via
bootstrap_nested_form_for(#44 and #66) form_groupno longer requires a name (#83)