v0.9.0
Overview
This release introduces an option to pass "constructor props" renderToString
as part of a data loading strategy for frameworks.
Changelog
https://github.com/ProjectEvergreen/wcc/issues?q=label%3A0.9.0
Breaking Changes
None
Known Issues
N / A
Diff
$ git diff 0.8.0 0.9.0 --stat
.github/workflows/ci-exp-win.yml | 2 +-
.github/workflows/ci-exp.yml | 2 +-
.github/workflows/ci-win.yml | 2 +-
.github/workflows/ci.yml | 2 +-
docs/pages/docs.md | 70 +++++++++++++++++++++++++++++++++++++++--
package.json | 2 +-
src/wcc.js | 12 ++++---
test/cases/constructor-props/constructor-props.spec.js | 43 +++++++++++++++++++++++++
test/cases/constructor-props/src/index.js | 19 +++++++++++
9 files changed, 143 insertions(+), 11 deletions(-)