Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
17.07 KB
MD5: 437c5fc0cbcf065a6c08b6d8dafca528
SHA-1: 1d8647240037ea90c305e141a0716bbc3c196cbb
SHA-256: 6be4eb851a44a4a34438c7d6315ebda13a1115b7e24b78603e086a868719a5f7
Download zip
23.39 KB
MD5: 819d0d5d15a02e328a094752d86de727
SHA-1: 87374b9f0a0bf69e56da67c031a491b65e8aee9b
SHA-256: 8857f355625b0d4e5eb8d2d4b44911510a4aeb4fa78b8d94a0339011c28ef58a
Release notes
New Drupal 11 development branch with a lot of new features and accessibility improvements.
- Drupal 11 compatibility.
- Allow displaying a button to enable/disable auto-refresh.
- If above button is displayed, allow auto-refresh to be disabled by default for a manual start.
- Allow displaying a button for an immediate refresh of the view.
- Allow custom labels for auto-refresh and instant refresh buttons
- Allow disabling auto-refresh if not on the first page of a paginated view.
- Allow restoring focus on last selected element after a view refresh (Accessibility).
- Allow stopping auto-refresh when focus is set in view content using keyboard (Accessibility).
- Allow disabling the Ajax "scroll to top" behavior on view refresh.
- Allow the auto-refresh and instant refresh buttons to also be displayed in the footer of the view.
- Allow disabling the default Ajax throbber
- Improved compatibility with exposed filters and block display.
- Gitlab CI activated for better code quality.
Contributors (3)
mably, pianomansam, joachim-desarmenien
Changelog
Issues: 7 issues resolved.
Changes since 1.0.2:
Bug
- #3365403 by pianomansam, mably: Unreliable DOM selector
Feature
- #3452490 by mably: Disable throbber on view only when auto refresh
- #3466586 by joachim-desarmenien, mably: Various new features and improvements (a11y and others)