Version 43.0.0.rc*
We needed a leap version to unequivocally signaling that it's not just a major version: it's a complete redesign of the legacy
code at all levels, usage and API included.
Why 43? Because it's exactly one step beyond "The answer to the ultimate question of life, the Universe, and everything." 😉
Improvements
This version introduces several enhancements, such as new pagination techniques like Keynav and improved automation and
configuration processes, reducing setup requirements by 99%. The update also includes a simpler API and new interactive
development tools, making it a comprehensive upgrade from previous versions.
- New Keynav Pagination
- The pagy-exclusive technique using the fastest keyset
pagination alongside all frontend helpers.
- The pagy-exclusive technique using the fastest keyset
- New interactive dev-tools
- New PagyWand to integrate the pagy CSS with your app's
themes. - New Pagy AI available inside docs and your own app.
- New PagyWand to integrate the pagy CSS with your app's
- Intelligent automation
- Configuration requirements reduced by 99%.
- Simplified JavaScript setup.
- Automatic I18n loading.
- Simpler API
- You solely need the pagy method and
the @pagy instance to paginate any collection and use any navigation tag
and helper. - Methods are autoloaded only if used, and consume no memory otherwise.
- Methods have narrower scopes and can be overridden
without deep knowledge.
- You solely need the pagy method and
- New documentation
- Very concise, straightforward, and easy to navigate and understand.
Upgrade to 43
https://ddnexus.github.io/pagy-pre/guides/upgrade-guide/
Changes in 43.0.0.rc3
- Version 43.0.0.rc3
- Reimplement the anchor_string option for the helpers (#792)