Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps playroom from 0.28.0 to 0.38.0.

Release notes

Sourced from playroom's releases.

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

  • 2b6d5c5: Update lz-string to 1.5.0, and removed unnecessary @​types/lz-string

v0.37.0

Minor Changes

  • 94c75f8: Add "Find", "Find and replace", and "Jump to line" functionality.

    Keybindings for these new commands are:

    • Cmd + F / Ctrl + F - Find
    • Cmd + Option + F / Ctrl + Alt + F - Find and replace
    • Cmd + G / Ctrl + G - Jump to line

Patch Changes

  • 71f694a: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax.

v0.36.0

Minor Changes

  • c3f0373: Drop support for Node versions <18.12.0

  • 90edcc8: Add keybinding for copying Playroom link to clipboard with ⌘ + ⇧ + C (or, on Windows, Ctrl + Shift + C).

  • c99cc30: Add keybinding to toggle comment syntax for the current selection.

    Pressing Cmd + / (or, on Windows, Ctrl + /) will toggle comment syntax for the currently selected text. If no text is selected, the line the cursor is on will toggle comment syntax.

Patch Changes

  • dd95719: Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability.

... (truncated)

Changelog

Sourced from playroom's changelog.

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

Patch Changes

  • 2b6d5c5: Update lz-string to 1.5.0, and removed unnecessary @​types/lz-string

0.37.0

Minor Changes

  • 94c75f8: Add "Find", "Find and replace", and "Jump to line" functionality.

    Keybindings for these new commands are:

    • Cmd + F / Ctrl + F - Find
    • Cmd + Option + F / Ctrl + Alt + F - Find and replace
    • Cmd + G / Ctrl + G - Jump to line

Patch Changes

  • 71f694a: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax.

0.36.0

Minor Changes

  • c3f0373: Drop support for Node versions <18.12.0

  • 90edcc8: Add keybinding for copying Playroom link to clipboard with ⌘ + ⇧ + C (or, on Windows, Ctrl + Shift + C).

  • c99cc30: Add keybinding to toggle comment syntax for the current selection.

    Pressing Cmd + / (or, on Windows, Ctrl + /) will toggle comment syntax for the currently selected text. If no text is selected, the line the cursor is on will toggle comment syntax.

... (truncated)

Commits
  • bbafd12 Version Packages (#351)
  • 7176790 Add Box component (#359)
  • e2bd356 Fix iframe re-loading when serving certain fixtures (#358)
  • bbd33df Update inline spacing treatment, using modern CSS features (#357)
  • 384810e Update Stack component to use CSS gap (#355)
  • 7df36e3 Improve Frame Filtering UX (#352)
  • 422a259 Update Cypress tests to reference elements by name and role instead of `data-...
  • 92a0039 Fix centering of settings panel and toolbar icons (#354)
  • 934a017 Add files config to package.json to exclude irrelevant files from publish...
  • a0724d2 Fix side panel exit animation (#350)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.38.0 branch 2 times, most recently from dcc4f87 to dde08e2 Compare July 9, 2024 06:10
Bumps [playroom](https://github.com/seek-oss/playroom) from 0.28.0 to 0.38.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.38.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 force-pushed the dependabot/npm_and_yarn/playroom-0.38.0 branch from dde08e2 to 15df311 Compare July 10, 2024 13:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #12592.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playroom-0.38.0 branch September 2, 2024 07:20
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