Skip to content

chore: version packages - #551

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

chore: version packages#551
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.13.1

Patch Changes

  • An invalid aggregate arriving after mount is a rejected write, not a destroyed (#550)
    grid.

    The compiler's validation error was thrown synchronously out of the derivations
    layout effect, so it escaped the commit and React unmounted the grid subtree —
    measured as group rows 1 → 0 and a container of 0 bytes. Both doors into the
    derivations seam were fatal: a bad aggregate written through
    setColumnAggregate, and — the one every consumer can reach, with no pane, no
    grouping state and no knowledge of this feature — a bad aggregate on the
    columns prop on update.

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

    Mount still throws, deliberately: there is no running grid to protect and a hard
    error surfaces a config bug at its cheapest moment.

  • Updated dependencies []:

    • @pretable/core@0.13.1
    • @pretable/ui@0.13.1

@pretable/core@0.13.1

@pretable/stream-adapter@0.13.1

@pretable/ui@0.13.1

@blove
blove enabled auto-merge (squash) August 31, 2026 03:48
@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 3:48am

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

Vercel preview ready

Preview: https://pretable-hte5catj5-cacheplane.vercel.app
Commit: 8d1cb5615a2d0d5e63b03c2b63452bef3aa377a8

Updated automatically by the deploy-preview job.

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