-
v0.8.0 Stable
released this
2026-09-15 12:51:25 +00:00 | 187 commits to main since this releaseBreaking
- Index drops
headingLevel. The heading level now followsplacement:h1
in the default module placement,h2in related placement. Replace
heading-level="2"on an embedded list withplacement="related".
Added
- Index
placement(module|related, defaultmodule), exposed as
data-placementon.pui-index. Module is the page itself and renders flat:
the heading and actions above a divider, an unboxed toolbar, the table with
DataTable's own border and radius, and the pagination footer as a band
below. Related is a list inside another record's detail page and renders as
one bordered region holding the header, toolbar, table and pagination
footer, with a second-level heading. Existing consumers are unchanged; the
toolbar and results no longer share a bordered body in module placement, so
consumer styles targeting that box no longer apply. - Index
sync-queryaccepts a string as well as a boolean. The string is a
key prefix:sync-query="contacts"reads and writescontacts.page,
contacts.page_size,contacts.search,contacts.sortand
contacts.filter[...], so a related index can share its parent page's URL.
Unrelated parameters, including the barepage, survive untouched.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Index drops