Skip to content

Version Packages#413

Merged
michaeltaranto merged 1 commit into
masterfrom
changeset-release/master
Jun 11, 2025
Merged

Version Packages#413
michaeltaranto merged 1 commit into
masterfrom
changeset-release/master

Conversation

@seek-oss-ci

@seek-oss-ci seek-oss-ci commented May 20, 2025

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 master, this PR will be updated.

Releases

playroom@0.44.0

Minor Changes

  • #417 03d145d Thanks @michaeltaranto! - Improved handling of rendering errors

    Errors occurring during render no longer replace the frame contents with a red error message.
    Instead, the error is caught and overlaid on top of the last successful render result (when possible).

  • #414 e69f698 Thanks @felixhabib! - Improve snippets search ranking algorithm.
    Results are now sorted primarily by the group property over the name property, making it easier to see related snippets together.

    Replace fuzzy dependency with fuse.js to enable result sorting.

  • #410 6b5eaa3 Thanks @felixhabib! - Refactor layout.

    Improve the code editor show/hide animation.
    Prevent code contents from being searchable when the editor is hidden.

Patch Changes

  • #421 6fd2aab Thanks @askoufis! - Playroom's utility API is now bundled for both ESM and CJS

    EXAMPLE USAGE:

    // ESM import
    import { createUrl } from 'playroom';
    
    // CJS require
    const { createUrl } = require('playroom');
  • #424 8795fde Thanks @michaeltaranto! - Use clsx consistently for building class lists

    Remove classnames in favor of clsx for building class lists in the Playroom codebase.

  • #423 4640ca1 Thanks @michaeltaranto! - Preview: Improve accessibility of loading screen

  • #418 1d59ba3 Thanks @felixhabib! - Migrate some internal files from Javascript to Typescript.

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner May 20, 2025 02:00
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 3 times, most recently from fe8a3b8 to a2bf19c Compare May 25, 2025 23:23
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 2 times, most recently from c5e6bc3 to 2bf3ad9 Compare June 10, 2025 01:40
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 4 times, most recently from c752f9f to b5db127 Compare June 11, 2025 06:43
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from b5db127 to 7b144c9 Compare June 11, 2025 06:50
@michaeltaranto michaeltaranto merged commit 39e5251 into master Jun 11, 2025
6 checks passed
@michaeltaranto michaeltaranto deleted the changeset-release/master branch June 11, 2025 07:00
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.

2 participants