Release: Version packages - #373
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Deploying playhtml with
|
| Latest commit: |
d74665b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://77e3290e.playhtml.pages.dev |
| Branch Preview URL: | https://changeset-release-main.playhtml.pages.dev |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
29 times, most recently
from
August 20, 2026 05:33
e769f0b to
e0d2209
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
28 times, most recently
from
August 28, 2026 16:22
dd127bd to
6e89b4a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 28, 2026 16:23
6e89b4a to
d74665b
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 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
@playhtml/common@0.9.1
Patch Changes
playhtml.register(elementOrId, initializer)the recommended vanilla API for custom elements using eitherupdateElementorview. 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.playhtml@2.14.2
Patch Changes
playhtml.register(elementOrId, initializer)the recommended vanilla API for custom elements using eitherupdateElementorview. 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.srcdocexamples so stable element IDs reconnect to their existing shared data.@playhtml/react@2.1.1
Patch Changes