Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #366

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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