Changelog for
ruby2.7-rubygem-acts_as_list-1.2.2-1.6.x86_64.rpm :
* Tue Jul 16 2024 Dan Čermák
- ## v1.2.2 - 2024-07-16 [#]## Fixed- Updated .gemspec to exclude unnecessary files from the gem package. [\\#437](https://github.com/brendon/acts_as_list/pull/437) ([f440])
* Fri Jun 21 2024 Dan Čermák - New upstream release 1.2.1, see bundled CHANGELOG.md
* Thu Nov 02 2023 Dan Čermák - ## v1.1.0 - 2023-02-01 [#]## Fixed (Possibly Breaking)- Use `after_save` instead of `after_commit` for `clear_scope_changed` callback [\\#407](https://github.com/brendon/acts_as_list/pull/407) ([AATTFlixt](https://github.com/Flixt))- Rename `add_to_list_top` and `add_to_list_bottom` private methods to `avoid_collision` that handles both cases as well as the case where `:add_new_at` is `nil`. Setting an explicit position when `:add_new_at` is `nil` will now shuffle other items out of the way if necessary.
*This may break existing workarounds you have in place to deal with this bug
*. [\\#411](https://github.com/brendon/acts_as_list/pull/411). ([brendon])
* Thu Jun 24 2021 Stephan Kulow updated to version 1.0.4 see installed CHANGELOG.md [#]# v1.0.4 - 2021-04-20 [#]## Fixed - Add Tests ruby 2.7 and 3.0 [\\#393](https://github.com/brendon/acts_as_list/pull/393) ([QWYNG])
* Wed Jan 20 2021 Stephan Kulow updated to version 1.0.3 see installed CHANGELOG.md [#]# v1.0.3 - 2020-12-24 [#]## Fixed - Silence deprecation warnings in Rails 6 [\\#384](https://github.com/brendon/acts_as_list/pull/384) ([h-lame]) - Add explicit requirement of ActiveSupport::Inflector [\\#387](https://github.com/brendon/acts_as_list/pull/387) ([rdvdijk])
* Fri Sep 25 2020 Stephan Kulow updated to version 1.0.2 see installed CHANGELOG.md [#]# Unreleased [#]# v1.0.2 - 2020-09-14 [#]## Fixed - Get foreign key from reflections when possible [\\#383](https://github.com/brendon/acts_as_list/pull/383) ([jefftsang]) [#]## Removed - gemspec: Drop defunct `rubyforge_project` directive [\\#373](https://github.com/brendon/acts_as_list/pull/373) ([olleolleolle]) [olleolleolle]: https://github.com/olleolleolle [jefftsang]: https://github.com/jefftsang
* Thu May 07 2020 Stephan Kulow - updated to version 1.0.1 see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow - updated to version 1.0.0 see installed CHANGELOG.md [#]## Removed -
*
*BREAKING CHANGE
*
*: Support for Rails 3.2 > 4.1 has been removed. 0.9.19 is the last version that supports these Rails versions [#]## Added - Added
*Troubleshooting Database Deadlock Errors
* section to `README.md` - Added support for Rails 6.0 in testing - Various README fixes - A new method called `current_position` now exists and returns the integer position of the item it\'s called on, or `nil` if the position isn\'t set.
* Thu Mar 14 2019 Stephan Kulow - updated to version 0.9.19 see installed CHANGELOG.md
* Thu Nov 22 2018 Stephan Kulow - updated to version 0.9.17 see installed CHANGELOG.md [#]# [v0.9.16](https://github.com/swanandp/acts_as_list/tree/v0.9.16) (2018-08-30) [Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.15...v0.9.16)
*
*Closed issues:
*
* - Re-ordering at specific position [\\#318](https://github.com/swanandp/acts_as_list/issues/318) - `no\\_update` is not applied to subclasses [\\#314](https://github.com/swanandp/acts_as_list/issues/314) - NoMethodError: undefined method `acts\\_as\\_list\' [\\#303](https://github.com/swanandp/acts_as_list/issues/303) - Cannot create item at position 0 [\\#297](https://github.com/swanandp/acts_as_list/issues/297)
*
*Merged pull requests:
*
* - Unscope `select` to avoid PG::UndefinedFunction [\\#283](https://github.com/swanandp/acts_as_list/pull/283) ([donv](https://github.com/donv))