Skip to content

Commit

Permalink
Version Packages (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Mar 7, 2023
1 parent b247e88 commit 117e249
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/khaki-horses-lay.md

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# playroom

## 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 |

## 0.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playroom",
"version": "0.29.0",
"version": "0.30.0",
"description": "Design with code, powered by your own component library",
"main": "utils/index.js",
"types": "utils/index.d.ts",
Expand Down

0 comments on commit 117e249

Please sign in to comment.