rudder-sdk-js 2.40.4 → 2.41.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,31 @@
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.41.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.5...v2.41.0) (2023-09-01)
6
+
7
+
8
+ ### Features
9
+
10
+ * active camp site tracking ([#1356](https://github.com/rudderlabs/rudder-sdk-js/issues/1356)) ([39d1c26](https://github.com/rudderlabs/rudder-sdk-js/commit/39d1c26b558c0927606a15e016220001e85f3b4a))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * customerIo: remove anonymousId as fallback in identify call ([#1348](https://github.com/rudderlabs/rudder-sdk-js/issues/1348)) ([2ebfd50](https://github.com/rudderlabs/rudder-sdk-js/commit/2ebfd5004b5c5acfb5bac78ecbd8c089d6aa25d4))
16
+ * **ga4:** improvements ([#1347](https://github.com/rudderlabs/rudder-sdk-js/issues/1347)) ([40abae9](https://github.com/rudderlabs/rudder-sdk-js/commit/40abae903e34abf42202d9bd1e13c1028a1cea42))
17
+ * **heap:** heap.push is not a function ([#1349](https://github.com/rudderlabs/rudder-sdk-js/issues/1349)) ([b8e9ddc](https://github.com/rudderlabs/rudder-sdk-js/commit/b8e9ddccc671f0cfcf7f1204c71f09cb6750f17c))
18
+ * **hotjar:** event.replaceAll is not a function ([#1354](https://github.com/rudderlabs/rudder-sdk-js/issues/1354)) ([6318001](https://github.com/rudderlabs/rudder-sdk-js/commit/6318001136741ce0cb02a645d003eb2f692c8d98))
19
+ * stop sending network breadcrumbs to bugsnag ([#1343](https://github.com/rudderlabs/rudder-sdk-js/issues/1343)) ([6c4efc8](https://github.com/rudderlabs/rudder-sdk-js/commit/6c4efc85a411db15922dd88de959a00e40e30e21))
20
+
21
+ ### [2.40.5](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.4...v2.40.5) (2023-08-28)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * add trim & lowercase for klaviyo track event ([#1341](https://github.com/rudderlabs/rudder-sdk-js/issues/1341)) ([7a28c49](https://github.com/rudderlabs/rudder-sdk-js/commit/7a28c49efc0044c679c1fbc3f542179b7d582193))
27
+ * flushing empty batch for sendbeacon ([ddcc5e0](https://github.com/rudderlabs/rudder-sdk-js/commit/ddcc5e0d94955ff4cad7b5b168f2430b5c01e18f))
28
+ * mixpanel cookie persistence type ([#1339](https://github.com/rudderlabs/rudder-sdk-js/issues/1339)) ([69d7287](https://github.com/rudderlabs/rudder-sdk-js/commit/69d7287da611a7ebb6936bdef56cc06e1d4a5736))
29
+
5
30
  ### [2.40.4](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.3...v2.40.4) (2023-08-21)
6
31
 
7
32
  ### [2.40.3](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.2...v2.40.3) (2023-08-18)