Skip to content

Commit

Permalink
Version Packages (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Oct 10, 2024
1 parent 7aaa6d0 commit 8cc6f07
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-keys-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-peaches-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-pugs-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-carrots-watch.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8cc6f07

Please sign in to comment.