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