Skip to content

v0.34.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@thescientist13 thescientist13 released this 31 Jan 20:06
· 40 commits to master since this release

Overview

This release in the v0.34.0 release line adds support for SVG favicons, bumps WCC to v0.19.0, and includes some other fixes / enhancements.

# npm
$ npm i -D @greenwood/cli@alpha

# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@alpha --dev

# pnpm
$ pnpm i -D @greenwood/cli@alpha

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.34.0%20label%3Aalpha.3

  1. feature(cli): #1635 svg favicon copying
  2. feat(cli): bump to wcc 0.19.0
  3. enhancement(plugins): #1463 refactor lit ssr plugin hydration script setup
  4. fix(plugins): #1637 frontmatter jsx and tsx imports being treated as stylesheets

Features (Early Access)

N / A

Breaking Changes

N / A

Known Issues

  1. frontmatter JSX imports fix is still broken

Diff

v0.34.0-alpha.2...v0.34.0-alpha.3