v0.4.1
Overview
Follow up bug fixes, technical improvements and documentation and a lot of fixes to the website.
Key Changes
- hook plugins not working with
greenwood develop
- #210 greenwood develop
not working for Edge (related to above) - #197- Moved Getting Started repo to Project Evergreen organization - #241
- Document a known issue with markdown page naming restriction - #254
Changelog
$ git diff v0.4.0 v0.4.1 --stat
.circleci/config.yml | 33 -------------------
.github/CONTRIBUTING.md | 25 ++++++++++++--
.github/workflows/ci.yml | 34 +++++++++++++++++++
.github/workflows/master.yml | 37 +++++++++++++++++++++
Dockerfile | 9 ++++++
README.md | 5 ++-
lerna.json | 2 +-
packages/cli/package.json | 9 +++++-
packages/cli/src/config/webpack.config.common.js | 21 ++++++++----
packages/cli/src/config/webpack.config.develop.js | 54 +++++++++++++++----------------
packages/cli/src/config/webpack.config.prod.js | 11 +------
packages/cli/src/lib/browser.js | 71 +++++++++++++++++++++++++++++++++++++---
packages/cli/src/lib/renderer.js | 77 --------------------------------------------
packages/cli/test/cases/build.config.public-path/build.config.public-path.spec.js | 2 +-
.../build.default.workspace-getting-started.spec.js | 2 +-
packages/plugin-google-analytics/package.json | 15 +++++++--
packages/plugin-polyfills/package.json | 15 +++++++--
www/components/header/header.css | 12 ++++++-
www/components/header/header.js | 10 ++----
www/components/icons/chevron-down/chevron-down.js | 8 +++++
www/components/icons/chevron-right/chevron-right.js | 8 +++++
www/components/icons/github-icon.js | 22 +++++++++++++
www/components/icons/slack-icon.js | 39 ++++++++++++++++++++++
www/components/icons/twitter-icon.js | 28 ++++++++++++++++
www/components/scroll/scroll.js | 17 ++++++----
www/components/shelf/about.json | 12 ++-----
www/components/shelf/documentation-list.json | 30 ++++-------------
www/components/shelf/getting-started-list.json | 26 ++-------------
www/components/shelf/plugins.json | 5 +--
www/components/shelf/shelf.js | 73 ++++++++++++++++-------------------------
www/components/social-icons/social-icons.css | 16 +++++++++
www/components/social-icons/social-icons.js | 24 ++++++++++++++
www/package.json | 2 +-
www/pages/docs/layouts.md | 23 +++++++++++++
www/pages/docs/tech-stack.md | 2 +-
www/pages/getting-started/branding.md | 2 +-
www/pages/getting-started/creating-content.md | 2 +-
www/pages/getting-started/next-steps.md | 4 +--
www/pages/getting-started/quick-start.md | 4 +--
39 files changed, 489 insertions(+), 302 deletions(-)