@adobe/helix-rum-enhancer
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -0,1 +1,8 @@ | ||
# [2.14.0](https://github.com/adobe/helix-rum-enhancer/compare/v2.13.0...v2.14.0) (2024-06-11) | ||
### Features | ||
* **viewmedia:** expand view media tracking to all images that are there at render time ([d7a1715](https://github.com/adobe/helix-rum-enhancer/commit/d7a17158cf6ef2023ca36811ac5e436b6f18847e)) | ||
# [2.13.0](https://github.com/adobe/helix-rum-enhancer/compare/v2.12.0...v2.13.0) (2024-06-11) | ||
@@ -2,0 +9,0 @@ |
@@ -277,3 +277,3 @@ /* | ||
if (mediaobserver) { | ||
parent.querySelectorAll('picture > img, video, audio, iframe').forEach((m) => { | ||
parent.querySelectorAll('img, video, audio, iframe').forEach((m) => { | ||
if (!m.closest('div .block') || m.closest('div[data-block-status="loaded"]')) { | ||
@@ -280,0 +280,0 @@ mediaobserver.observe(m); |
{ | ||
"name": "@adobe/helix-rum-enhancer", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "Helix RUM Enhancer", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -277,3 +277,3 @@ /* | ||
if (mediaobserver) { | ||
parent.querySelectorAll('picture > img, video, audio, iframe').forEach((m) => { | ||
parent.querySelectorAll('img, video, audio, iframe').forEach((m) => { | ||
if (!m.closest('div .block') || m.closest('div[data-block-status="loaded"]')) { | ||
@@ -280,0 +280,0 @@ mediaobserver.observe(m); |
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
75160