storyly-web 1.4.2 → 1.5.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/README.md +5 -0
- package/dist/index.js +37 -33
- package/dist/storyly-web.css +1 -1
- package/dist/storyly-web.js +37 -33
- package/index.html +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,11 @@ For further information regarding the usage of `storyly-web`, please check out [
|
|
|
28
28
|
|
|
29
29
|
# Change Log
|
|
30
30
|
|
|
31
|
+
### 1.5.0 - 18.10.2023
|
|
32
|
+
|
|
33
|
+
- Feature: Added multi region and language support for product feeds
|
|
34
|
+
- Improvement: Change share popup design
|
|
35
|
+
|
|
31
36
|
### 1.4.2 - 21.09.2023
|
|
32
37
|
|
|
33
38
|
- Feature: Added Live Story Group type to support streaming urls
|