element-internals-polyfill
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.17](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.16...v0.0.17) (2020-05-27) | ||
### Bug Fixes | ||
* **polyfill:** setValidity no longer calls reportValidity ([52d51b6](https://github.com/calebdwilliams/element-internals-polyfill/commit/52d51b6df2d0ad48c9e120dd4e686bb02616d424)) | ||
### [0.0.16](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.15...v0.0.16) (2020-05-19) | ||
@@ -7,0 +14,0 @@ |
@@ -438,3 +438,2 @@ (function () { | ||
ref.setAttribute('aria-invalid', !valid); | ||
this.reportValidity(); | ||
} | ||
@@ -441,0 +440,0 @@ |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"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
25048
445