element-internals-polyfill
Advanced tools
Comparing version 0.1.39 to 0.1.40
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.40](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.39...v0.1.40) (2021-06-28) | ||
### Bug Fixes | ||
* fix typing discrepency ([4db7c23](https://github.com/calebdwilliams/element-internals-polyfill/commit/4db7c2345329453683973f8d64a0f25579e8b65b)) | ||
### [0.1.39](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.38...v0.1.39) (2021-06-07) | ||
@@ -7,0 +14,0 @@ |
@@ -48,3 +48,3 @@ import { CustomStateSet } from "./CustomStateSet"; | ||
setValidity: (validityChanges: Partial<globalThis.ValidityState>, validationMessage?: string, anchor?: HTMLElement) => void; | ||
shadowRoot: ShadowRoot; | ||
shadowRoot: ShadowRoot | null; | ||
states: CustomStateSet; | ||
@@ -51,0 +51,0 @@ validationMessage: string; |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
63074