Skip to content

v0.3.7

Choose a tag to compare

@aomarks aomarks released this 08 Jan 18:54
1f5bc96

Added

  • Added files property to <playground-ide> and <playground-project>. Use
    this property to directly get and set the array of project files (e.g. to
    save/restore the project state).

    Note that directly setting files always takes precedence over setting
    projectSrc, and both take precedence over slotted children.

Changed

  • It is no longer necessary to load the Material Icons font. The reload button
    icon is now inlined SVG.

Fixed

  • Fix caret placement issues with some dynamic layouts.