All Versions
14
Latest Version
Avg Release Cycle
139 days
Latest Release
1659 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.3.0 Changes
February 26, 2020 -
v3.2.1 Changes
October 15, 2019- Ensure PageNumber is serialized as JSON number
-
v3.2.0 Changes
October 09, 2019๐ Performance: avoid extending Numeric with PageNumber logic
๐ฅ BREAKING:
Integer === page_number
is no longer true.๐ Make pagination markup more accessible:
- container div now has
role="navigation"
; - container div now has
aria-label="Pagination"
, translatable viawill_paginate.container_aria_label
i18n key; - individual page links now have
aria-label="Page {N}"
, translatable viawill_paginate.page_aria_label
i18n key;
- current page now has
aria-current="page"
.โ Add support for
will_paginate
view helpers in Hanami Viewโ Add
total_entries
support for Mongoidโ Rails: avoid circular require warning
๐ Rails: fix serving HTTP 404s for WillPaginate::InvalidPage exceptions
- container div now has
-
v3.1.8 Changes
August 19, 2019- โ Avoid warnings on Ruby 2.7
-
v3.1.7 Changes
March 18, 2019- ๐ Rails 5.2.2.1 & 6.0.0 compatibility
-
v3.1.6 Changes
June 07, 2017๐ Reference Integer instead of Fixnum to avoid Ruby 2.4 deprecation warning.
-
v3.1.5 Changes
October 15, 2016- ๐ Avoid Rails 5 deprecation warning about
original_exception
- No longer generates
<a rel="start">
for first page link since "start" is an invalid rel value
- ๐ Avoid Rails 5 deprecation warning about
-
v3.1.3 Changes
September 21, 2016- ๐ Rails 5 compatibility for inheriting query params in pagination links
- ๐ Fix locale load path so that application can override will_paginate's built-in translations.
-
v3.1.2 Changes
September 21, 2016๐ Further fix security vulnerability when generating pagination URLs in Rails.
-
v3.1.1 Changes
September 20, 2016๐ Fixed security vulnerability when generating pagination URLs in Rails.