@letscooee/web-sdk 1.0.1 → 1.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/CHANGELOG.md +11 -5
- 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,10 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 1.0
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
1. Feat: Store GA's clientId in server for GA integration.
|
|
6
|
+
|
|
7
|
+
## 1.0.2
|
|
4
8
|
|
|
5
9
|
1. Fix: Send the CTA before executing the click action.
|
|
6
10
|
|
|
7
|
-
## 1.0.0
|
|
11
|
+
## 1.0.0, 1.0.1
|
|
8
12
|
|
|
9
13
|
1. Breaking Change: The attribution will now start when CTA is clicked instead of when trigger is displayed.
|
|
10
14
|
2. Fix: Prevent double adding embedded trigger.
|
|
@@ -103,7 +107,7 @@
|
|
|
103
107
|
|
|
104
108
|
### Features:
|
|
105
109
|
|
|
106
|
-
1. Deprecate `event.props.triggerID` for trigger events and use `event.trigger` instead.
|
|
110
|
+
1. Deprecate `event.props.triggerID` for trigger events and use `event.trigger` instead.
|
|
107
111
|
2. Expose logout API.
|
|
108
112
|
3. Track `host` as `location.origin` in device properties.
|
|
109
113
|
|
|
@@ -134,13 +138,13 @@
|
|
|
134
138
|
|
|
135
139
|
## 0.0.27
|
|
136
140
|
|
|
137
|
-
### Feature:
|
|
141
|
+
### Feature:
|
|
138
142
|
|
|
139
143
|
1. Added Go to URL CTA.
|
|
140
144
|
|
|
141
145
|
## 0.0.26
|
|
142
146
|
|
|
143
|
-
1. Fix: Preview in case parent element is not body.\
|
|
147
|
+
1. Fix: Preview in case parent element is not body.\
|
|
144
148
|
|
|
145
149
|
## 0.0.25
|
|
146
150
|
|
|
@@ -233,9 +237,11 @@
|
|
|
233
237
|
## 0.0.10 (unreleased)
|
|
234
238
|
|
|
235
239
|
### Improvement:
|
|
240
|
+
|
|
236
241
|
1. Get trigger direction(gravity) for InAppTrigger.
|
|
237
242
|
|
|
238
243
|
### Fixes
|
|
244
|
+
|
|
239
245
|
1. Rename `prompt` to `pmpt`.
|
|
240
246
|
2. Use device api instead of user api to send device data.
|
|
241
247
|
|