From 8cc6f07c8d0e558970f82ddc03b825d27eec3afc Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:57:16 +1100 Subject: [PATCH] Version Packages (#366) Co-authored-by: github-actions[bot] --- .changeset/clever-keys-act.md | 6 ------ .changeset/four-peaches-attack.md | 5 ----- .changeset/ninety-pugs-swim.md | 7 ------- .changeset/wicked-carrots-watch.md | 6 ------ CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 6 files changed, 18 insertions(+), 25 deletions(-) delete mode 100644 .changeset/clever-keys-act.md delete mode 100644 .changeset/four-peaches-attack.md delete mode 100644 .changeset/ninety-pugs-swim.md delete mode 100644 .changeset/wicked-carrots-watch.md diff --git a/.changeset/clever-keys-act.md b/.changeset/clever-keys-act.md deleted file mode 100644 index f804e77f..00000000 --- a/.changeset/clever-keys-act.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'playroom': minor ---- - -Save editor height and width preferences as a percentage of the viewport size, rather than a fixed pixel value. -This prevents the editor from obscuring preview panels when toggling the browser tools on/off or resizing the window. diff --git a/.changeset/four-peaches-attack.md b/.changeset/four-peaches-attack.md deleted file mode 100644 index 2979dd97..00000000 --- a/.changeset/four-peaches-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Fixes a bug that was causing erroneous snippet previews and broken preview updates when moving the cursor in the snippets panel while the snippets panel was closing. diff --git a/.changeset/ninety-pugs-swim.md b/.changeset/ninety-pugs-swim.md deleted file mode 100644 index 2f6943dd..00000000 --- a/.changeset/ninety-pugs-swim.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'playroom': minor ---- - -Save the state of the editor visibility to the Playroom URL. - -This allows you to share a Playroom link with the editor either open or closed on load. diff --git a/.changeset/wicked-carrots-watch.md b/.changeset/wicked-carrots-watch.md deleted file mode 100644 index 424a4960..00000000 --- a/.changeset/wicked-carrots-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'playroom': minor ---- - -Update snippets behaviour to instantly navigate and scroll to the currently selected snippet. -This eliminates sluggish feeling caused by smooth scroll. diff --git a/CHANGELOG.md b/CHANGELOG.md index f77a15fb..39e4adfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # playroom +## 0.39.0 + +### Minor Changes + +- d902e17: Save editor height and width preferences as a percentage of the viewport size, rather than a fixed pixel value. + This prevents the editor from obscuring preview panels when toggling the browser tools on/off or resizing the window. +- 7aaa6d0: Save the state of the editor visibility to the Playroom URL. + + This allows you to share a Playroom link with the editor either open or closed on load. + +- ee73b75: Update snippets behaviour to instantly navigate and scroll to the currently selected snippet. + This eliminates sluggish feeling caused by smooth scroll. + +### Patch Changes + +- c5d5808: Fixes a bug that was causing erroneous snippet previews and broken preview updates when moving the cursor in the snippets panel while the snippets panel was closing. + ## 0.38.1 ### Patch Changes diff --git a/package.json b/package.json index 3345f4aa..6507e19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.38.1", + "version": "0.39.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",