@juggle/resize-observer
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@juggle/resize-observer", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Polyfills the ResizeObserver API and supports box size options from the latest spec", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ResizeObserver.js", |
@@ -195,3 +195,3 @@ # Resize Observer Polyfill | ||
- Animations and transitions with long periods of no change, will not be detected.* | ||
- No support for **IE10** and below. **IE11** is supported, when bundled and transpiled into ES5. Additional polyfills may also be required, depending on tooling used. | ||
- No support for **IE10** and below. **IE11** is supported. | ||
@@ -198,0 +198,0 @@ \* If other interaction occurs, changes will be detected. |
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
47668