airbnb-browser-shims
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -22,2 +22,5 @@ 'use strict'; | ||
// Element.closest polyfill | ||
require('element-closest'); | ||
// Polyfill window.matchMedia (primarily for IE9) | ||
@@ -24,0 +27,0 @@ require('matchmedia-polyfill'); |
Unreleased | ||
================= | ||
1.10.0 / 2017-05-23 | ||
================= | ||
* [New] Add Element.prototype.closest polyfill | ||
1.9.0 / 2017-05-23 | ||
@@ -5,0 +9,0 @@ ================= |
{ | ||
"name": "airbnb-browser-shims", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Browser and JS shims used by Airbnb.", | ||
@@ -27,2 +27,3 @@ "main": "index.js", | ||
"console-polyfill": "^0.2.3", | ||
"element-closest": "^2.0.2", | ||
"ima-babel6-polyfill": "^0.12.0", | ||
@@ -29,0 +30,0 @@ "matchmedia-polyfill": "^0.3.0", |
@@ -23,2 +23,3 @@ # airbnb-browser-shims <sup>[![Version Badge][2]][1]</sup> | ||
- `TouchList[Symbol.iterator]` - when `Symbol` and `TouchList` are both present | ||
- [element-closest](https://npmjs.com/element-closest) - Element.prototype.closest polyfill (only in browsers) | ||
@@ -25,0 +26,0 @@ ## Only browser shims |
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
13989
56
39
10
+ Addedelement-closest@^2.0.2
+ Addedelement-closest@2.0.2(transitive)