Install
Works with Drupal: ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Second alpha for a Drupal 10 version of Pagerer.
jQueryUI-based pager styles removed
Pagerer 8.x-2.x provides some pagers that rely on jQueryUI. When they were originally developed, jQueryUI was an integral part of Drupal core.
As time goes by, jQueryUI is being deprecated and removed from Drupal core, and other jQuery libraries are being replaced (for instance, 'once'). This makes maintaining the jQueryUI-based pagers more and more complicated - we need to rely on the replacement contrib modules that re-include the jQueryUI libraries, and such modules themselves are getting slower in adjusting to evolving releases of core.
In Pagerer 8.x.2.3, the jQueryUI-based pager styles will be deprecated, and in Pagerer 3 they are removed. I am planning to spin-off the removed code to a Pagerer jQueryUI separate project that would extend Pagerer 3; but will not actively chase Drupal 10 there.
Changes
- Issue #3258357 by mondrake: Add strict typehinting where possible
- Issue #3258353 by mondrake: Remove D10 todos