@appcues/web-sdk 7.27.0 → 7.28.0
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 +18 -0
- package/build/{bootstrap.npm.B817mvie.js → bootstrap.npm.BmaKe89Q.js} +921 -889
- package/build/data/transports/websocket.d.ts.map +1 -1
- package/build/index.npm.js +1 -1
- package/build/views/components/logo.d.ts.map +1 -1
- package/package.json +1 -1
- /package/build/{checklist.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → checklist.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{container.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → container.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{debugger.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → debugger.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{modal-step-legacy-render.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → modal-step-legacy-render.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{modal.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → modal.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{satisfaction-survey.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → satisfaction-survey.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{test-mode.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → test-mode.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
- /package/build/{tooltip.5e6dd84ce1ae8b354676d735f5e983d68dbaceb2.css → tooltip.4d9c51d44960c4fc4f6e79bd052d7060dc6cb3ef.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @appcues/web-sdk
|
|
2
2
|
|
|
3
|
+
## 7.27.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ed9a563: Fix blocks not filling the cell they were placed in — nested layouts, iFrames and embedded videos, and images in both "Fill" and "Fit" modes — and cells not filling the row they sit in, which could leave an image's cell with no height at all once published. Existing experiences are corrected when you next open them in the builder, and reach your users when you publish, so a layout you've already compensated for by hand won't shift underneath you.
|
|
8
|
+
|
|
9
|
+
## 7.27.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8122b30: Update the Appcues logo throughout the builders and Chrome extension to the new branding.
|
|
14
|
+
|
|
15
|
+
## 7.27.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 5e6dd84: remove the lazy websocket log
|
|
20
|
+
|
|
3
21
|
## 7.26.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|