Skip to content

chore: version packages - #579

Merged
blove merged 1 commit into
mainfrom
changeset-release/main
Sep 4, 2026
Merged

chore: version packages#579
blove merged 1 commit into
mainfrom
changeset-release/main

Conversation

@blove

@blove blove commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@pretable/react@0.15.3

Patch Changes

  • Updated dependencies [2d7de95]:
    • @pretable/ui@0.15.3
    • @pretable/core@0.15.3

@pretable/ui@0.15.3

Patch Changes

  • The grid now answers two platform accessibility settings it was ignoring, and (#578)
    every theme declares its color-scheme.

    Forced colours (Windows High Contrast). A range selection was invisible.
    The fill is a translucent background-image, and forced colours drop the image
    and force the colour underneath to Canvas — so eleven selected cells came out
    identical to no selection at all, with only the single focused cell marked, and
    what the grid was about to copy could not be read off the screen. Selected cells
    now take Highlight/HighlightText, the pair the platform guarantees against
    each other, with forced-color-adjust: none so Chromium's text backplate does
    not paint an opaque rectangle over every word (it did; the computed styles were
    identical either way and only a screenshot told them apart). Descendants inherit
    the cell's colour, so a red P&L inside a selection cannot paint itself onto the
    fill at whatever contrast it happened to have. Disabled menu items take
    GrayText. The rest of the grid needed nothing: the border cage carries the
    structure, the row-select glyph is drawn in currentColor, and the frozen edge
    falls back to the pinned cell's own border.

    Reduced motion. grid.css animated three things and offered no way out; a
    consumer cannot patch that without re-implementing rules they do not own. All
    three are decoration and are now switched off under
    prefers-reduced-motion: reduce, with a guard that fails if a future animation
    is not named there too.

    color-scheme. Only pretable.css declared it, so an Excel- or
    Material-themed grid kept light scrollbars and a light <select> popup inside a
    dark app — the one part of the surface a theme cannot reach with a custom
    property. Both now declare it, Material in each mode it ships.

@pretable/core@0.15.3

@pretable/stream-adapter@0.15.3

@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
pretable Ignored Ignored Sep 4, 2026 5:13pm UTC

Request Review

@blove
blove enabled auto-merge (squash) September 4, 2026 17:13
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Vercel preview ready

Preview: https://pretable-mwzs1wpmx-cacheplane.vercel.app
Commit: e4a5b048a5e7d549378554baf907f55af16d164a

Updated automatically by the deploy-preview job.

@blove
blove merged commit aa3c64a into main Sep 4, 2026
21 checks passed
@blove
blove deleted the changeset-release/main branch September 4, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant