rudder-sdk-js 2.40.5 → 2.41.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/service-worker/index.es.js +1 -1
- package/service-worker/index.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,22 @@
|
|
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
|
+
|
5
21
|
### [2.40.5](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.4...v2.40.5) (2023-08-28)
|
6
22
|
|
7
23
|
|