rudder-sdk-js 2.35.0 → 2.36.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 +23 -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,29 @@
|
|
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.36.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.35.1...v2.36.0) (2023-06-23)
|
6
|
+
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
* **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))
|
11
|
+
* **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))
|
12
|
+
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
* `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))
|
17
|
+
* **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))
|
18
|
+
* 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))
|
19
|
+
* window rudderanalytics usages ([#1139](https://github.com/rudderlabs/rudder-sdk-js/issues/1139)) ([85e2018](https://github.com/rudderlabs/rudder-sdk-js/commit/85e2018d17bcb037f9cfb724c69df64baf8d975a))
|
20
|
+
|
21
|
+
### [2.35.1](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.35.0...v2.35.1) (2023-06-22)
|
22
|
+
|
23
|
+
|
24
|
+
### Bug Fixes
|
25
|
+
|
26
|
+
* parse utm campaign values from locaton href instead of canonicalURL ([18a2a57](https://github.com/rudderlabs/rudder-sdk-js/commit/18a2a57caeaa03512e3b2fbce62aa8d0fe2963e7))
|
27
|
+
|
5
28
|
## [2.35.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.34.0...v2.35.0) (2023-06-09)
|
6
29
|
|
7
30
|
|