@appcues/web-sdk 7.29.9 → 7.29.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @appcues/web-sdk
2
2
 
3
+ ## 7.29.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 07b8c8c: Add support for navigation build url
8
+
9
+ ## 7.29.9
10
+
11
+ ### Patch Changes
12
+
13
+ - 1c0131a: Fixed slow page interactions on sites that store images inline as base64. Click tracking no longer scans or captures the image data itself, which removes a noticeable delay when clicking near large inline images and reduces the size of tracking requests. Text captured from clicked elements is now length-limited, so clicking a text-heavy area such as an embedded document viewer no longer produces an oversized event.
14
+
3
15
  ## 7.29.8
4
16
 
5
17
  ### Patch Changes