Version Packages - #24
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 28, 2026 16:22
b55da8e to
0cc0468
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 28, 2026 16:39
0cc0468 to
8f9f170
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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
@input/pen-core@0.1.3
Patch Changes
@input/pen-yjs@0.1.3
Patch Changes
@input/pen-ai@0.1.3
Patch Changes
@input/pen-autoformat@0.1.3
Patch Changes
@input/pen-interop@0.1.3
Patch Changes
@input/pen-multiplayer@0.1.3
Patch Changes
@input/pen-search@0.1.3
Patch Changes
@input/pen-shortcuts@0.1.3
Patch Changes
@input/pen-snapshots@0.1.3
Patch Changes
@input/pen-tools@0.1.3
Patch Changes
@input/pen-undo@0.1.3
Patch Changes
@input/pen@0.1.3
Patch Changes
@input/pen-dom@0.1.3
Patch Changes
7ee119d: Render all three colour marks (
textColor,backgroundColor,highlight) through avar()fallback anddata-color, so on-screen colour paints by default and hosts can remap opaque tokens without!important(RI7).textColorandbackgroundColorpreviously fell through to the unknown-mark span and dropped the stored colour entirely.The paint is an inline style: a host rule that set
colororbackground-coloron the mark itself used to apply and no longer does. Set--pen-text-color,--pen-background-color, or--pen-highlight-coloron the mark instead — seeSTYLING.md. Export and clipboard HTML are unaffected; both come fromschema.serialize.toHTMLand still carry the stored value. Kept aspatchso the 0.1.x train stays on0.1.3.15ffd4e: On A5 mapped
selectionChangeaftereditor.apply, drop leftoveredit-context-textupdateauthority and project the remapped caret into EditContext (FE9), so the next keystroke inserts at the remapped offset instead of clamping or landing in the wrong place.15ffd4e: Yield the document Escape selection ladder to capture-phase overlays (HOST7). The ladder is now a bubbling default, so a later-mounted menu or host chrome can preventDefault first instead of leaving trigger text behind as a block selection.
@input/pen-core@0.1.3
@input/pen-react@0.1.3
Patch Changes
15ffd4e: Yield the document Escape selection ladder to capture-phase overlays (HOST7). The ladder is now a bubbling default, so a later-mounted menu or host chrome can preventDefault first instead of leaving trigger text behind as a block selection.
7ee119d: Forward host
extraAttributesanddata-*through numbered list items ontoListItemLayoutso composed renderers can paint alignment and other attributes without dropping the ordered-list marker orstart(HB8). ExportListItemHostAttributesas the host-facing shape for cloning a default list-item renderer.ListItemLayoutnow writes host attributes before its own, so a host can no longer overwritedata-block-type,data-indent,data-selected,data-pen-list-item-layout,data-counter, ordata-checked. This also fixes check list items, where a hostextraAttributesreplaced the renderer's prop wholesale and silently droppeddata-checked.Updated dependencies [7ee119d]
Updated dependencies [15ffd4e]
Updated dependencies [15ffd4e]
@input/pen-vue@0.1.3
Patch Changes
@input/pen-schema@0.1.3
Patch Changes
@input/pen-ingest@0.1.3
Patch Changes
@input/pen-markdown@0.1.3
Patch Changes
@input/pen-assets@0.1.3
Patch Changes
@input/pen-test@0.1.3
Patch Changes
@input/pen-transport@0.1.3
Patch Changes
@input/pen-bench@0.1.3
@input/pen-types@0.1.3