element-internals-polyfill
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.21](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.20...v0.0.21) (2020-06-02) | ||
### Bug Fixes | ||
* **polyfill:** correct labels reference ([9d326d1](https://github.com/calebdwilliams/element-internals-polyfill/commit/9d326d10b6696061408c3f0cfefbe3b6a063fc32)) | ||
### [0.0.20](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.19...v0.0.20) (2020-06-02) | ||
@@ -7,0 +14,0 @@ |
@@ -150,3 +150,3 @@ (function () { | ||
label.addEventListener('click', ref.focus.bind(ref))); | ||
let firstLabelId = label[0].id; | ||
let firstLabelId = labels[0].id; | ||
if (!labels[0].id) { | ||
@@ -153,0 +153,0 @@ firstLabelId = `${labels[0].htmlFor}_Label`; |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"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
26520