Skip to content

docs(changeset): backfill changesets for unreleased dev changes - #3486

Open
kumilingus wants to merge 1 commit into
clientIO:devfrom
kumilingus:chore/dev-missing-changesets
Open

docs(changeset): backfill changesets for unreleased dev changes#3486
kumilingus wants to merge 1 commit into
clientIO:devfrom
kumilingus:chore/dev-missing-changesets

Conversation

@kumilingus

@kumilingus kumilingus commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Description

Backfills the changesets for the changes on dev that are not in any published release — changesets were introduced after these commits landed, so the next release would otherwise ship them without changelog entries.

Most of the dev work turned out to be already released: it was cherry-picked to master (#3446, #3455, …) and covered by the changeset backfill there (#3467), shipping in v4.3.2–v4.3.5. The packages/joint-core source delta between master and dev is empty — no core changeset is needed at all.

What remains unreleased on dev (verified against the published npm artifacts):

PR Changeset
#3423 <GraphProvider /> — lazy Map-backed immutable cells container, O(change-set) commits, ~2× faster uncontrolled drags (patch)
#3427 useGraphremoveCells() / resetCells() accept a cell collection; adds CellCollection / CellRefList types (minor)

Not covered

yarn changeset status: @joint/react minor.

🤖 Generated with Claude Code

Changesets were introduced after these commits landed on dev. Most of
the dev work was cherry-picked to master and released via the changeset
backfill there (clientIO#3467, v4.3.2-v4.3.5) — the only changes on dev absent
from any published release are the Map-backed cells container (clientIO#3423)
and the collection-accepting removeCells()/resetCells() (clientIO#3427). The
cell focus events from clientIO#3427 are excluded: their changeset lives on the
feat/paper-focus-events branch (clientIO#3481).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@kumilingus
kumilingus force-pushed the chore/dev-missing-changesets branch from e4a535c to 19c2b05 Compare August 26, 2026 16:19
@kumilingus
kumilingus requested a review from zbynekstara August 26, 2026 16:22
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.

2 participants