Skip to content

v0.4.2

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 27 Nov 03:11
· 759 commits to master since this release

Overview

Critical bug fixes and set minimum NodeJS version to v10.x (tested up to v12.x).

Key Changes

  1. babel configuration not being used
  2. filenames that include existing directory name in the filename causes compilation error

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?utf8=%E2%9C%93&q=label%3A0.4.2+

$ git diff v0.4.1 v0.4.2 --stat
 .github/workflows/ci.yml                                              |  4 +--
 .github/workflows/master.yml                                          |  2 +-
 lerna.json                                                            |  2 +-
 packages/cli/package.json                                             |  8 ++++-
 packages/cli/src/config/.babelrc                                      | 14 ---------
 packages/cli/src/config/babel.config.js                               | 40 +++++++++++++++++++++++++
 packages/cli/src/config/webpack.config.common.js                      | 37 +++++++++++++++--------
 packages/cli/src/index.js                                             |  0
 .../build.default.workspace-user-directory-mapping.spec.js            | 53 +++++++++++++++++++++++++++++++++
 .../src/components/header/header.js                                   | 10 +++++++
 .../build.default.workspace-user-directory-mapping/src/pages/index.md |  3 ++
 .../build.default.workspace-user-directory-mapping/src/pages/pages.md |  3 ++
 .../src/services/components.js                                        |  5 ++++
 .../src/services/pages/pages.js                                       |  5 ++++
 .../src/templates/page-template.js                                    | 22 ++++++++++++++
 packages/plugin-google-analytics/package.json                         |  4 +--
 packages/plugin-polyfills/package.json                                |  4 +--
 www/components/header/header.js                                       |  2 +-
 www/components/social-icons/social-icons.js                           | 44 ++++++++++++++++++++-------
 www/package.json                                                      |  2 +-
 www/pages/docs/layouts.md                                             |  4 +--
 www/templates/home-template.js                                        |  2 +-
 yarn.lock                                                             | 29 +++++++++++++++++-
 23 files changed, 246 insertions(+), 53 deletions(-)