Changelog for
ruby2.1-rubygem-simple_form-doc-3.5.0-1.1.x86_64.rpm :
Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.5.0
see installed CHANGELOG.md
[#]# 3.5.0
* Updated gem dependency to support Rails 5.1.x.
Sat Jan 7 13:00:00 2017 cooloAATTsuse.com
- updated to version 3.4.0
see installed CHANGELOG.md
[#]# 3.4.0
* Removed Ruby 2.4.0 `Integer` unification deprecation warning.
* Removed EOL Ruby 1.9.3 from the build matrix.
* Added `minlength` component.
* `boolean_label_class` can be set on a per-input basis.
Fri Sep 2 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.3.1
see installed CHANGELOG.md
[#]# 3.3.1
[#]## Bug fix
* Fix support for symbols when looking up types with `ActiveModel::Type`.
Fri Aug 26 14:00:00 2016 cooloAATTsuse.com
- updated to version 3.3.0
see installed CHANGELOG.md
[#]# Unreleased
[#]# 3.3.0
[#]## enhancements
* Add the `aria-invalid` attribute on inputs with errors.
* Added support for the new `ActiveModel::Type` API over Active Record\'s
column objects.
[#]## bug fix
* Fix `merge_wrapper_options` to correctly merge options with duplicated keys. [AATTherminiotorres](https://github.com/herminiotorres)
Closes [#1278](https://github.com/plataformatec/simple_form/issues/1278).
Mon Dec 21 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.1
see installed CHANGELOG.md
[#]# 3.2.1
* Updated gem dependency to support Rails 5.0.x.
Wed Sep 23 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.2.0
see installed CHANGELOG.md
Mon Aug 31 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.1.1
see installed CHANGELOG.md
[#]# master
[#]# enhancements
[#]# bug fix
[#]# 3.1.1
[#]## enhancements
* Add the `disabled_class` to the label when the input is disabled. [AATTrhodrid](https://github.com/rhodrid)
[#]## bug fix
* Make it possible to override `required` value that was previously set in the wrapper. [AATTnashby](https://github.com/nashby)
* `date/time/datetime` inputs now correctly generate the label `for` attribute when
HTML5 compatibility is explicitly enabled. [AATTericsullivan](https://github.com/ericsullivan)
* The datetime, date, and time inputs now have a nice format by default on bootstrap.
[ulissesalmeida](https://github.com/ulissesalmeida) [eltonchrls](https://github.com/eltonchrls)
* Now it is possible to set custom input mappings for collections.
Example:
```ruby
[#] On configuration:
config.input_mappings = { /gender$/ => :check_boxes }
[#] On form:
f.input :gender, collection: [:male, :female]
```
[strangeworks](https://github.com/strangeworks)
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.1.0
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.2
[#]## enhancements
* Support Rails 4.1
Sat Feb 15 13:00:00 2014 kkaempfAATTsuse.com
- adapt gem pathes for Ruby 2.1
Sun Dec 1 13:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.1
[#]## bug fix
* Fix XSS vulnerability on label, hint and error components.
Fri Oct 4 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.0.0
* New `input_class` global config option to set a class to be generated in all inputs.
* Collection tags accept html attributes as the last element of collection [AATTnashby](https://github.com/nashby)
* Change default `:value_method` of collection tags from `:last` to `:second` [AATTnashby](https://github.com/nashby)
* Support `Proc` object in `:conditions` option of associations [AATTbradly](https://github.com/bradly)
* `input_field` supports `html5` component [AATTnashby](https://github.com/nashby)
* Make `field_error_proc` configurable [AATTdfens](https://github.com/dfens)
* Support to Rails 4.
* Removed deprecated methods.
* SimpleForm no longer sets the `size` attribute automatically and the `default_input_size` setting
is now deprecated.
* Support to aria-required attribute to required fields [AATTckundo](https://github.com/ckundo)
Mon May 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.1.0
Mon May 6 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.1.0
Fri Nov 16 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.0.4
[#]## bug fix
* Remove invalid files from the gem package.
Closes [#673](https://github.com/plataformatec/simple_form/issues/673)
[#]## enhancements
* Allow to specify custom wrappers for input types.
([AATTnashby](https://github.com/nashby))
Closes [#636](https://github.com/plataformatec/simple_form/issues/636)
* Use separate config file to do bootstrap specific configuration.
([AATTnashby](https://github.com/nashby))
[#]## bug fix
* Allow to specify checked and uncked values for boolean input
([AATTnashby](https://github.com/nashby)).
Closes [#643](https://github.com/plataformatec/simple_form/issues/643)
* Allow to add additional classes only for wrapper.
([AATTnashby](https://github.com/nashby)).
Closes [#629](https://github.com/plataformatec/simple_form/issues/629)
* Boolean hidden field now respects `:name` attribute when nested.
([AATTamiel](https://github.com/amiel)).
Closes [#619](https://github.com/plataformatec/simple_form/issues/619)
* Prevent generation of `class=\"\"`. ([AATTpkmiec](https://github.com/pkmiec))
* Fix namespace html propagation to single wrapper of `label` and `input`
* Association creates blank select if `:collection` is `nil`.
([AATTnashby](https://github.com/nashby)).
Closes [#595](https://github.com/plataformatec/simple_form/issues/595)
* Fix readonly attribute check. ([AATTretoo](https://github.com/retoo))
* Fix error when `collection_check_boxes` used with `form_for` instead of `simple_form_for`.
([AATTRohanM](https://github.com/RohanM))
* Ensure ActionView::Base.field_error_proc is preserved when exceptions occur within
`with_simple_form_field_error_proc`.
([AATTjim](https://github.com/jim))
* Handle array of strings in `:checked` option.
([AATTnashby](https://github.com/nashby))
Sun Aug 5 14:00:00 2012 jweberhoferAATTweberhofer.at
- Removed UTF-characters fom .gemspec file to fix a build problem
Sun Aug 5 14:00:00 2012 jweberhoferAATTweberhofer.at
- Re-created spec
Wed Jul 25 14:00:00 2012 jweberhoferAATTweberhofer.at
- Removed a backup-file
Wed Jul 25 14:00:00 2012 jweberhoferAATTweberhofer.at
- Initial release 2.0.2