Skip to content

v0.38.1

Latest
Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 02 Sep 01:27
· 4 commits to master since this release
ae7053f

Patch Changes

  • 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.