Skip to content

Release: Version packages#74

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

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

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 16, 2026

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/common@0.6.0

Minor Changes

  • cd467ce: Add page-level shared data and presence API

    • playhtml.createPageData(name, default) for named persistent data channels not tied to DOM elements
    • playhtml.presence for unified per-user presence with named channels, isMe flag, and channel-scoped onPresenceChange
    • Deprecate playhtml.cursorClient in favor of playhtml.presence
  • 6b0964f: Add playhtml.createPresenceRoom(name) — creates a domain-scoped presence-only room connection. Returns a PresenceRoom with a PresenceAPI instance and a destroy() cleanup function. Useful for cross-page coordination like lobbies, page directories, and ambient social awareness without cursor rendering overhead.

playhtml@2.9.0

Minor Changes

  • cd467ce: Add page-level shared data and presence API

    • playhtml.createPageData(name, default) for named persistent data channels not tied to DOM elements
    • playhtml.presence for unified per-user presence with named channels, isMe flag, and channel-scoped onPresenceChange
    • Deprecate playhtml.cursorClient in favor of playhtml.presence
  • 6b0964f: Add playhtml.createPresenceRoom(name) — creates a domain-scoped presence-only room connection. Returns a PresenceRoom with a PresenceAPI instance and a destroy() cleanup function. Useful for cross-page coordination like lobbies, page directories, and ambient social awareness without cursor rendering overhead.

Patch Changes

  • bdfa16f: Fix phantom duplicate cursors when same user has multiple tabs open on the same URL. Cursors are now deduplicated by publicKey instead of Yjs clientId. Also fixes scroll lag for inactive cursors by switching absolute-mode cursors to position:absolute (browser-native scroll compositing) and replacing the 150ms scroll debounce with requestAnimationFrame throttle.
  • Updated dependencies [cd467ce]
  • Updated dependencies [6b0964f]
    • @playhtml/common@0.6.0

@playhtml/react@0.10.1

Patch Changes

  • 8d34468: Fix React can-* elements (CanMove, CanSpin, CanGrow, CanToggle) not applying visual updates. The built-in capability's updateElement (which applies CSS transforms, class toggles, etc.) was being overwritten by the React state updater instead of composed with it.
  • Updated dependencies [bdfa16f]
  • Updated dependencies [cd467ce]
  • Updated dependencies [6b0964f]
    • playhtml@2.9.0
    • @playhtml/common@0.6.0

@playhtml/extension@0.1.9

Patch Changes

  • Updated dependencies [bdfa16f]
  • Updated dependencies [cd467ce]
  • Updated dependencies [6b0964f]
  • Updated dependencies [8d34468]
    • playhtml@2.9.0
    • @playhtml/common@0.6.0
    • @playhtml/react@0.10.1

wewere-online@0.0.2

Patch Changes

  • Updated dependencies [bdfa16f]
  • Updated dependencies [cd467ce]
  • Updated dependencies [6b0964f]
  • Updated dependencies [8d34468]
    • playhtml@2.9.0
    • @playhtml/common@0.6.0
    • @playhtml/react@0.10.1

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 16, 2026

Deploying we-were-online-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8c8ea61
Status: ✅  Deploy successful!
Preview URL: https://3928043e.we-were-online-website.pages.dev
Branch Preview URL: https://changeset-release-main.we-were-online-website.pages.dev

View logs

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 1309850 to 38bdcd4 Compare March 23, 2026 05:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 38bdcd4 to 8c8ea61 Compare March 23, 2026 06:04
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