Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent c5d5808 commit 910c1bd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-keys-act.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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.
- 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: Disable snippet previews while the snippets panel is closing.

Previously, snippet previews could be triggered while the snippet panel was closing, causing preview frames to enter an invalid state.
Previewing a snippet will now only work when the snippet panel is open.

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

Please sign in to comment.