will_paginate 4.0.0
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
- Preserve query parameters in pagination links rendered from POST request by @mislav in #648
- Add
aria-label
for previous and next page links by @hammad-Ikhlaq-7vals in #645- Learn how to translate these new accessible labels in non-English applications
- Remove
aria-disabled
attribute from<span>
element by @mislav in #634 - Remove DataMapper integration by @orien in #641
- Remove Merb support by @mislav in #642
What's Changed
- Rails 7 compat in tests by @mislav in #629
- Test against Rails 7 by @mislav in #633
- Bump RSpec from 2.99.0 to 3.12.0 by @orien in #640
- Remove unneeded files from the gem package by @orien in #643
- Fix CI by @mislav in #647
New Contributors
- @hammad-Ikhlaq-7vals made their first contribution in #645
Full Changelog: v3.3.1...v4.0.0