@appcues/web-sdk 7.8.0 → 7.11.1
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 +48 -0
- package/README.md +1 -1
- package/build/{index.CCkUXtsp.js → index.CJIQdw-Y.js} +721 -716
- package/build/{index.CcKx_YAn.js → index.DH6u0iuG.js} +1 -1
- package/build/{index.npm.B2lQacr5.js → index.npm.BCTxf1Tq.js} +1 -1
- package/build/index.npm.js +1 -1
- package/build/{open-builder.C0B3IUtT.js → open-builder.DxQABU78.js} +3633 -3473
- package/package.json +26 -29
- /package/build/{checklist.52175bcd669743890b973ef6e81a2996cf849c5e.css → checklist.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{container.52175bcd669743890b973ef6e81a2996cf849c5e.css → container.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{debugger.52175bcd669743890b973ef6e81a2996cf849c5e.css → debugger.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{modal-step-legacy-render.52175bcd669743890b973ef6e81a2996cf849c5e.css → modal-step-legacy-render.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{modal.52175bcd669743890b973ef6e81a2996cf849c5e.css → modal.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{satisfaction-survey.52175bcd669743890b973ef6e81a2996cf849c5e.css → satisfaction-survey.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{test-mode.52175bcd669743890b973ef6e81a2996cf849c5e.css → test-mode.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
- /package/build/{tooltip.52175bcd669743890b973ef6e81a2996cf849c5e.css → tooltip.a78f4df397e3b099a535f68c857dd828db518b74.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 12aec45: Enhances the close action for internal event transition
|
|
8
|
+
|
|
9
|
+
## 7.11.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 74684e0: Now sdk can use iframes context as the main context for rendering, even when the SDK is instantiated outside the iframe.
|
|
14
|
+
|
|
15
|
+
## 7.10.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- f528550: Deploy SDK to the EU
|
|
20
|
+
|
|
21
|
+
## 7.10.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 3981b6e: Fixes an issue when rendering experiences after a Flow with a "Let them navigate" action
|
|
26
|
+
|
|
27
|
+
## 7.10.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 6fff74f: Adds support rendering embed experiences inline
|
|
32
|
+
|
|
33
|
+
## 7.10.0
|
|
34
|
+
|
|
35
|
+
### Minor Changes
|
|
36
|
+
|
|
37
|
+
- c5de7f2: Fixes an issue in our Flow backdrop rendering
|
|
38
|
+
|
|
39
|
+
## 7.9.0
|
|
40
|
+
|
|
41
|
+
### Minor Changes
|
|
42
|
+
|
|
43
|
+
- f03cfbf: Prevent experience_completed and step_completed events from firing when users navigate away from the page
|
|
44
|
+
|
|
45
|
+
## 7.8.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- 516bc28: Now SDK handles styles integrity correctly passing hash algo as prefix following the spec.
|
|
50
|
+
|
|
3
51
|
## 7.8.0
|
|
4
52
|
|
|
5
53
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Appcues JavaScript SDK
|
|
2
2
|
|
|
3
3
|
> **ℹ️**
|
|
4
|
-
> The Appcues JavaScript SDK is currently in **beta testing** when installed via npm. We recommend evaluating carefully and providing feedback as you integrate. Please refer to our [official documentation](https://docs.appcues.com/install-appcues-web) for the latest updates, setup instructions, and support resources.
|
|
4
|
+
> The Appcues JavaScript SDK is currently in **beta testing** when installed via npm. We recommend evaluating carefully and providing feedback as you integrate. Please refer to our [official documentation](https://docs.appcues.com/en_US/install-appcues-web/installation-overview-for-developers#appcues-sdk-installation-6) for the latest updates, setup instructions, and support resources.
|
|
5
5
|
|
|
6
6
|
The Appcues JavaScript SDK allows you to integrate Appcues into your web application. Track user events, identify users, and trigger personalized in-app experiences.
|
|
7
7
|
|