Skip to content

v0.30.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 03 Aug 23:36
· 63 commits to master since this release

Overview

This release in the v0.30.0 release improves handling of CSS Modules (Constructable Stylesheets bundling), add support for providing attributes to frontmatter imports, and brings CSS optimization / bundling parity to the development workflow.

In progress docs available 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.30.0+label%3Aalpha.5

  1. real production import attributes
  2. CSS optimization workflow parity during development
  3. attributes for frontmatter imports

Breaking Changes

N / A

Known Issues

  1. Standard CSS bundling handling non CSS files
  2. Race condition with inline optimization and bundling Constructable Stylesheets

Diff

v0.30.0-alpha.4...v0.30.0-alpha.5