Skip to content

v0.6.0

Choose a tag to compare

@aomarks aomarks released this 19 Feb 21:35
  • [BREAKING] Leading whitespace that is common to all lines of slotted
    <script> files will now be trimmed, along with empty leading/trailing lines.
    To disable this behavior, add the preserve-whitespace attribute.

Added

  • Added --playground-floating-controls-color to control the highlight color of
    buttons and text inputs in floating add/remove/rename file controls. Defaults
    to var(--playground-highlight-color, #6200ee).

Fixed

  • Playground can now be imported from Skypack.

  • Fix bugs where --playground-tab-bar-background and
    --playground-tab-bar-foreground-color did not apply correctly.