• v0.19.0 00ffcc9047

    v0.19.0 Stable

    pienter-release-bot released this 2026-09-16 00:31:09 +00:00 | 112 commits to main since this release

    Added

    • The English accessibility text the icon-only controls and landmarks used
      to hardcode is now a prop with that text as its default, following
      AppLayout's skipLabel / drawerLabel / navigationLabel, so a
      single-language consumer can name them in its own language. Pagination
      takes label (the <nav> landmark, Pagination), previousLabel
      (Previous page) and nextLabel (Next page); Breadcrumb takes
      label (Breadcrumb); NumberField takes increaseLabel (Increase)
      and decreaseLabel (Decrease); Table takes selectAllLabel
      (Select all rows), which DataTable forwards alongside its own
      selectRowLabel, a string or a function of the row that replaces the
      default Select <first cell> name; Toast takes closeLabel (Close),
      and ToastHost takes the same closeLabel for every toast it renders
      next to its existing label for the notifications region.
      PaginationFooter has no text of its own and is unchanged.
    Downloads