Skip to content

v0.10.0

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 28 Dec 21:49
· 32 commits to master since this release

Overview

This release migrates WCC to use the spec compliant shadowrootmode attribute. (instead of shadowroot)

Changelog

https://github.com/ProjectEvergreen/wcc/issues?q=label%3A0.10.0

  1. support shadowrootmode attribute for declarative shadow DOM

Breaking Changes

None

Known Issues

N / A

Diff

$ git diff 0.9.1 0.10.0 --stat
 README.md                                                |  2 +-
 docs/pages/docs.md                                       |  2 +-
 docs/pages/index.md                                      |  2 +-
 package.json                                             |  3 ++-
 src/dom-shim.js                                          |  2 +-
 test/cases/attributes/attributes.spec.js                 |  4 ++--
 test/cases/attributes/src/components/counter.js          |  2 +-
 test/cases/children-and-slots/children-and-slots.spec.js |  6 +++---
 test/cases/custom-extension/custom-extension.spec.js     |  4 ++--
 test/cases/get-data/get-data.spec.js                     |  4 ++--
 test/cases/get-data/src/components/counter.js            |  2 +-
 test/cases/nested-elements/nested-elements.spec.js       | 10 +++++-----
 test/cases/nested-elements/src/components/header.js      |  2 +-
 test/cases/render-from-html/render-from-html.spec.js     |  4 ++--
 test/cases/single-element/single-element.spec.js         |  4 ++--
 15 files changed, 27 insertions(+), 26 deletions(-)