@appcues/web-sdk 7.22.0 → 7.22.2

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.
Files changed (15) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/build/{bootstrap.npm.DMq-vI0T.js → bootstrap.npm.DVu00o0l.js} +2907 -2907
  3. package/build/{index.QI4DYuGc.js → index.C4xtQVZQ.js} +1 -1
  4. package/build/{index.npm.CfaoL5ef.js → index.npm.B4soqbH3.js} +1 -1
  5. package/build/index.npm.js +1 -1
  6. package/build/{open-builder.DsYIY7WT.js → open-builder.CqAPcpHg.js} +946 -946
  7. package/package.json +1 -1
  8. /package/build/{checklist.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → checklist.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  9. /package/build/{container.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → container.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  10. /package/build/{debugger.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → debugger.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  11. /package/build/{modal-step-legacy-render.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → modal-step-legacy-render.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  12. /package/build/{modal.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → modal.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  13. /package/build/{satisfaction-survey.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → satisfaction-survey.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  14. /package/build/{test-mode.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → test-mode.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
  15. /package/build/{tooltip.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → tooltip.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @appcues/web-sdk
2
2
 
3
+ ## 7.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0f26277: Fix an issue where the Web SDK could fail to initialize in older versions of Safari and iOS Safari (versions prior to 16.4).
8
+
9
+ ## 7.22.0
10
+
11
+ ### Minor Changes
12
+
13
+ - f9681d1: Add support for delay and nav actions
14
+ - f9681d1: Stop running overlaid experiences when manually showing other overlaid experiences
15
+ - f9681d1: Add new prebegin hook to experience lifecycle
16
+
17
+ ### Patch Changes
18
+
19
+ - f9681d1: Enhances checks while resuming experiences containing page navigations.
20
+
3
21
  ## 7.21.1
4
22
 
5
23
  ### Patch Changes