SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-simple_form-testsuite-4.0.1-lp150.1.2.x86_64.rpm :

* Fri May 18 2018 factory-autoAATTkulow.org- updated to version 4.0.1 see installed CHANGELOG.md [#]# 4.0.1 [#]## Bug fix
* Do not support Rails 4 anymore. [AATTrafaelfranca](https://github.com/rafaelfranca)
* Add missing comma. [AATTvill](https://github.com/vill)
* Wed Apr 11 2018 factory-autoAATTkulow.org- updated to version 4.0.0 see installed CHANGELOG.md [#]# 4.0.0 [#]## Enhancements
* Add bootstrap v4.1 generator template. [AATTm5o](https://github.com/m5o)
* Add Rails 5.2 support. [AATTgobijan](https://github.com/gobijan)
* Add API to register custom components.[AATTfeliperenan](https://github.com/feliperenan)
* Allow custom errors classes to inputs.[AATTfeliperenan](https://github.com/feliperenan)
* Remove support from Rails 4.0, 4.1 and 4.2. [AATTfeliperenan](https://github.com/feliperenan)
* Add support for citext, hstore, json & jsonb column types. [AATTswrobel](https://github.com/swrobel)
* Add :valid_class on input wrapper when value is present and valid [AATTaeberlin](https://github.com/aeberlin), [AATTm5o](https://github.com/m5o)
* Allow :valid_class to inputs when value is present and valid. [AATTm5o](https://github.com/m5o)
* Allow validation classes on input_field. [AATTfeliperenan](https://github.com/feliperenan)
* Add basic ActiveStorage support. [AATTmurb](https://github.com/murb) [#]## Bug fix
* Fix horizontal form label position, from right to text-right. [AATTcavpollo](https://github.com/cavpollo)
* Add base error display alongside existing errors. [AATTbluefalcon26](https://github.com/bluefalcon26)
* Silent deprication warning for placeholder_text. [AATTmoofkit](https://github.com/moofkit)
* Use custom i18n scope for label required html. [AATTtvdeyen](https://github.com/tvdeyen)
* Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 3.5.1 see installed CHANGELOG.md [#]# 3.5.1 [#]## Enhancements
* Exclude hidden field when unchecked_value: false. [AATTfschwahn](https://github.com/fschwahn)
* Add frozen_string_literal magic comment to several files. [AATToniofchaos](https://github.com/oniofchaos)
* Try convert AATTobject to model in case we got decorated object [AATTtimurvafin](https://github.com/timurvafin)
* Code cleanup [AATTFornacula](https://github.com/Fornacula) [#]## Bug fix
* Fix error when the scope from association has parameter. [AATTfeliperenan](https://github.com/feliperenan)
* Only call `where` on associations when they respond to it. [AATTanicholson](https://github.com/anicholson)
* require \'action_pack\' before using it. [AATTetagwerker](https://github.com/etagwerker)
* Check if Rails.env is defined. [AATTetagwerker](https://github.com/etagwerker)
* Fix minlength. [AATTmameier](https://github.com/mameier)
* Make errors_on_attribute return [] when not present. [AATTredrick](https://github.com/redrick)
* Fix boolean inputs in nested style for label non-string. [AATTfeliperenan](https://github.com/feliperenan)
* Tue May 23 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 07 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 02 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 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 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 2015 cooloAATTsuse.com- updated to version 3.2.0 see installed CHANGELOG.md
* Mon Aug 31 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 2015 cooloAATTsuse.com- updated to version 3.1.0
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sun May 18 2014 cooloAATTsuse.com- updated to version 3.0.2 [#]## enhancements
* Support Rails 4.1
* Sat Feb 15 2014 kkaempfAATTsuse.com- adapt gem pathes for Ruby 2.1
* Sun Dec 01 2013 cooloAATTsuse.com- updated to version 3.0.1 [#]## bug fix
* Fix XSS vulnerability on label, hint and error components.
* Fri Oct 04 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 2013 cooloAATTsuse.com- updated to version 2.1.0
* Mon May 06 2013 cooloAATTsuse.com- updated to version 2.1.0
* Fri Nov 16 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 05 2012 jweberhoferAATTweberhofer.at- Removed UTF-characters fom .gemspec file to fix a build problem
* Sun Aug 05 2012 jweberhoferAATTweberhofer.at- Re-created spec
* Wed Jul 25 2012 jweberhoferAATTweberhofer.at- Removed a backup-file
* Wed Jul 25 2012 jweberhoferAATTweberhofer.at- Initial release 2.0.2
 
ICM