rudder-sdk-js 2.26.0 → 2.28.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 +20 -0
- package/index.d.ts +1 -1
- 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,26 @@
|
|
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.28.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.27.0...v2.28.0) (2023-03-21)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* mutation of user provided object values ([#958](https://github.com/rudderlabs/rudder-sdk-js/issues/958)) ([74f4974](https://github.com/rudderlabs/rudder-sdk-js/commit/74f4974377ad61b1bc86315484a7274a065c5706))
|
11
|
+
|
12
|
+
|
13
|
+
## [2.27.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.26.0...v2.27.0) (2023-03-14)
|
14
|
+
|
15
|
+
### Bug Fixes
|
16
|
+
|
17
|
+
* **braze:** handle undefined products ([#940](https://github.com/rudderlabs/rudder-sdk-js/issues/940)) ([b32a074](https://github.com/rudderlabs/rudder-sdk-js/commit/b32a074f2cde42f0dd4b5c8297ed272bd9be88c6))
|
18
|
+
* client_id mapping for ga4 ([#925](https://github.com/rudderlabs/rudder-sdk-js/issues/925)) ([a48cdff](https://github.com/rudderlabs/rudder-sdk-js/commit/a48cdff9259d5a91d2199e5e2936fb2b98b407fd))
|
19
|
+
* duplicate page views being sent to ga4 ([#923](https://github.com/rudderlabs/rudder-sdk-js/issues/923)) ([9a5ca33](https://github.com/rudderlabs/rudder-sdk-js/commit/9a5ca3311d58e8525c0b30c31cfaa71cbb3c7f9c))
|
20
|
+
* duplicate userid sent to ga4 ([#927](https://github.com/rudderlabs/rudder-sdk-js/issues/927)) ([1dd3f37](https://github.com/rudderlabs/rudder-sdk-js/commit/1dd3f3753815ccc39a0c358171b68d911cf3c488))
|
21
|
+
* ga4 device mode debug_view ([#921](https://github.com/rudderlabs/rudder-sdk-js/issues/921)) ([733ea81](https://github.com/rudderlabs/rudder-sdk-js/commit/733ea81236e1ccf45eb37f95e0d604517cce9cb7))
|
22
|
+
* type declaration of onLoaded callback loadOption ([#945](https://github.com/rudderlabs/rudder-sdk-js/issues/945)) ([1a78d6d](https://github.com/rudderlabs/rudder-sdk-js/commit/1a78d6d02709e3f133a38d4b01f4bb062eefa9ba))
|
23
|
+
* traits are not being sent to ga4 group call ([#929](https://github.com/rudderlabs/rudder-sdk-js/issues/929)) ([66bdc64](https://github.com/rudderlabs/rudder-sdk-js/commit/66bdc64a72ba6ec525172d4ac7b33752259c80a5))
|
24
|
+
|
5
25
|
## [2.26.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.25.0...v2.26.0) (2023-03-02)
|
6
26
|
|
7
27
|
### Features
|
package/index.d.ts
CHANGED