@appcues/web-sdk 7.20.11 → 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.
- package/CHANGELOG.md +36 -0
- package/build/{bootstrap.npm.BuOq6d5Q.js → bootstrap.npm.DVu00o0l.js} +4096 -3905
- package/build/{index.BU-bEDfq.js → index.C4xtQVZQ.js} +1 -1
- package/build/{index.npm.DDZN8LID.js → index.npm.B4soqbH3.js} +97 -96
- package/build/index.npm.js +1 -1
- package/build/{open-builder.T7mIrDMO.js → open-builder.CqAPcpHg.js} +3634 -3516
- package/build/utils/constants.d.ts +1 -0
- package/build/utils/constants.d.ts.map +1 -1
- package/package.json +1 -1
- /package/build/{checklist.552d75634199e931076ec618fb8c32d4353b3676.css → checklist.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{container.552d75634199e931076ec618fb8c32d4353b3676.css → container.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{debugger.552d75634199e931076ec618fb8c32d4353b3676.css → debugger.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{modal-step-legacy-render.552d75634199e931076ec618fb8c32d4353b3676.css → modal-step-legacy-render.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{modal.552d75634199e931076ec618fb8c32d4353b3676.css → modal.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{satisfaction-survey.552d75634199e931076ec618fb8c32d4353b3676.css → satisfaction-survey.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{test-mode.552d75634199e931076ec618fb8c32d4353b3676.css → test-mode.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
- /package/build/{tooltip.552d75634199e931076ec618fb8c32d4353b3676.css → tooltip.045d5c27f0910d4361d7c1398c89d399dee2edb5.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
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
|
+
|
|
21
|
+
## 7.21.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 4e5639a: Update CSS Selector regex to ignore Angular specific directives.
|
|
26
|
+
|
|
27
|
+
## 7.21.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- af3c544: Adds FineTune and Refine Selection controls to Tooltip Steps
|
|
32
|
+
|
|
33
|
+
## 7.20.11
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 552d756: Entery and exit animations for flow modals
|
|
38
|
+
|
|
3
39
|
## 7.20.10
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|