element-internals-polyfill
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.12](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.11...v0.0.12) (2020-04-27) | ||
### Bug Fixes | ||
* **polyfill:** fix typo ([df0b2e6](https://github.com/calebdwilliams/element-internals-polyfill/commit/df0b2e67a0bc2674076b96f7bf3dda191ba385eb)) | ||
### [0.0.11](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.10...v0.0.11) (2020-04-27) | ||
@@ -7,0 +14,0 @@ |
@@ -48,3 +48,3 @@ (function () { | ||
* Recursively get the host root | ||
* @param {HTMLElement} - The node to find the host root | ||
* @param {HTMLElement} - The node to find the host root for | ||
* @return {DocumentOrShadowRoot} | ||
@@ -51,0 +51,0 @@ */ |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "/dist/element-internals.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20795