Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:gladiac:ig-klettern
rubygem-simple_form
rubygem-simple_form.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-simple_form.changes of Package rubygem-simple_form
------------------------------------------------------------------- Fri Jun 21 10:45:53 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - ## 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 3 07:58:54 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - ## 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. [@orien](https://github.com/orien) * Speed up input mapping lookup by avoiding rescuing exceptions. [@meanphil](https://github.com/meanphil) [@kriom](https://github.com/kriom) [@egeek](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. [@mhw](https://github.com/mhw) * Accept proc as `group_method` for grouped collection select * Honor `include_hidden` option on inline boolean inputs [@yboulkaid](https://github.com/yboulkaid) * Fix deprecation error when using country_select input. ------------------------------------------------------------------- Thu Jun 24 18:00:43 UTC 2021 - Stephan Kulow <coolo@suse.com> 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 13:23:34 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 5.0.3 see installed CHANGELOG.md ------------------------------------------------------------------- Mon Feb 10 15:49:30 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 5.0.2 see installed CHANGELOG.md ## 5.0.2 ------------------------------------------------------------------- Sat Dec 8 16:31:42 UTC 2018 - Stephan Kulow <coolo@suse.com> - updated to version 4.1.0 see installed CHANGELOG.md ### Enhancements * Guess input type more carefully. [@sringling](https://github.com/sringling) * Allow custom error on forms without model. [@victorperez](https://github.com/victorperez) * Do not support Ruby < 2.3 anymore. [@gssbzn](https://github.com/gssbzn) * Add color inout type. [@gssbzn](https://github.com/gssbzn) ### Bug fix * Improve disabled option to input_field. [@betelgeuse](https://github.com/betelgeuse) * Memoize `input_html_classes` in `SimpleForm::Inputs::Base`. [@RigoTheDev](https://github.com/RigoTheDev) * Fix column type citext HTML5 input type bug. [@brucew](https://github.com/brucew) * Use form attribute in the nested boolean hidden field when it is given. [@feliperenan](https://github.com/feliperenan) ------------------------------------------------------------------- Fri May 18 23:14:06 UTC 2018 - factory-auto@kulow.org - updated to version 4.0.1 see installed CHANGELOG.md ## 4.0.1 ### Bug fix * Do not support Rails 4 anymore. [@rafaelfranca](https://github.com/rafaelfranca) * Add missing comma. [@vill](https://github.com/vill) ------------------------------------------------------------------- Wed Apr 11 17:45:33 UTC 2018 - factory-auto@kulow.org - updated to version 4.0.0 see installed CHANGELOG.md ## 4.0.0 ### Enhancements * Add bootstrap v4.1 generator template. [@m5o](https://github.com/m5o) * Add Rails 5.2 support. [@gobijan](https://github.com/gobijan) * Add API to register custom components.[@feliperenan](https://github.com/feliperenan) * Allow custom errors classes to inputs.[@feliperenan](https://github.com/feliperenan) * Remove support from Rails 4.0, 4.1 and 4.2. [@feliperenan](https://github.com/feliperenan) * Add support for citext, hstore, json & jsonb column types. [@swrobel](https://github.com/swrobel) * Add :valid_class on input wrapper when value is present and valid [@aeberlin](https://github.com/aeberlin), [@m5o](https://github.com/m5o) * Allow :valid_class to inputs when value is present and valid. [@m5o](https://github.com/m5o) * Allow validation classes on input_field. [@feliperenan](https://github.com/feliperenan) * Add basic ActiveStorage support. [@murb](https://github.com/murb) ### Bug fix * Fix horizontal form label position, from right to text-right. [@cavpollo](https://github.com/cavpollo) * Add base error display alongside existing errors. [@bluefalcon26](https://github.com/bluefalcon26) * Silent deprication warning for placeholder_text. [@moofkit](https://github.com/moofkit) * Use custom i18n scope for label required html. [@tvdeyen](https://github.com/tvdeyen) ------------------------------------------------------------------- Tue Feb 27 05:34:03 UTC 2018 - factory-auto@kulow.org - updated to version 3.5.1 see installed CHANGELOG.md ## 3.5.1 ### Enhancements * Exclude hidden field when unchecked_value: false. [@fschwahn](https://github.com/fschwahn) * Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos) * Try convert @object to model in case we got decorated object [@timurvafin](https://github.com/timurvafin) * Code cleanup [@Fornacula](https://github.com/Fornacula) ### Bug fix * Fix error when the scope from association has parameter. [@feliperenan](https://github.com/feliperenan) * Only call `where` on associations when they respond to it. [@anicholson](https://github.com/anicholson) * require 'action_pack' before using it. [@etagwerker](https://github.com/etagwerker) * Check if Rails.env is defined. [@etagwerker](https://github.com/etagwerker) * Fix minlength. [@mameier](https://github.com/mameier) * Make errors_on_attribute return [] when not present. [@redrick](https://github.com/redrick) * Fix boolean inputs in nested style for label non-string. [@feliperenan](https://github.com/feliperenan) ------------------------------------------------------------------- Tue May 23 10:21:28 UTC 2017 - coolo@suse.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 05:47:50 UTC 2017 - coolo@suse.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 04:51:56 UTC 2016 - coolo@suse.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 04:43:06 UTC 2016 - coolo@suse.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. [@herminiotorres](https://github.com/herminiotorres) Closes [#1278](https://github.com/plataformatec/simple_form/issues/1278). ------------------------------------------------------------------- Mon Dec 21 05:39:18 UTC 2015 - coolo@suse.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 04:32:30 UTC 2015 - coolo@suse.com - updated to version 3.2.0 see installed CHANGELOG.md ------------------------------------------------------------------- Mon Aug 31 04:29:11 UTC 2015 - coolo@suse.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. [@rhodrid](https://github.com/rhodrid) ### bug fix * Make it possible to override `required` value that was previously set in the wrapper. [@nashby](https://github.com/nashby) * `date/time/datetime` inputs now correctly generate the label `for` attribute when HTML5 compatibility is explicitly enabled. [@ericsullivan](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 18:34:11 UTC 2015 - coolo@suse.com - updated to version 3.1.0 ------------------------------------------------------------------- Mon Oct 13 18:46:21 UTC 2014 - coolo@suse.com - adapt to new rubygem packaging ------------------------------------------------------------------- Sun May 18 09:04:44 UTC 2014 - coolo@suse.com - updated to version 3.0.2 ### enhancements * Support Rails 4.1 ------------------------------------------------------------------- Sat Feb 15 13:28:51 UTC 2014 - kkaempf@suse.com - adapt gem pathes for Ruby 2.1 ------------------------------------------------------------------- Sun Dec 1 16:11:09 UTC 2013 - coolo@suse.com - updated to version 3.0.1 ### bug fix * Fix XSS vulnerability on label, hint and error components. ------------------------------------------------------------------- Fri Oct 4 07:18:03 UTC 2013 - coolo@suse.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 [@nashby](https://github.com/nashby) * Change default `:value_method` of collection tags from `:last` to `:second` [@nashby](https://github.com/nashby) * Support `Proc` object in `:conditions` option of associations [@bradly](https://github.com/bradly) * `input_field` supports `html5` component [@nashby](https://github.com/nashby) * Make `field_error_proc` configurable [@dfens](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 [@ckundo](https://github.com/ckundo) ------------------------------------------------------------------- Mon May 13 11:27:11 UTC 2013 - coolo@suse.com - updated to version 2.1.0 ------------------------------------------------------------------- Mon May 6 05:47:43 UTC 2013 - coolo@suse.com - updated to version 2.1.0 ------------------------------------------------------------------- Fri Nov 16 13:35:41 UTC 2012 - coolo@suse.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. ([@nashby](https://github.com/nashby)) Closes [#636](https://github.com/plataformatec/simple_form/issues/636) * Use separate config file to do bootstrap specific configuration. ([@nashby](https://github.com/nashby)) ### bug fix * Allow to specify checked and uncked values for boolean input ([@nashby](https://github.com/nashby)). Closes [#643](https://github.com/plataformatec/simple_form/issues/643) * Allow to add additional classes only for wrapper. ([@nashby](https://github.com/nashby)). Closes [#629](https://github.com/plataformatec/simple_form/issues/629) * Boolean hidden field now respects `:name` attribute when nested. ([@amiel](https://github.com/amiel)). Closes [#619](https://github.com/plataformatec/simple_form/issues/619) * Prevent generation of `class=""`. ([@pkmiec](https://github.com/pkmiec)) * Fix namespace html propagation to single wrapper of `label` and `input` * Association creates blank select if `:collection` is `nil`. ([@nashby](https://github.com/nashby)). Closes [#595](https://github.com/plataformatec/simple_form/issues/595) * Fix readonly attribute check. ([@retoo](https://github.com/retoo)) * Fix error when `collection_check_boxes` used with `form_for` instead of `simple_form_for`. ([@RohanM](https://github.com/RohanM)) * Ensure ActionView::Base.field_error_proc is preserved when exceptions occur within `with_simple_form_field_error_proc`. ([@jim](https://github.com/jim)) * Handle array of strings in `:checked` option. ([@nashby](https://github.com/nashby)) ------------------------------------------------------------------- Sun Aug 5 18:16:10 UTC 2012 - jweberhofer@weberhofer.at - Removed UTF-characters fom .gemspec file to fix a build problem ------------------------------------------------------------------- Sun Aug 5 10:11:02 UTC 2012 - jweberhofer@weberhofer.at - Re-created spec ------------------------------------------------------------------- Wed Jul 25 13:54:00 UTC 2012 - jweberhofer@weberhofer.at - Removed a backup-file ------------------------------------------------------------------- Wed Jul 25 10:51:35 UTC 2012 - jweberhofer@weberhofer.at - Initial release 2.0.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor