Skip to content
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

Bump playroom from 0.28.0 to 0.41.0 #13375

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 Mar 14, 2025

Bumps playroom from 0.28.0 to 0.41.0.

Release notes

Sourced from playroom's releases.

v0.41.0

Minor Changes

  • #396 3ceb0af Thanks @​askoufis! - Drop support for React 17

    BREAKING CHANGE: React 17 is no longer supported. Playroom now requires React 18 or later.

Patch Changes

  • #396 3ceb0af Thanks @​askoufis! - Loosen @types/react and @types/react-dom dependencies to include ^18.0.0

  • #393 199c1e0 Thanks @​askoufis! - Use the URL hash for passing params to each playroom iframe even when paramType: 'search' is configured

    This change prevents a full React re-render from occurring whenever code is changed in a playroom in projects that configure paramType: 'search', resulting in a much smoother prototyping experience.

v0.40.0

Minor Changes

  • b8f89d2: Set default colour scheme to 'system'.

  • 16ec1e7: Update react and react-dom peer dependency ranges to include ^19

  • 857feab: Remove keybinding for copying Playroom link to clipboard.

  • fab7863: Drop support for browser versions that do not support the IntersectionObserver API

    Playroom no longer provides a polyfill for IntersectionObserver.

Patch Changes

  • 4412ef1: Ensure favicon is displayed on Preview links.
  • 6095dc4: Replace polished dependency with CSS relative color syntax and color-mix
  • 16ec1e7: Remove react-use dependency
  • 67006f0: Fix bug in "Wrap selection in tag" command that caused the start cursor to sometimes be in the wrong position when selecting an empty line.
  • fb14616: Restrict playroom's Vanilla Extract plugin to only process playroom's .css.ts files
  • 719c957: Remove lodash dependency

v0.39.1

Patch Changes

  • dbf3310: Update re-resizable dependency.

    Fix issue where resizable handles were stacked below the editor panel and could not be selected.

v0.39.0

Minor Changes

  • d902e17: Save editor height and width preferences as a percentage of the viewport size, rather than a fixed pixel value. This prevents the editor from obscuring preview panels when toggling the browser tools on/off or resizing the window.

  • 7aaa6d0: Save the state of the editor visibility to the Playroom URL.

... (truncated)

Changelog

Sourced from playroom's changelog.

0.41.0

Minor Changes

  • #396 3ceb0af Thanks @​askoufis! - Drop support for React 17

    BREAKING CHANGE: React 17 is no longer supported. Playroom now requires React 18 or later.

Patch Changes

  • #396 3ceb0af Thanks @​askoufis! - Loosen @types/react and @types/react-dom dependencies to include ^18.0.0

  • #393 199c1e0 Thanks @​askoufis! - Use the URL hash for passing params to each playroom iframe even when paramType: 'search' is configured

    This change prevents a full React re-render from occurring whenever code is changed in a playroom in projects that configure paramType: 'search', resulting in a much smoother prototyping experience.

0.40.0

Minor Changes

  • b8f89d2: Set default colour scheme to 'system'.

  • 16ec1e7: Update react and react-dom peer dependency ranges to include ^19

  • 857feab: Remove keybinding for copying Playroom link to clipboard.

  • fab7863: Drop support for browser versions that do not support the IntersectionObserver API

    Playroom no longer provides a polyfill for IntersectionObserver.

Patch Changes

  • 4412ef1: Ensure favicon is displayed on Preview links.
  • 6095dc4: Replace polished dependency with CSS relative color syntax and color-mix
  • 16ec1e7: Remove react-use dependency
  • 67006f0: Fix bug in "Wrap selection in tag" command that caused the start cursor to sometimes be in the wrong position when selecting an empty line.
  • fb14616: Restrict playroom's Vanilla Extract plugin to only process playroom's .css.ts files
  • 719c957: Remove lodash dependency

0.39.1

Patch Changes

  • dbf3310: Update re-resizable dependency.

    Fix issue where resizable handles were stacked below the editor panel and could not be selected.

0.39.0

Minor Changes

... (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.41.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...v0.41.0)

---
updated-dependencies:
- dependency-name: playroom
  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 Mar 14, 2025
@github-actions github-actions bot enabled auto-merge (squash) March 14, 2025 07:44
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