Changelog
0.39.1
dbf3310: Update re-resizable
dependency.
Fix issue where resizable handles were stacked below the editor panel and could not be selected.
Changelog
0.39.0
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.
Changelog
0.38.1
a62002d: Apply title
from url on page load
Previously the document title
would only update when the frames panel is open.
The title is now correctly reflected from the url on page load.
cf0fa9e: start: Disable webpack error overlay
Prevent the default webpack dev server error overlay from blocking the preview frames in start
mode.
Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually.
Changelog
0.38.0
7df36e3: Improve frame filtering UX.
384810e: Use CSS gap and grid for layout spacing in Playroom UI.
data-testid
attributes from UI elements