This repository was archived by the owner on Oct 20, 2025. It is now read-only.
1.4.15
- The Table component now preserves the scroll position when the sorting changes.
- The Link component now respects system modifiers, for example, to open a new tab.
- There's a new
pagination-scrollattribute on the Table component to control the scroll behavior when using pagination. Valid values aretop(default),head, andpreserve. - You may now disable the Reset-button on the Table component with the
reset-buttonattribute. - When using View Transitions, it will prevent a transition when the page just refreshes.