Skip to content

v0.31.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 26 Jan 02:53
· 2 commits to master since this release

Overview

This pre-release in the v0.31.0 fixes a few bug with Rollup bundling and import map generation, and also updates some dependencies. This is anticipated to be the last RC before a final GA release.

You can find the top-level tracking issue for this release here and if you have any questions, please feel free to reach out in Discord in the Greenwood #general channel.

To test the alpha, either manually bump all the versions in your package.json or you can use your package manager to upgrade each of your Greenwood dependencies to the alpha line (either way, all Greenwood dependencies need to be one the same version).

# npm
$ npm i @greenwood/cli@alpha

# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@alpha

# pnpm
$ pnpm i @greenwood/cli@alpha

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.31.0+label%3Aalpha.6

  1. export map sub condition object keys with a wildcard are not resolving in the browser (condition not getting expanded)
  2. better sanitize Rollup importer for when resolving user workspace resources
  3. escaped HTML entities in markdown content are not being honored when prerendering Light DOM HTML
  4. improve import map generation diagnostics
  5. bump to latest version of puppeteer
  6. upgrade to WCC v0.16.0

Breaking Changes

WCC

There were a couple minor breaking changes in WCC, so please review the release notes to account for any changes that may impact your usage.

Known Issues

N / A

Diff

v0.31.0-alpha.5...v0.31.0-alpha.6