New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

playroom

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playroom - npm Package Versions

1345
14

0.38.0

Diff
seek-oss-ci
published 0.38.0 •

Changelog

Source

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
seek-oss-ci
published 0.0.0-master-20240611042415 •
seek-oss-ci
published 0.0.0-improve-frame-filtering-ux-20240524002129 •
seek-oss-ci
published 0.0.0-improve-frame-filtering-ux-20240517001254 •
seek-oss-ci
published 0.0.0-add-files-config-20240516235613 •
seek-oss-ci
published 0.0.0-fix-close-panel-animation-1-20240510034747 •
seek-oss-ci
published 0.0.0-add-files-config-20240423012728 •
seek-oss-ci
published 0.0.0-add-files-config-20240423011929 •
seek-oss-ci
published 0.37.1 •

Changelog

Source

0.37.1

Patch Changes

  • 2b6d5c5: Update lz-string to 1.5.0, and removed unnecessary @types/lz-string
seek-oss-ci
published 0.37.0 •

Changelog

Source

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.