Skip to content

v0.31.1

Latest
Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 13 Feb 03:20

Overview

This patch release fixes a couple bugs in the import map generation as well as static asset bundle handling.

# npm
$ npm i -D @greenwood/cli@latest

# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@latest --dev

# pnpm
$ pnpm i -D @greenwood/cli@latest

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.31.1

  1. multiple usages of new URL + import.meta.url in same file only bundles the last occurrence
  2. binary asset formats (e.g. png) are getting corrupted when bundled with new URL + import.meta.url
  3. export maps with entry point only conditions are showing the condition as part of the generated import map key (ex. d3)
  4. export maps that have just an entry point are not working

Breaking Changes

N / A

Known Issues

N / A

Diff

v0.31.0...v0.31.1