Skip to content

v0.27.4

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 24 Feb 03:03
· 196 commits to master since this release

Overview

This patch release fixes an issue with staticRouter configuration to make it more cross-browser compatible after a recent change in behavior from a Chrome update.

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.4

  1. static router not working on Chrome / Edge browsers (anymore)
  2. make router standards compliant with consistent cross browser support

Breaking Changes

N / A

Known Issues

N / A

Diff

$ git diff v0.27.3 v0.27.4 --stat | grep -v "www"
 greenwood.config.js                             |   1 -
 lerna.json                                      |   2 +-
 packages/cli/package.json                       |   2 +-
 packages/cli/src/lib/router.js                  |  13 +++----
 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 +--
 test/smoke-test.js                              |   2 +-
 23 files changed, 36 insertions(+), 84 deletions(-)