element-internals-polyfill
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.1](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.1.0...v0.1.1) (2020-11-18) | ||
### Bug Fixes | ||
* remove console.log() ([b7292b5](https://github.com/calebdwilliams/element-internals-polyfill/commit/b7292b52ee2baaf14a43436c41153c4f9179cbb1)) | ||
## [0.1.0](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.23...v0.1.0) (2020-10-15) | ||
@@ -7,0 +14,0 @@ |
@@ -122,3 +122,2 @@ (function () { | ||
hiddenInputMap.set(internals, input); | ||
console.log(input); | ||
} | ||
@@ -125,0 +124,0 @@ observer.observe(ref, observerConfig); |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
46409
750