storyly-web 1.5.0 → 2.1.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 +16 -0
- package/dist/index.js +69 -63
- package/dist/src.a2b27638.js.map +1 -0
- package/dist/storyly-web.css +1 -1
- package/dist/storyly-web.js +69 -63
- package/index.html +260 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,22 @@ For further information regarding the usage of `storyly-web`, please check out [
|
|
|
28
28
|
|
|
29
29
|
# Change Log
|
|
30
30
|
|
|
31
|
+
### 2.1.0 - 06.12.2023
|
|
32
|
+
|
|
33
|
+
- Feature: Text Interactive Improvements
|
|
34
|
+
- Improved alignment for better readability.
|
|
35
|
+
- Added support for custom background settings.
|
|
36
|
+
- Now you can set a custom font size for a more personalized experience.
|
|
37
|
+
- Feature: Locale Support on Initialization
|
|
38
|
+
- Users can now specify their preferred locale during initialization for a localized experience.
|
|
39
|
+
- Feature: Title Support in Story View
|
|
40
|
+
- Added the ability to display titles in the story view.
|
|
41
|
+
- Feature: Default Layout Changes
|
|
42
|
+
- Altered the default layout for a more intuitive and user-friendly interface.
|
|
43
|
+
- Bug: Fixed minor bugs to enhance overall stability and performance.
|
|
44
|
+
- Feature: Added client side automation
|
|
45
|
+
- Feature: Support animation to not-fitting images
|
|
46
|
+
|
|
31
47
|
### 1.5.0 - 18.10.2023
|
|
32
48
|
|
|
33
49
|
- Feature: Added multi region and language support for product feeds
|