rudder-sdk-js 2.33.1 → 2.35.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 CHANGED
@@ -2,6 +2,38 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [2.35.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.34.0...v2.35.0) (2023-06-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * bing ads ecomm uet parameters ([#1108](https://github.com/rudderlabs/rudder-sdk-js/issues/1108)) ([d2aceda](https://github.com/rudderlabs/rudder-sdk-js/commit/d2aceda8f50ab406d413bef4010895d38b4b3d1e))
11
+ * introduce flexible configuration for maximum buffering time of data plane events ([#1116](https://github.com/rudderlabs/rudder-sdk-js/issues/1116)) ([c6d775f](https://github.com/rudderlabs/rudder-sdk-js/commit/c6d775f143c3f082c124503500b532032838b4ba))
12
+ * onboard tiktok device mode integration ([#1091](https://github.com/rudderlabs/rudder-sdk-js/issues/1091)) ([09d9ae2](https://github.com/rudderlabs/rudder-sdk-js/commit/09d9ae263743d65b51c52a02f1ac61b9145e49bc))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * remove usage of .at() to ensure electron 7 works ([#1112](https://github.com/rudderlabs/rudder-sdk-js/issues/1112)) ([cbfe150](https://github.com/rudderlabs/rudder-sdk-js/commit/cbfe15083904b8f0794172f5c031f6dd268a33ad))
18
+ * removed vulnerable package component-url ([#1138](https://github.com/rudderlabs/rudder-sdk-js/issues/1138)) ([3a0e547](https://github.com/rudderlabs/rudder-sdk-js/commit/3a0e547eed4925f36a2f09f5fd713032dff2ba6a))
19
+
20
+ ## [2.34.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.33.1...v2.34.0) (2023-05-26)
21
+
22
+
23
+ ### Features
24
+
25
+ * **ga4:** added identify call support for hybrid mode connection ([#1082](https://github.com/rudderlabs/rudder-sdk-js/issues/1082)) ([98d6674](https://github.com/rudderlabs/rudder-sdk-js/commit/98d6674eb2e3d4aae1b46d8101e14871de3e0205))
26
+ * remove custom property dependency for fb pixel ([#1097](https://github.com/rudderlabs/rudder-sdk-js/issues/1097)) ([5e0ba98](https://github.com/rudderlabs/rudder-sdk-js/commit/5e0ba9875658a760322c6b723b4a44a11a3fa086))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **ga4:** reverted cookie prefix change ([#1100](https://github.com/rudderlabs/rudder-sdk-js/issues/1100)) ([54b7930](https://github.com/rudderlabs/rudder-sdk-js/commit/54b7930b7145ec708ec91dc9935d40bd1b188f2b))
32
+ * localstorage db connections buzy issue in outdated browsers ([#1086](https://github.com/rudderlabs/rudder-sdk-js/issues/1086)) ([b5855ea](https://github.com/rudderlabs/rudder-sdk-js/commit/b5855eac4c5aea75587119c73aaac99bc4f8f926))
33
+ * security, circular reference issues, type checking & errors to logger fixes ([#1099](https://github.com/rudderlabs/rudder-sdk-js/issues/1099)) ([670bab2](https://github.com/rudderlabs/rudder-sdk-js/commit/670bab20f6d2fda64b69585d3600a6ff4e6f5609))
34
+ * snap pixel price mapping ([#1094](https://github.com/rudderlabs/rudder-sdk-js/issues/1094)) ([cf9d71f](https://github.com/rudderlabs/rudder-sdk-js/commit/cf9d71f9a9113f20b99638d92c72e115a305a559))
35
+ * suppress error notification for bugsnag ([#1087](https://github.com/rudderlabs/rudder-sdk-js/issues/1087)) ([252d4e5](https://github.com/rudderlabs/rudder-sdk-js/commit/252d4e5a64b49cdf19d1ee71eb87d2431b1808fa))
36
+
5
37
  ### [2.33.1](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.33.0...v2.33.1) (2023-05-16)
6
38
 
7
39