storyly-web 1.4.0 → 1.4.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/README.md +23 -1
- package/dist/index.js +64 -58
- package/dist/storyly-web.css +1 -1
- package/dist/storyly-web.js +64 -58
- package/index.html +57 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,29 @@ For further information regarding the usage of `storyly-web`, please check out [
|
|
|
28
28
|
|
|
29
29
|
# Change Log
|
|
30
30
|
|
|
31
|
-
### 1.
|
|
31
|
+
### 1.4.2 - 21.09.2023
|
|
32
|
+
|
|
33
|
+
- Feature: Added Live Story Group type to support streaming urls
|
|
34
|
+
- Feature: Converted emoji interactive component results from click counts to percentages
|
|
35
|
+
- Feature: Added support for instance theme settings from Storyly Dashboard
|
|
36
|
+
- Feature: Added support for Google fonts from Storyly Studio for text interactive component
|
|
37
|
+
|
|
38
|
+
### 1.4.1 - 31.08.2023
|
|
39
|
+
|
|
40
|
+
- Feature: Automating Product tag, Product card & Ctas via Product Feed
|
|
41
|
+
- Feature: Support border width for scroll indicator
|
|
42
|
+
- Feature: setLang method added
|
|
43
|
+
- Improvement: Video and video thumbnail load
|
|
44
|
+
- Bug: Fix setProperties method
|
|
45
|
+
- Bug: Fix multiple call setSegment method
|
|
46
|
+
|
|
47
|
+
### 1.4.0 - 10.08.2023
|
|
48
|
+
|
|
49
|
+
- Feature: Localization aka i18n
|
|
50
|
+
- Feature: question result
|
|
51
|
+
- Feature: layer animations
|
|
52
|
+
|
|
53
|
+
### 1.3.0 - 01.08.2023
|
|
32
54
|
|
|
33
55
|
- Feature: Story Group Badge for custom styling
|
|
34
56
|
- Feature: Countdown badge for story groups
|