Skip to content

Version Packages - #24

Merged
krijnrijshouwer merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

Version Packages#24
krijnrijshouwer merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 28, 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 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
    • @input/pen-types@0.1.3

@input/pen-yjs@0.1.3

Patch Changes

  • @input/pen-types@0.1.3

@input/pen-ai@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-tools@0.1.3
    • @input/pen-ingest@0.1.3
    • @input/pen-types@0.1.3

@input/pen-autoformat@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-interop@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-ingest@0.1.3
    • @input/pen-markdown@0.1.3
    • @input/pen-types@0.1.3

@input/pen-multiplayer@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-search@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-shortcuts@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-snapshots@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-tools@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-ingest@0.1.3
    • @input/pen-markdown@0.1.3
    • @input/pen-types@0.1.3

@input/pen-undo@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-ai@0.1.3
    • @input/pen-interop@0.1.3
    • @input/pen-shortcuts@0.1.3
    • @input/pen-tools@0.1.3
    • @input/pen-undo@0.1.3
    • @input/pen-schema@0.1.3
    • @input/pen-types@0.1.3

@input/pen-dom@0.1.3

Patch Changes

  • 7ee119d: Render all three colour marks (textColor, backgroundColor, highlight) through a var() fallback and data-color, so on-screen colour paints by default and hosts can remap opaque tokens without !important (RI7). textColor and backgroundColor previously fell through to the unknown-mark span and dropped the stored colour entirely.

    The paint is an inline style: a host rule that set color or background-color on the mark itself used to apply and no longer does. Set --pen-text-color, --pen-background-color, or --pen-highlight-color on the mark instead — see STYLING.md. Export and clipboard HTML are unaffected; both come from schema.serialize.toHTML and still carry the stored value. Kept as patch so the 0.1.x train stays on 0.1.3.

  • 15ffd4e: On A5 mapped selectionChange after editor.apply, drop leftover edit-context-textupdate authority 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-shortcuts@0.1.3
    • @input/pen-types@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 extraAttributes and data-* through numbered list items onto ListItemLayout so composed renderers can paint alignment and other attributes without dropping the ordered-list marker or start (HB8). Export ListItemHostAttributes as the host-facing shape for cloning a default list-item renderer.

    ListItemLayout now writes host attributes before its own, so a host can no longer overwrite data-block-type, data-indent, data-selected, data-pen-list-item-layout, data-counter, or data-checked. This also fixes check list items, where a host extraAttributes replaced the renderer's prop wholesale and silently dropped data-checked.

  • Updated dependencies [7ee119d]

  • Updated dependencies [15ffd4e]

  • Updated dependencies [15ffd4e]

    • @input/pen-dom@0.1.3
    • @input/pen-core@0.1.3
    • @input/pen-ai@0.1.3
    • @input/pen-interop@0.1.3
    • @input/pen-multiplayer@0.1.3
    • @input/pen-search@0.1.3
    • @input/pen-shortcuts@0.1.3
    • @input/pen-snapshots@0.1.3
    • @input/pen-schema@0.1.3
    • @input/pen-types@0.1.3

@input/pen-vue@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.
  • Updated dependencies [7ee119d]
  • Updated dependencies [15ffd4e]
  • Updated dependencies [15ffd4e]
    • @input/pen-dom@0.1.3
    • @input/pen-core@0.1.3
    • @input/pen-interop@0.1.3
    • @input/pen-schema@0.1.3
    • @input/pen-types@0.1.3

@input/pen-schema@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-ingest@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-markdown@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-types@0.1.3

@input/pen-assets@0.1.3

Patch Changes

  • @input/pen-types@0.1.3

@input/pen-test@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-yjs@0.1.3
    • @input/pen-interop@0.1.3
    • @input/pen-schema@0.1.3
    • @input/pen-types@0.1.3

@input/pen-transport@0.1.3

Patch Changes

  • @input/pen-core@0.1.3
    • @input/pen-ai@0.1.3
    • @input/pen-types@0.1.3

@input/pen-bench@0.1.3

@input/pen-types@0.1.3

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from b55da8e to 0cc0468 Compare August 28, 2026 16:22
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0cc0468 to 8f9f170 Compare August 28, 2026 16:39
@krijnrijshouwer
krijnrijshouwer merged commit 7b7bb20 into main Aug 28, 2026
21 checks passed
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