will_paginate v3.2.0 Release Notes

Release Date: 2019-10-09 // over 4 years ago

    ๐ŸŽ 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