v0.34.0-alpha.6
Pre-release
Pre-release
·
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@alphaChangelog
- feature(plugins): #1646 support lit ssr default export for pages and layouts including dynamic routing
- feature(plugins): #1633 lit ssr and css module scripts support
- enhancement(cli): bump wcc 0.22.0
- 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