Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 4, 2025

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.4.0

Minor Changes

  • 3e385c7: Add composable cursor room configuration with filtering and styling options.

playhtml@2.6.0

Minor Changes

  • 3e385c7: Add composable cursor room configuration with filtering and styling options.

  • 7cc91bd: Add removeElementData API for cleaning up orphaned element data

    This release adds a new removeElementData(tag, elementId) function to both the core playhtml package and the React wrapper. This function allows you to clean up orphaned data when elements are deleted, preventing accumulation of stale data in the database.

    Usage:

    import { removeElementData } from "@playhtml/react";
    
    // Or access via playhtml object
    import { playhtml } from "@playhtml/react";
    playhtml.removeElementData("can-move", elementId);

Patch Changes

  • Updated dependencies [3e385c7]
    • @playhtml/common@0.4.0

@playhtml/react@0.8.0

Minor Changes

  • 3e385c7: Add composable cursor room configuration with filtering and styling options.

  • 7cc91bd: Add removeElementData API for cleaning up orphaned element data

    This release adds a new removeElementData(tag, elementId) function to both the core playhtml package and the React wrapper. This function allows you to clean up orphaned data when elements are deleted, preventing accumulation of stale data in the database.

    Usage:

    import { removeElementData } from "@playhtml/react";
    
    // Or access via playhtml object
    import { playhtml } from "@playhtml/react";
    playhtml.removeElementData("can-move", elementId);

Patch Changes

  • Updated dependencies [3e385c7]
  • Updated dependencies [7cc91bd]
    • playhtml@2.6.0
    • @playhtml/common@0.4.0

@playhtml/extension@0.1.6

Patch Changes

  • Updated dependencies [3e385c7]
  • Updated dependencies [7cc91bd]
    • playhtml@2.6.0
    • @playhtml/common@0.4.0
    • @playhtml/react@0.8.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 5878b05 to c4747fb Compare November 10, 2025 18:00
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 90d6a98 to 0041484 Compare November 19, 2025 23:05
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 1149234 to 657c65b Compare November 21, 2025 07:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from 657c65b to 090917e Compare December 5, 2025 02:40
@github-actions github-actions bot force-pushed the changeset-release/main branch from 090917e to ed9c370 Compare January 5, 2026 15:30
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