Skip to content

Release: Version packages - #373

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Release: Version packages#373
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 15, 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

@playhtml/extension-types@0.6.0

Minor Changes

  • 769bba1: Add the synchronized Internet Commute train assignment contract so the extension, hosted page, and Worker can share bounded train routes without exposing exact Slow Mode destination URLs.

@playhtml/common@0.9.1

Patch Changes

  • 74e4d35: Make playhtml.register(elementOrId, initializer) the recommended vanilla API for custom elements using either updateElement or view. Callers can pass an existing HTML element or register by id before the element exists. Registered initializers bind through the standard setup path without being copied onto DOM elements, while direct element-property configuration remains supported for compatibility.
  • ad66821: Page-data channels can now update primitive roots with functional updates that return the next value.
  • 75c1cce: Avoid redundant shared-data writes when incoming object and array values are unchanged, preventing unnecessary collaborative document history growth.

playhtml@2.14.2

Patch Changes

  • 74e4d35: Make playhtml.register(elementOrId, initializer) the recommended vanilla API for custom elements using either updateElement or view. Callers can pass an existing HTML element or register by id before the element exists. Registered initializers bind through the standard setup path without being copied onto DOM elements, while direct element-property configuration remains supported for compatibility.
  • ad66821: Page-data channels can now update primitive roots with functional updates that return the next value.
  • 23e3b32: Avoid reinitializing bound elements during repeated page scans and limit local awareness updates to the element that changed, reducing navigation and presence overhead on pages with many PlayHTML elements.
  • fb24e9b: Preserve the embedding page's room namespace for srcdoc examples so stable element IDs reconnect to their existing shared data.
  • Updated dependencies [74e4d35]
  • Updated dependencies [ad66821]
  • Updated dependencies [75c1cce]
    • @playhtml/common@0.9.1

@playhtml/react@2.1.1

Patch Changes

  • bddcd97: Register newly mounted interactive elements before the browser can receive input so they respond immediately without requiring a refresh.
  • ad66821: Page-data channels can now update primitive roots with functional updates that return the next value.
  • 732acd2: Stop cursor-presence updates from re-rendering every playhtml component on the page. PlayProvider no longer stores live cursor positions in context state (the context value is now memoized and the presence map keeps a stable identity; reactive consumers use the useCursorPresences hook, which is unchanged), and usePlayerIdentity only re-renders its consumers when the identity actually changes rather than on every presence tick. On a room with ~3,000 elements this reduced renders during a one-second drag from ~340,000 to just the elements whose data changed.
  • Updated dependencies [74e4d35]
  • Updated dependencies [ad66821]
  • Updated dependencies [23e3b32]
  • Updated dependencies [fb24e9b]
    • playhtml@2.14.2

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 15, 2026

Copy link
Copy Markdown

Deploying playhtml with  Cloudflare Pages  Cloudflare Pages

Latest commit: d74665b
Status: ✅  Deploy successful!
Preview URL: https://77e3290e.playhtml.pages.dev
Branch Preview URL: https://changeset-release-main.playhtml.pages.dev

View logs

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 29 times, most recently from e769f0b to e0d2209 Compare August 20, 2026 05:33
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 28 times, most recently from dd127bd to 6e89b4a Compare August 28, 2026 16:22
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6e89b4a to d74665b Compare August 28, 2026 16:23
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.

0 participants