Skip to content

v0.34.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@thescientist13 thescientist13 released this 18 Apr 17:53
· 17 commits to master since this release

Overview

This release in the v0.34.0 release line adds Web Assembly serving / handling, adds support for WCC Signals, fixes a regression that was producing a max event listeners warning, and other small enhancements and fixes.

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

  1. feature(cli): #1039 add wasm as standard greenwood resource
  2. feature(plugins): support wcc signals in import jsx plugin
  3. enhancement(cli): #1575 replace cpus.length with proper method (thanks @KaiPrince 🙌 )
  4. enhancement(cli): #1639 configure rollup to emit import attributes
  5. enhancement(cli): #823 replace copydir workaround with node cp in copy lifecycle
    (thanks @KaiPrince 🙌 )
  6. fix(cli): #1575 resolve too many listeners with task queue (thanks @KaiPrince 🙌 )

Features (Early Access)

N / A

Breaking Changes

N / A

Known Issues

  1. WCC types are breaking when using TypeScript 6

Diff

v0.34.0-alpha.4...v0.34.0-alpha.5