docs(changeset): backfill changesets for unreleased dev changes - #3486
Open
kumilingus wants to merge 1 commit into
Open
docs(changeset): backfill changesets for unreleased dev changes#3486kumilingus wants to merge 1 commit into
kumilingus wants to merge 1 commit into
Conversation
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
force-pushed
the
chore/dev-missing-changesets
branch
from
August 26, 2026 16:19
e4a535c to
19c2b05
Compare
zbynekstara
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backfills the changesets for the changes on
devthat 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-coresource delta betweenmasteranddevis empty — no core changeset is needed at all.What remains unreleased on
dev(verified against the published npm artifacts):<GraphProvider />— lazy Map-backed immutable cells container, O(change-set) commits, ~2× faster uncontrolled drags (patch)useGraph—removeCells()/resetCells()accept a cell collection; addsCellCollection/CellRefListtypes (minor)Not covered
onCellFocus/onCellBlurpart of feat(joint-react): cell focus/blur events, reactive grid, collection setters #3427 — its changeset lives on thefeat/paper-focus-eventsbranch (feat(dia.Paper): add focus and blur events; expose them as @joint/react Paper props #3481), where the feature is reworked on top of the new corefocus/blurevents.yarn changeset status:@joint/reactminor.🤖 Generated with Claude Code