Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Changes since 1.0.4
New feature:
- Server-side cache for infinite scroll: viewport changes cache entity IDs in PrivateTempStore so scroll requests send only a lightweight cache key instead of the full entity ID
array. Scroll uses DB-level LIMIT/OFFSET for efficient pagination.
Code quality:
- Added GitLab CI pipeline (phpcs, phpstan, eslint, stylelint, cspell)
- Modernized JavaScript to ES6 (const/let, arrow functions, template literals)
- Addressed all security advisory coverage review feedback
- Fixed CSS property ordering per Drupal core stylelint config