Skip to content

Bump kaminari from 1.1.1 to 1.2.1

NipaNipa requested to merge dependabot/bundler/kaminari-1.2.1 into master

Bumps kaminari from 1.1.1 to 1.2.1.

Release notes

Sourced from kaminari's releases.

v1.2.0

Deprecations:

  • Deprecated current_per_page in favor of limit_value

Enhancements:

  • Added #url_to_next_page and #url_to_prev_page helper methods: 38e95a2
  • Extracted url helper methods and packed them in Kaminari::Helpers::UrlHelper: ff38bee
  • Improved performance of total_count for grouped queries by explicitly giving SQL select clause #979 [@​MmKolodziej]
  • Added LIMIT to total_count query when max_pages presents #981 [@​rymai]

Bug Fixes:

  • Fixed a bug where the kaminari-mongoid gem was not loaded properly: kaminari/kaminari-mongoid#9 [@​DenniJensen]
  • Fixed a bug where the #total_count method incorrectly calculates the total count: #932 [@​tumayun]
  • Fixed a bug where empty? breaks subsequent last_page? in without_count mode #1009 [@​montdidier]
  • Fixed kwargs warnings on Ruby 2.7 #1010 [@​connorshea]
Changelog

Sourced from kaminari's changelog.

1.2.1

Security Fixes:

  • Added original_script_name parameter to the ignore list: #1020 [@​viseztrance] See CVE-2020-11082 for full details.

Bug Fixes:

  • Fixed a couple of grouped total_count regressions by reverting #979

1.2.0

Deprecations:

  • Deprecated current_per_page in favor of limit_value

Enhancements:

  • Added #url_to_next_page and #url_to_prev_page helper methods: 38e95a2
  • Extracted url helper methods and packed them in Kaminari::Helpers::UrlHelper: ff38bee
  • Improved performance of total_count for grouped queries by explicitly giving SQL select clause #979 [@​MmKolodziej]
  • Added LIMIT to total_count query when max_pages presents #981 [@​rymai]

Bug Fixes:

  • Fixed a bug where the kaminari-mongoid gem was not loaded properly: kaminari/kaminari-mongoid#9 [@​DenniJensen]
  • Fixed a bug where the #total_count method incorrectly calculates the total count: #932 [@​tumayun]
  • Fixed a bug where empty? breaks subsequent last_page? in without_count mode #1009 [@​montdidier]
  • Fixed kwargs warnings on Ruby 2.7 #1010 [@​connorshea]
Commits
  • ab8b111 Version 1.2.1
  • 674aeec Merge pull request #1020 from viseztrance/fix/add-entry-to-blacklist
  • 8dd52a1 Blacklist "original_script_name" get param
  • 04d86ed Revert "Merge pull request #979 from MmKolodziej/better_total_count_for_group...
  • 7347292 kaminari supports Ruby 2.8 (or 3.0 or whatever comes next) and Rails 6.1
  • a2f262e Actually, let's call it 1.2.0
  • f901ad4 Version 1.1.2
  • c3114fa Changes for version 1.1.2
  • b21c1da using has to be called from the toplevel in Ruby 2.0
  • 795b2b7 Let this plugin internal method be super private within this file
  • Additional commits viewable in compare view

Merge request reports