rudder-sdk-js 2.36.0 → 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 +15 -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,21 @@
|
|
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
|
+
|
5
20
|
## [2.36.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.35.1...v2.36.0) (2023-06-23)
|
6
21
|
|
7
22
|
|