Skip to content

chore: version packages - #554

Merged
blove merged 1 commit into
mainfrom
changeset-release/main
Aug 31, 2026
Merged

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

Conversation

@blove

@blove blove commented Aug 31, 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.14.1

Patch Changes

  • An invalid query arriving on the prop after mount is a rejected write, not a (#553)
    destroyed grid.

    The compiler's validation error was thrown synchronously out of the same layout
    effect that already guards derivations, so it escaped the commit and React
    unmounted the grid subtree — measured as rows 3 → 0 and a container of 0 bytes.
    Two faults reach it, both from an ordinary query prop: a filter whose operator
    requires an operand and has none, and a rowGroups entry naming a column the
    model does not have.

    The update is now rejected whole: the row model keeps the query it already had,
    the grid stays interactive and keeps painting the rows that query selected, and a
    later valid query still lands. The rejection is reported through warnOnce, keyed
    on the column, the fault location and the detail, so a second, different fault
    still warns instead of being swallowed by the first one's latch.

    Two throws are deliberate and unchanged. Mount still throws: there is no running
    grid to protect, and a hard error surfaces a config bug at its cheapest moment.
    An uncontrolled grid.setQuery still throws synchronously to its caller, who
    asked for the write, can catch it, and whose grid survives either way.

  • Updated dependencies []:

    • @pretable/core@0.14.1
    • @pretable/ui@0.14.1

@pretable/core@0.14.1

@pretable/stream-adapter@0.14.1

@pretable/ui@0.14.1

@blove
blove enabled auto-merge (squash) August 31, 2026 05:53
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
pretable Ignored Ignored Aug 31, 2026 5:53am

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

Vercel preview ready

Preview: https://pretable-r7lzo4uvf-cacheplane.vercel.app
Commit: 9c5af1cb4fb0044ffeea3f0e9a93d2194ef31123

Updated automatically by the deploy-preview job.

@blove
blove merged commit f7d1808 into main Aug 31, 2026
21 checks passed
@blove
blove deleted the changeset-release/main branch August 31, 2026 06:10
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