element-internals-polyfill
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.16](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.15...v0.0.16) (2020-05-19) | ||
### Features | ||
* **polyfill:** element's register self with forms under the prop [el.name] ([c01d1c7](https://github.com/calebdwilliams/element-internals-polyfill/commit/c01d1c71c2acbc95fcad07604795fae02c05aae4)) | ||
### [0.0.15](https://github.com/calebdwilliams/element-internals-polyfill/compare/v0.0.14...v0.0.15) (2020-04-28) | ||
@@ -7,0 +14,0 @@ |
@@ -229,3 +229,6 @@ (function () { | ||
/** Save the element on the form instance if it has a name */ | ||
if (ref.hasAttribute('name')) { | ||
form[ref.getAttribute('name')] = ref; | ||
} | ||
formsMap.set(form, { ref, internals }); | ||
@@ -232,0 +235,0 @@ |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"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
24764
446