Back to changelog index

3.12.0

Apr 22, 2026 · 1 packages · 2 unique changes · 1 release entry

libs

Release summaries

  • pagination-stack-layout

    Use shared stack layout primitives in the web pagination component while preserving semantic pagination markup.

    maintainer

    The pagination primitive now consumes the shared `HStack` API and `hStackVariants` instead of hand-rolled flex classes.

    integrator

    Existing imports and rendered pagination semantics stay compatible while layout classes align with the shared stack system.

    customer

    Pagination controls keep the same accessible labels and navigation behavior with no required migration.

Upgrade steps

  • Verify custom pagination class overrides

    manual

    Consumers that override pagination class names should confirm their overrides still combine correctly with shared stack defaults.

    Packages: @contractspec/lib.ui-kit-web

    1. Reopen pagination surfaces that pass custom `className` values to `Pagination`, `PaginationContent`, or `PaginationEllipsis`.
    2. Confirm the controls still align horizontally and preserve expected spacing.

Unique release changes

  • - Consumers that override pagination class names should confirm their overrides still combine correctly with shared stack defaults.

    1 packages · 1 occurrences

  • - Use shared stack layout primitives in the web pagination component while preserving semantic pagination markup.

    1 packages · 1 occurrences

Impacted packages

  • @contractspec/lib.ui-kit-web

    Layer: libs · 2 changes