@longlost/app-carousel
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -836,2 +836,13 @@ | ||
}); | ||
// iOS Safari Hack. | ||
// Without this, the carousel items do not render properly, | ||
// wich leads to issues with IntersectionObserver measurements. | ||
window.requestAnimationFrame(() => { | ||
this.scrollContainer.scrollBy({ | ||
top: 0, | ||
left: 0, | ||
behavior | ||
}); | ||
}); | ||
} | ||
@@ -843,2 +854,3 @@ | ||
try { | ||
await this.debounce('app-carousel-resize-debounce', 10); | ||
@@ -845,0 +857,0 @@ |
{ | ||
"name": "@longlost/app-carousel", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "configurable carousel with autoplay, swipe, optional nav and av buttons", | ||
@@ -21,6 +21,6 @@ "main": "app-carousel.js", | ||
"@longlost/app-element": "^1.1.1", | ||
"@longlost/app-icons": "^1.0.11", | ||
"@longlost/app-icons": "^1.0.12", | ||
"@longlost/app-shared-styles": "^2.0.13", | ||
"@longlost/lambda": "^2.2.0", | ||
"@longlost/utils": "^1.3.5", | ||
"@longlost/utils": "^1.4.0", | ||
"@polymer/iron-icon": "^3.0.1", | ||
@@ -27,0 +27,0 @@ "@polymer/paper-icon-button": "^3.0.2", |
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
41227
759
Updated@longlost/app-icons@^1.0.12
Updated@longlost/utils@^1.4.0