Skip to content

Releases: mislav/will_paginate

will_paginate 4.0.0

29 May 20:52
4d1e3d4
Compare
Choose a tag to compare

This release adds only minor new features, but bumps the major version number because some old functionality has been removed due to other frameworks not being maintained anymore. Namely, DataMapper and Merb integrations have been dropped since both projects haven't been maintained in a long while and it's been hard maintaining a test suite for them.

What's New

What's Changed

New Contributors

Full Changelog: v3.3.1...v4.0.0

will_paginate 3.3.1

12 Aug 10:00
Compare
Choose a tag to compare
  • Accessibility fix: add the aria-disabled attribute to the pagination element marked with CSS classname "disabled".

will_paginate 3.3.0

26 Feb 00:10
Compare
Choose a tag to compare
  • ActiveRecord: Avoid a count query in empty? #593

  • Support MS SQL Server #540

  • Avoid Ruby 2.7 warnings about keyword arguments #609

  • Breaking: drop Ruby 1.9 compatibility

will_paginate 3.2.1

15 Oct 01:08
Compare
Choose a tag to compare
  • Ensure PageNumber is serialized as JSON number

will_paginate 3.2.0

09 Oct 00:42
Compare
Choose a tag to compare
  • 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 via will_paginate.container_aria_label i18n key;
    • individual page links now have aria-label="Page {N}", translatable via will_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

will_paginate 3.1.8

19 Aug 14:37
Compare
Choose a tag to compare
  • Avoid warnings on Ruby 2.7

will_paginate 3.1.7

18 Mar 21:51
Compare
Choose a tag to compare
  • Rails 5.2.2.1 & 6.0.0 compatibility

will_paginate 3.1.6

07 Jun 22:10
Compare
Choose a tag to compare

Reference Integer instead of Fixnum to avoid Ruby 2.4 deprecation warning.

will_paginate 3.1.5

15 Oct 17:55
Compare
Choose a tag to compare
  • 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

will_paginate 3.0.12

15 Oct 17:56
Compare
Choose a tag to compare
  • No longer generates <a rel="start"> for first page link since "start" is an invalid rel value