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.39.0 #12765

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2024

Bumps playroom from 0.28.0 to 0.39.0.

Release notes

Sourced from playroom's releases.

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.

    This allows you to share a Playroom link with the editor either open or closed on load.

  • ee73b75: Update snippets behaviour to instantly navigate and scroll to the currently selected snippet. This eliminates sluggish feeling caused by smooth scroll.

Patch Changes

  • c5d5808: Fixes a bug that was causing erroneous snippet previews and broken preview updates when moving the cursor in the snippets panel while the snippets panel was closing.

v0.38.1

Patch Changes

  • a62002d: Apply title from url on page load

    Previously the document title would only update when the frames panel is open. The title is now correctly reflected from the url on page load.

  • cf0fa9e: start: Disable webpack error overlay

    Prevent the default webpack dev server error overlay from blocking the preview frames in start mode. Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually.

v0.38.0

Minor Changes

  • 7df36e3: Improve frame filtering UX.

    • Allow users to select all checkboxes in a frame filter section, rather than automatically unselecting all checkboxes when all are selected.
    • Rename the "Show all" button to "Clear" to reinforce the filtering pattern.
  • 384810e: Use CSS gap and grid for layout spacing in Playroom UI.

Patch Changes

  • a0724d2: Fixes a bug in the side panel exit animation that was causing the contents to vanish abruptly
  • 934a017: Exclude irrelevant files from published package
  • 92a0039: Fix Playroom UI icon centering
  • 422a259: Remove data-testid attributes from UI elements

v0.37.1

Patch Changes

... (truncated)

Changelog

Sourced from playroom's changelog.

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

    This allows you to share a Playroom link with the editor either open or closed on load.

  • ee73b75: Update snippets behaviour to instantly navigate and scroll to the currently selected snippet. This eliminates sluggish feeling caused by smooth scroll.

Patch Changes

  • c5d5808: Fixes a bug that was causing erroneous snippet previews and broken preview updates when moving the cursor in the snippets panel while the snippets panel was closing.

0.38.1

Patch Changes

  • a62002d: Apply title from url on page load

    Previously the document title would only update when the frames panel is open. The title is now correctly reflected from the url on page load.

  • cf0fa9e: start: Disable webpack error overlay

    Prevent the default webpack dev server error overlay from blocking the preview frames in start mode. Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually.

0.38.0

Minor Changes

  • 7df36e3: Improve frame filtering UX.

    • Allow users to select all checkboxes in a frame filter section, rather than automatically unselecting all checkboxes when all are selected.
    • Rename the "Show all" button to "Clear" to reinforce the filtering pattern.
  • 384810e: Use CSS gap and grid for layout spacing in Playroom UI.

Patch Changes

  • a0724d2: Fixes a bug in the side panel exit animation that was causing the contents to vanish abruptly
  • 934a017: Exclude irrelevant files from published package
  • 92a0039: Fix Playroom UI icon centering
  • 422a259: Remove data-testid attributes from UI elements

0.37.1

... (truncated)

Commits
  • 8cc6f07 Version Packages (#366)
  • 7aaa6d0 Save editor hidden status to Playroom url (#369)
  • d74a3a8 re: Snippets bug - update changeset and minor refactor (#372)
  • c5d5808 fix: Disable snippet previews while snippet panel is closing (#371)
  • cb726c7 Provide explicit port for all projects (#370)
  • 0c80366 Switch to NPM_TOKEN (#367)
  • d902e17 Save code editor size preference as percentage (#363)
  • ee73b75 Improve snippets scrolling behaviour (#364)
  • ff68fad Add shorthand for start, build and serve scripts without theme variant ...
  • ae7053f Version Packages (#362)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.39.0 branch 3 times, most recently from 8add599 to 4247eed Compare November 4, 2024 19:47
@github-actions github-actions bot enabled auto-merge (squash) November 4, 2024 19:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.39.0 branch from 4247eed to 3d2943a Compare November 4, 2024 20:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.39.0 branch from 3d2943a to 7fc542a Compare November 4, 2024 20:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.39.0 branch from 7fc542a to a0fca5b Compare November 4, 2024 20:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.39.0 branch from a0fca5b to 14f58d5 Compare November 4, 2024 20:25
Bumps [playroom](https://github.com/seek-oss/playroom) from 0.28.0 to 0.39.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.39.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.39.0 branch from 14f58d5 to 8fc80ed Compare November 4, 2024 20:37
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

Superseded by #12885.

@dependabot dependabot bot closed this Nov 8, 2024
auto-merge was automatically disabled November 8, 2024 16:57

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playroom-0.39.0 branch November 8, 2024 16:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants