Skip to content

v0.34.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@thescientist13 thescientist13 released this 31 May 01:58
· 2 commits to master since this release

Overview

This release in the v0.34.0 release line bumps WCC to v0.22.0, adds for support Constructable Stylesheets and default export pages / layouts for Lit SSR, and fixes a bundling bug when there are spaces in filenames paths for Import Attributes.

# 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.6%20-label%3Adependencies

  1. feature(plugins): #1646 support lit ssr default export for pages and layouts including dynamic routing
  2. feature(plugins): #1633 lit ssr and css module scripts support
  3. enhancement(cli): bump wcc 0.22.0
  4. fix(cli): #1679 handle spaces in relative import attributes pathnames and script tag links during bundle syncing

Features (Early Access)

N / A

Breaking Changes

N / A

Known Issues

  1. Lit SSR not emitting content in <style> tags when using CSS Module Scripts

Diff

v0.34.0-alpha.5...v0.34.0-alpha.6