Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps playroom from 0.28.0 to 1.0.0.

Release notes

Sourced from playroom's releases.

v1.0.0

Major Changes

  • #453 abc492f Thanks @​michaeltaranto! - This release features a major design overhaul, modernising the interface and introducing some exciting new features. Virtual file management now enables switching between multiple designs locally in the browser, while still supporting collaboration via shareable links.

    Highlights of the new interface include:

    • Designs autosave locally in the browser, using the title as a name
    • Return visits no longer restore the last code, instead listing locally saved designs as an option (or just start fresh)
    • Add "Open Playroom" option (with thumbnail previews) to make switching between designs easier
    • Add "New Playroom" option to quickly start fresh
    • Add "Duplicate" option to start a design variation
    • Improved affordance of editor actions, i.e. snippets, format, as well as cursor and selection actions.
    • Add "Show/Hide UI" option (with keyboard shortcut) to make focusing on design frames easier
    • Replace splash screen on Preview mode with dismissable header
    • Add "Edit" link to Preview mode header to make returning code easier
    • Add footer to Preview mode when embedding links
    • Improve affordance of syntax errors, including jump to line feature

v0.44.4

Patch Changes

  • #450 2dfefd8 Thanks @​felixhabib! - Ensure "Toggle comment" command works correctly when there is no other code in the editor.

  • #451 4a515dc Thanks @​felixhabib! - Ensure "Format code" command works correctly when there is no code other than JSX comments in the editor.

v0.44.3

Patch Changes

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

... (truncated)

Changelog

Sourced from playroom's changelog.

1.0.0

Major Changes

  • #453 abc492f Thanks @​michaeltaranto! - This release features a major design overhaul, modernising the interface and introducing some exciting new features. Virtual file management now enables switching between multiple designs locally in the browser, while still supporting collaboration via shareable links.

    Highlights of the new interface include:

    • Designs autosave locally in the browser, using the title as a name
    • Return visits no longer restore the last code, instead listing locally saved designs as an option (or just start fresh)
    • Add "Open Playroom" option (with thumbnail previews) to make switching between designs easier
    • Add "New Playroom" option to quickly start fresh
    • Add "Duplicate" option to start a design variation
    • Improved affordance of editor actions, i.e. snippets, format, as well as cursor and selection actions.
    • Add "Show/Hide UI" option (with keyboard shortcut) to make focusing on design frames easier
    • Replace splash screen on Preview mode with dismissable header
    • Add "Edit" link to Preview mode header to make returning code easier
    • Add footer to Preview mode when embedding links
    • Improve affordance of syntax errors, including jump to line feature

0.44.4

Patch Changes

  • #450 2dfefd8 Thanks @​felixhabib! - Ensure "Toggle comment" command works correctly when there is no other code in the editor.

  • #451 4a515dc Thanks @​felixhabib! - Ensure "Format code" command works correctly when there is no code other than JSX comments in the editor.

0.44.3

Patch Changes

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.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for playroom since your current version.


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 1.0.0.
- [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...v1.0.0)

---
updated-dependencies:
- dependency-name: playroom
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 7, 2025
@shopify-shipitnext
Copy link

🔎 View this PR in Shipit Next.

ℹ️ Expand to learn how to deploy and handle emergencies using Shipit Next

Overview

Shipit Next will merge your code on your behalf because this repository uses Shipit Next and its merge queue.

To ship this PR, you can either:

Comment Commands

  • /shipit: Enqueue this PR into the merge queue where it will eventually be merged and deployed.
  • /cancel: Eject this PR from the merge queue and rebuild PRs that were enqueued after this PR.
  • /shipit --jump-queue: Enqueue this PR at the top of the merge queue where it will be included in the next deploy. Use this for non-emergency situations.
    - Emergency handling procedure for this command can be found here.
  • /shipit --emergency: Merge this PR directly into main and deploy to all environments once all require_for_emergency CI checks pass. Please be aware that changes deployed with this command will not be automatically rolled back.

Commands exclusive to Deploy Before Merge

  • /cancel --emergency: Eject this PR from the merge and rollback any deployments containing this PR.

Documentation

Questions or feedback?

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