Skip to content

v0.19.1

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 11 Nov 16:26
· 429 commits to master since this release

Overview

This fix for escape character support in plugin-import-css was meant to go out with the v0.19.0 release, so doing a fast follow to get it out

Given that Node v12 is in maintenance (LTS) mode, we recommend users to start migrating to Node v14.


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

  1. Octal literals and escape sequences are not allowed in template strings (only in development)

Breaking Changes

N / A

Known Issues

N / A

Diff

% git diff v0.19.0 v0.19.1 --stat | grep -v "www/"
 lerna.json                                                     |  2 +-
 packages/cli/package.json                                      |  2 +-
 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-css/src/index.js                        |  2 +-
 .../test/cases/develop.default/develop.default.spec.js         |  7 +++++--
 .../plugin-import-css/test/cases/develop.default/src/main.css  | 10 ++++++++--
 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-typescript/package.json                        |  4 ++--
 17 files changed, 38 insertions(+), 29 deletions(-)