diff --git a/.changeset/afraid-toes-reply.md b/.changeset/afraid-toes-reply.md deleted file mode 100644 index 8ca1995e..00000000 --- a/.changeset/afraid-toes-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability. diff --git a/.changeset/breezy-monkeys-cough.md b/.changeset/breezy-monkeys-cough.md deleted file mode 100644 index fe87db49..00000000 --- a/.changeset/breezy-monkeys-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Remove dependency on `current-git-branch` package diff --git a/.changeset/early-dogs-peel.md b/.changeset/early-dogs-peel.md deleted file mode 100644 index 76977fba..00000000 --- a/.changeset/early-dogs-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Replace `query-string` dependency with `URLSearchParams` diff --git a/.changeset/early-months-fold.md b/.changeset/early-months-fold.md deleted file mode 100644 index 5c8ceb53..00000000 --- a/.changeset/early-months-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Update shortcut format for Windows users for consistency with standard styling. diff --git a/.changeset/eighty-pears-deny.md b/.changeset/eighty-pears-deny.md deleted file mode 100644 index 2fca14b4..00000000 --- a/.changeset/eighty-pears-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -In the Settings Panel, sort keyboard shortcuts order by most frequently and widely used. Related shortcuts are grouped together. diff --git a/.changeset/plenty-poets-nail.md b/.changeset/plenty-poets-nail.md deleted file mode 100644 index f6fcdacc..00000000 --- a/.changeset/plenty-poets-nail.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'playroom': patch ---- - -Move Title setting from Settings Panel to Frame Panel to group current playroom settings together and improve discoverability. - -Now, all settings that affect the current playroom tab live in the Frame Panel. -Settings affecting all playroom tabs live in the Settings Panel. diff --git a/.changeset/popular-dingos-walk.md b/.changeset/popular-dingos-walk.md deleted file mode 100644 index ac3ab1ed..00000000 --- a/.changeset/popular-dingos-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Fix an issue where new Playroom tabs without a set title would load a recently used title. diff --git a/.changeset/shiny-jobs-obey.md b/.changeset/shiny-jobs-obey.md deleted file mode 100644 index 1e807c9b..00000000 --- a/.changeset/shiny-jobs-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': minor ---- - -Drop support for Node versions <18.12.0 diff --git a/.changeset/six-fans-appear.md b/.changeset/six-fans-appear.md deleted file mode 100644 index 8c77f69d..00000000 --- a/.changeset/six-fans-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Upgrade `webpack-dev-server` to v5 diff --git a/.changeset/spicy-fireants-yell.md b/.changeset/spicy-fireants-yell.md deleted file mode 100644 index 00dc1903..00000000 --- a/.changeset/spicy-fireants-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': minor ---- - -Add keybinding for copying Playroom link to clipboard with + + C (or, on Windows, Ctrl + Shift + C). diff --git a/.changeset/tender-spiders-compete.md b/.changeset/tender-spiders-compete.md deleted file mode 100644 index 02bf4a66..00000000 --- a/.changeset/tender-spiders-compete.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'playroom': minor ---- - -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. diff --git a/.changeset/thick-items-protect.md b/.changeset/thick-items-protect.md deleted file mode 100644 index ccdf21c8..00000000 --- a/.changeset/thick-items-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Update dependencies diff --git a/.changeset/tiny-plums-develop.md b/.changeset/tiny-plums-develop.md deleted file mode 100644 index 797c82d8..00000000 --- a/.changeset/tiny-plums-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Fix async import of playroom config on Windows diff --git a/CHANGELOG.md b/CHANGELOG.md index e3756638..c7d0d90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # playroom +## 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. + +### Patch Changes + +- dd95719: Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability. +- cad1ded: Remove dependency on `current-git-branch` package +- 0215bb4: Replace `query-string` dependency with `URLSearchParams` +- 6ad5895: Update shortcut format for Windows users for consistency with standard styling. +- cb3c427: In the Settings Panel, sort keyboard shortcuts order by most frequently and widely used. Related shortcuts are grouped together. +- b1766c2: Move Title setting from Settings Panel to Frame Panel to group current playroom settings together and improve discoverability. + + Now, all settings that affect the current playroom tab live in the Frame Panel. + Settings affecting all playroom tabs live in the Settings Panel. + +- 41e8cfa: Fix an issue where new Playroom tabs without a set title would load a recently used title. +- 134c5a4: Upgrade `webpack-dev-server` to v5 +- c3f0373: Update dependencies +- f88a4e6: Fix async import of playroom config on Windows + ## 0.35.0 ### Minor Changes diff --git a/package.json b/package.json index 1722f9c5..a122c3c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.35.0", + "version": "0.36.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",