@letscooee/web-sdk 1.0.0 → 1.0.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/CHANGELOG.md +10 -4
- package/dist/sdk-preview.min.js +1 -1
- package/dist/sdk.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 1.0.
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
1. Fix: Send the CTA before executing the click action.
|
|
6
|
+
|
|
7
|
+
## 1.0.0, 1.0.1
|
|
4
8
|
|
|
5
9
|
1. Breaking Change: The attribution will now start when CTA is clicked instead of when trigger is displayed.
|
|
6
10
|
2. Fix: Prevent double adding embedded trigger.
|
|
@@ -99,7 +103,7 @@
|
|
|
99
103
|
|
|
100
104
|
### Features:
|
|
101
105
|
|
|
102
|
-
1. Deprecate `event.props.triggerID` for trigger events and use `event.trigger` instead.
|
|
106
|
+
1. Deprecate `event.props.triggerID` for trigger events and use `event.trigger` instead.
|
|
103
107
|
2. Expose logout API.
|
|
104
108
|
3. Track `host` as `location.origin` in device properties.
|
|
105
109
|
|
|
@@ -130,13 +134,13 @@
|
|
|
130
134
|
|
|
131
135
|
## 0.0.27
|
|
132
136
|
|
|
133
|
-
### Feature:
|
|
137
|
+
### Feature:
|
|
134
138
|
|
|
135
139
|
1. Added Go to URL CTA.
|
|
136
140
|
|
|
137
141
|
## 0.0.26
|
|
138
142
|
|
|
139
|
-
1. Fix: Preview in case parent element is not body.\
|
|
143
|
+
1. Fix: Preview in case parent element is not body.\
|
|
140
144
|
|
|
141
145
|
## 0.0.25
|
|
142
146
|
|
|
@@ -229,9 +233,11 @@
|
|
|
229
233
|
## 0.0.10 (unreleased)
|
|
230
234
|
|
|
231
235
|
### Improvement:
|
|
236
|
+
|
|
232
237
|
1. Get trigger direction(gravity) for InAppTrigger.
|
|
233
238
|
|
|
234
239
|
### Fixes
|
|
240
|
+
|
|
235
241
|
1. Rename `prompt` to `pmpt`.
|
|
236
242
|
2. Use device api instead of user api to send device data.
|
|
237
243
|
|