Skip to content

v0.27.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 15 Oct 16:36
· 280 commits to master since this release

Overview

This fixes a regression with <link> tags starting with a / in the href attribute. See previous release notes for prior breaking changes.

In development docs here, full release blog will come out with the final release.

If using Yarn, you can can upgrade all your @greenwood packages at once

$ yarn upgrade --scope @greenwood --latest

Changelog

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

  1. Bug/leading slash in CSS (<link>) paths break bundling

Breaking Changes

None

Known Issues

  1. Theme pack resolution not working with serve task

Diff

$ % git diff v0.27.0-alpha.0 v0.27.0-alpha.1 --stat | grep -v "www"
 lerna.json                                                     |  2 +-
 packages/cli/package.json                                      |  2 +-
 packages/cli/src/lifecycles/bundle.js                          |  3 ++-
 .../build.default.workspace-javascript-css.spec.js             | 10 ++++++++--
 .../src/pages/index.html                                       |  4 ++--
 packages/init/package.json                                     |  2 +-
 packages/plugin-babel/package.json                             |  4 ++--
 packages/plugin-google-analytics/package.json                  |  4 ++--
 packages/plugin-graphql/package.json                           |  4 ++--
 packages/plugin-import-commonjs/package.json                   |  4 ++--
 packages/plugin-import-css/package.json                        |  4 ++--
 packages/plugin-import-json/package.json                       |  4 ++--
 packages/plugin-include-html/package.json                      |  4 ++--
 packages/plugin-polyfills/package.json                         |  4 ++--
 packages/plugin-postcss/package.json                           |  4 ++--
 packages/plugin-renderer-lit/package.json                      |  4 ++--
 packages/plugin-renderer-puppeteer/package.json                |  4 ++--
 packages/plugin-typescript/package.json                        |  4 ++--
 19 files changed, 40 insertions(+), 33 deletions(-)