Skip to content

v0.9.0

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 28 Oct 00:52
· 32 commits to master since this release

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

  1. provide component data through render method params (constructor props)

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(-)