Changelog for
ruby3.1-rubygem-simple_form-5.3.1-lp156.1.2.x86_64.rpm :
* Fri Jun 21 2024 Dan Čermák
- ## Unreleased [#]# 5.3.1
* Revert \"Speed up input mapping lookup by avoiding rescuing exceptions\" from v5.3.0, it caused a regression on dev/test environments with custom inputs.
* Try a slightly different approach to input lookups, without relying on regexp, to see if that helps with performance as originally intended.
* Add support to Ruby 3.3. (no changes required.)
* Fri Nov 03 2023 Dan Čermák - ## 5.3.0
* Add support for Rails 7.1. (no meaningful changes required.)
* Add `SimpleForm.deprecator` to integrate with new application deprecators in Rails 7.1.
* Remove test files from the gem package. [AATTorien](https://github.com/orien)
* Speed up input mapping lookup by avoiding rescuing exceptions. [AATTmeanphil](https://github.com/meanphil) [AATTkriom](https://github.com/kriom) [AATTegeek](https://github.com/egeek) [#]# 5.2.0
* Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
* Fix escaping issue on boolean input with `include_hidden: false` and custom wrapper.
* Update Bootstrap install generator version 5. [AATTmhw](https://github.com/mhw)
* Accept proc as `group_method` for grouped collection select
* Honor `include_hidden` option on inline boolean inputs [AATTyboulkaid](https://github.com/yboulkaid)
* Fix deprecation error when using country_select input.
* Thu Jun 24 2021 Stephan Kulow updated to version 5.1.0 see installed CHANGELOG.md [#]# 5.1.0
* Remove `I18nCache` module entirely. It was added complexity for very little gain in some translations, and caused extra trouble upgrading to Ruby 3. If you need that level of caching consider looking into I18n caching as a whole.
* Add support for Ruby 3.0, drop support for Ruby < 2.5.
* Add support for Rails 6.1, drop support for Rails < 5.2.
* Move CI to GitHub Actions.
* Wed Jan 20 2021 Stephan Kulow updated to version 5.0.3 see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow - updated to version 5.0.2 see installed CHANGELOG.md [#]# 5.0.2
* Sat Dec 08 2018 Stephan Kulow - updated to version 4.1.0 see installed CHANGELOG.md [#]## Enhancements
* Guess input type more carefully. [AATTsringling](https://github.com/sringling)
* Allow custom error on forms without model. [AATTvictorperez](https://github.com/victorperez)
* Do not support Ruby < 2.3 anymore. [AATTgssbzn](https://github.com/gssbzn)
* Add color inout type. [AATTgssbzn](https://github.com/gssbzn) [#]## Bug fix
* Improve disabled option to input_field. [AATTbetelgeuse](https://github.com/betelgeuse)
* Memoize `input_html_classes` in `SimpleForm::Inputs::Base`. [AATTRigoTheDev](https://github.com/RigoTheDev)
* Fix column type citext HTML5 input type bug. [AATTbrucew](https://github.com/brucew)
* Use form attribute in the nested boolean hidden field when it is given. [AATTfeliperenan](https://github.com/feliperenan)
* 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