@letscooee/web-sdk 1.1.0 → 1.2.1

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,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.2.1
4
+
5
+ 1. Chore: Use configurable logger.
6
+ 2. Chore: Remove tracking of past orders.
7
+
8
+ ## 1.2.0
9
+
10
+ 1. Feat: Ability to embed in-app within an element.
11
+ 2. Feat: Resize in-app on window resize.
12
+ 3. Chore: Do not send device props in foreground event.
13
+ 4. Fix: Prevent sending negative durations.
14
+
3
15
  ## 1.1.0
4
16
 
5
17
  1. Feat: Store GA's clientId in server for GA integration.