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

playroom

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playroom - npm Package Versions

1
46
14

0.31.0

Diff
seek-oss-ci
published 0.31.0 •

Changelog

Source

0.31.0

Minor Changes

  • 8ce01ff: Add keyboard shortcuts legend to the settings panel, to help with discoverability.

  • 8ce01ff: Adds keybinding for wrapping the current selection in a tag.

    Pressing <kbd><kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>,</kbd></kbd> (or, on Windows, <kbd><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>,</kbd></kbd>) will wrap the currently selected text in an empty fragment that is ready to be typed in.

    Works for single cursors (doesn't wrap anything), single line selections, multi-line selections, and multiple cursors.

seek-oss-ci
published 0.30.0 •

Changelog

Source

0.30.0

Minor Changes

  • b247e88: Adds multi-cursor support.

    The keyboard shortcuts added in the previous version (swap/duplicate line up/down) now support multiple cursors being on screen. "Select next occurrence" and "add cursor up/down" have also been implemented.

    | Keybinding | Action | | -------------------------------------------------------------- | ----------------------- | | <kbd><kbd>Alt</kbd> + <kbd>Up</kbd></kbd> | Swap line up | | <kbd><kbd>Alt</kbd> + <kbd>Down</kbd></kbd> | Swap line down | | <kbd><kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>Up</kbd></kbd> | Duplicate line up | | <kbd><kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>Down</kbd></kbd> | Duplicate line down | | <kbd><kbd>Cmd</kbd> + <kbd>Alt</kbd> + <kbd>Up</kbd></kbd> | Add cursor to prev line | | <kbd><kbd>Cmd</kbd> + <kbd>Alt</kbd> + <kbd>Down</kbd></kbd> | Add cursor to next line | | <kbd><kbd>Cmd</kbd> + <kbd>D</kbd></kbd> | Select next occurrence |

seek-oss-ci
published 0.29.0 •

Changelog

Source

0.29.0

Minor Changes

  • 9fc8c0d: Adds VSCode-style keybindings for move line up/down and copy line up/down. Works for selections as well as single lines.

    See the VSCode keyboard shortcut reference for details (Mac/Windows).

seek-oss-ci
published 0.0.0-add-keyboard-shortcuts-20230301030831 •
seek-oss-ci
published 0.28.2 •

Changelog

Source

0.28.2

Patch Changes

  • 8030325: Update all dependencies

  • 8030325: Fix error message on gutter marker tooltip

    Playroom wraps the code in a Fragment to compile it and then removes it from the error message displayed as a tooltip on the gutter marker if it fails to compile.

    The logic has been improved to remove the first occurence of an opening <React.Fragment> and the last occurence of </React.Fragment>.

    Errors should no longer incorrectly have a stray closing fragment:

    "unknown: Expected corresponding JSX closing tag for <Boxerror>. (3:0)
    
       1 | <Boxerror>
       2 |   ...
    -> 3 | </Box></React.Fragment>
    +> 3 | </Box>
         | ^"
    
  • cbcf1cf: Update dependencies (and move to pnpm internally)

seek-oss-ci
published 0.28.1 •
seek-oss-ci
published 0.0.0-vite-20221114105805 •
seek-oss-ci
published 0.0.0-vite-20221114101233 •
seek-oss-ci
published 0.0.0-vite-20221106032023 •
seek-oss-ci
published 0.28.0 •