Skip to content

v0.13.0

Choose a tag to compare

@aomarks aomarks released this 14 Sep 18:33
· 195 commits to main since this release
e5cb846

Changed

  • Node package exports
    are now supported when resolving dependency modules.

    The module, import, and development
    conditions
    are enabled.

    Note this change should not theoretically be BREAKING, but this release is
    versioned with a major increment because there a risk of breakage in practice
    due to misconfigured package.json files, differences between prod and
    dev modes, etc.

Added

  • Added modified property to <playground-project> and <playground-ide>
    which indicates whether the user has modified, added, or removed any project
    files. Resets whenever a new project is loaded.