Skip to content

Bump playroom from 0.28.0 to 0.44.2 #13994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps playroom from 0.28.0 to 0.44.2.

Release notes

Sourced from playroom's releases.

v0.44.2

Patch Changes

  • #442 f1f8fbf Thanks @​michaeltaranto! - Ensure code populates the editor on page load

    Resolves a timing issue where code would not be populated into the editor on page load in some browsers.

  • #443 1a464a1 Thanks @​michaeltaranto! - Evaluate scope in the context of FrameComponent

    Ensure the provided scope is evaluated within the context of the provided FrameComponent. This was a regression in the recent refactor, and fixing it enables usage of React Context by wrapping a Provider in the FrameComponent and retrieving its value via scope.

v0.44.1

Patch Changes

  • #426 934992c Thanks @​michaeltaranto! - refactor: Improve internal structure enable UI flexibility

  • #435 f1f7869 Thanks @​felixhabib! - Ensure UI size adapts to mobile browser toolbars that appear and disappear.

    Use dynamic viewport units to ensure the UI remains responsive across different devices.

  • #439 61654dc Thanks @​michaeltaranto! - Migrate top-level layout to CSS Grid

    Refactor the top-level layout of Playroom to use CSS Grid in preparation for upcoming UI features.

    Additionally, migrate away from re-resizable package for panel resizing in favour of a custom implementation to improve UI performance.

  • #438 4ae409a Thanks @​michaeltaranto! - Remove legacy undocked editor mode

    An earlier version of Playroom had support for an undocked editor mode, previously hidden from the UI due to being buggy. Removing this code in preparation for UI uplift work.

  • #440 a3e9893 Thanks @​michaeltaranto! - Refactor internal space and radius tokens

    Evolve the internal space and radius scales to be more fit for purpose with upcoming UI work.

v0.44.0

Minor Changes

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

    BREAKING CHANGE:

    Migrating the utils entries to TypeScript has necessitated an internal build step to produce both ESM and CJS versions. As a result, these APIs are now exposed as named exports at the top level of the playroom package.

    MIGRATION GUIDE:

    For ESM imports:

... (truncated)

Changelog

Sourced from playroom's changelog.

0.44.2

Patch Changes

  • #442 f1f8fbf Thanks @​michaeltaranto! - Ensure code populates the editor on page load

    Resolves a timing issue where code would not be populated into the editor on page load in some browsers.

  • #443 1a464a1 Thanks @​michaeltaranto! - Evaluate scope in the context of FrameComponent

    Ensure the provided scope is evaluated within the context of the provided FrameComponent. This was a regression in the recent refactor, and fixing it enables usage of React Context by wrapping a Provider in the FrameComponent and retrieving its value via scope.

0.44.1

Patch Changes

  • #426 934992c Thanks @​michaeltaranto! - refactor: Improve internal structure enable UI flexibility

  • #435 f1f7869 Thanks @​felixhabib! - Ensure UI size adapts to mobile browser toolbars that appear and disappear.

    Use dynamic viewport units to ensure the UI remains responsive across different devices.

  • #439 61654dc Thanks @​michaeltaranto! - Migrate top-level layout to CSS Grid

    Refactor the top-level layout of Playroom to use CSS Grid in preparation for upcoming UI features.

    Additionally, migrate away from re-resizable package for panel resizing in favour of a custom implementation to improve UI performance.

  • #438 4ae409a Thanks @​michaeltaranto! - Remove legacy undocked editor mode

    An earlier version of Playroom had support for an undocked editor mode, previously hidden from the UI due to being buggy. Removing this code in preparation for UI uplift work.

  • #440 a3e9893 Thanks @​michaeltaranto! - Refactor internal space and radius tokens

    Evolve the internal space and radius scales to be more fit for purpose with upcoming UI work.

0.44.0

Minor Changes

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

    BREAKING CHANGE:

    Migrating the utils entries to TypeScript has necessitated an internal build step to produce both ESM and CJS versions. As a result, these APIs are now exposed as named exports at the top level of the playroom package.

    MIGRATION GUIDE:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [playroom](https://github.com/seek-oss/playroom) from 0.28.0 to 0.44.2.
- [Release notes](https://github.com/seek-oss/playroom/releases)
- [Changelog](https://github.com/seek-oss/playroom/blob/master/CHANGELOG.md)
- [Commits](seek-oss/playroom@v0.28.0...v0.44.2)

---
updated-dependencies:
- dependency-name: playroom
  dependency-version: 0.44.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2025
@github-actions github-actions bot enabled auto-merge (squash) August 13, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants