rudder-sdk-js 2.35.1 → 2.37.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 +31 -0
- package/index.d.ts +4 -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,37 @@
|
|
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.37.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.36.0...v2.37.0) (2023-07-07)
|
6
|
+
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
* attach beacon flush on visibility change event hidden value ([#1192](https://github.com/rudderlabs/rudder-sdk-js/issues/1192)) ([d77f5e1](https://github.com/rudderlabs/rudder-sdk-js/commit/d77f5e1129744ebe858f263fe10706cc19da53b0))
|
11
|
+
* enhance dedup support using persistence ([#1089](https://github.com/rudderlabs/rudder-sdk-js/issues/1089)) ([caa2d34](https://github.com/rudderlabs/rudder-sdk-js/commit/caa2d34fbf4f6619c2cfdc09b267b928d5a1c7f9))
|
12
|
+
* ketch consent manager ([#1095](https://github.com/rudderlabs/rudder-sdk-js/issues/1095)) ([6f83ffa](https://github.com/rudderlabs/rudder-sdk-js/commit/6f83ffaf487cfc431f3c037007819ed76152fdc9))
|
13
|
+
|
14
|
+
|
15
|
+
### Bug Fixes
|
16
|
+
|
17
|
+
* clevertap sdk version to latest, check mandatory traits for identify ([#1189](https://github.com/rudderlabs/rudder-sdk-js/issues/1189)) ([2afb6b3](https://github.com/rudderlabs/rudder-sdk-js/commit/2afb6b39addf402bc6a8748aba092007ee1faed3))
|
18
|
+
* update crypto-js to latest version to ensure crypto random values ([#1193](https://github.com/rudderlabs/rudder-sdk-js/issues/1193)) ([7a50d15](https://github.com/rudderlabs/rudder-sdk-js/commit/7a50d15fa70d512440c52e45021ccee199047b1f))
|
19
|
+
|
20
|
+
## [2.36.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.35.1...v2.36.0) (2023-06-23)
|
21
|
+
|
22
|
+
|
23
|
+
### Features
|
24
|
+
|
25
|
+
* **ga4:** enhance support for debug_view in device and hybrid connection modes ([#1121](https://github.com/rudderlabs/rudder-sdk-js/issues/1121)) ([b3c2c8f](https://github.com/rudderlabs/rudder-sdk-js/commit/b3c2c8f1536bf2c303ed7b06162e5a46a1d1f28f))
|
26
|
+
* **ga4:** support of user_properties as a part of init call ([#1148](https://github.com/rudderlabs/rudder-sdk-js/issues/1148)) ([48f85c7](https://github.com/rudderlabs/rudder-sdk-js/commit/48f85c7dbcd35f43ce091d5e325442cae52f11da))
|
27
|
+
|
28
|
+
|
29
|
+
### Bug Fixes
|
30
|
+
|
31
|
+
* `decryptValue()` return early if value is not string ([#1155](https://github.com/rudderlabs/rudder-sdk-js/issues/1155)) ([c0d26c7](https://github.com/rudderlabs/rudder-sdk-js/commit/c0d26c73a867d30e01b78c9868386f95d29b7d0c))
|
32
|
+
* **ga4:** use function to fetch user traits ([#1170](https://github.com/rudderlabs/rudder-sdk-js/issues/1170)) ([6b1393c](https://github.com/rudderlabs/rudder-sdk-js/commit/6b1393c4505c87753f007771b21a39adf0d6cc95))
|
33
|
+
* transform to string any userId passed as number in identify calls ([#1174](https://github.com/rudderlabs/rudder-sdk-js/issues/1174)) ([26e0d68](https://github.com/rudderlabs/rudder-sdk-js/commit/26e0d68ae4a7a68ffd45cbbd8985b1b06ea43924))
|
34
|
+
* window rudderanalytics usages ([#1139](https://github.com/rudderlabs/rudder-sdk-js/issues/1139)) ([85e2018](https://github.com/rudderlabs/rudder-sdk-js/commit/85e2018d17bcb037f9cfb724c69df64baf8d975a))
|
35
|
+
|
5
36
|
### [2.35.1](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.35.0...v2.35.1) (2023-06-22)
|
6
37
|
|
7
38
|
|