rudder-sdk-js 2.44.0 → 2.45.1
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 +27 -0
- package/dist/npm/index.cjs.js +1 -1
- package/dist/npm/index.es.js +1 -1
- package/dist/npm/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,33 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [2.45.1](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.45.0...rudder-sdk-js@2.45.1) (2023-12-01)
|
6
|
+
|
7
|
+
### Dependency Updates
|
8
|
+
|
9
|
+
* `@rudderstack/analytics-js-common` updated to version `2.45.0`
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* initialisation of bugsnag in chrome extension ([#1516](https://github.com/rudderlabs/rudder-sdk-js/issues/1516)) ([af970c9](https://github.com/rudderlabs/rudder-sdk-js/commit/af970c94ad45c50fcbbca0d0e7597fdefa08b154))
|
14
|
+
* replace stringify with stringifyWithoutCircular ([#1525](https://github.com/rudderlabs/rudder-sdk-js/issues/1525)) ([828ecce](https://github.com/rudderlabs/rudder-sdk-js/commit/828ecce8c65e5b12007d63e9a7ddaa1a7d699da1))
|
15
|
+
* update polyfill list and add version ([#1518](https://github.com/rudderlabs/rudder-sdk-js/issues/1518)) ([653d58e](https://github.com/rudderlabs/rudder-sdk-js/commit/653d58e782c7449c7f7afe851665a59912287750))
|
16
|
+
|
17
|
+
## [2.45.0](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.44.0...rudder-sdk-js@2.45.0) (2023-11-13)
|
18
|
+
|
19
|
+
### Dependency Updates
|
20
|
+
|
21
|
+
* `@rudderstack/analytics-js-common` updated to version `2.44.0`
|
22
|
+
|
23
|
+
### Features
|
24
|
+
|
25
|
+
* add beacon polyfill ([#1487](https://github.com/rudderlabs/rudder-sdk-js/issues/1487)) ([8053ae2](https://github.com/rudderlabs/rudder-sdk-js/commit/8053ae2ec7c5757bb65a1881ca1b79fe08c30fc7))
|
26
|
+
|
27
|
+
|
28
|
+
### Bug Fixes
|
29
|
+
|
30
|
+
* preloaded event not containing denied consent ids ([#1502](https://github.com/rudderlabs/rudder-sdk-js/issues/1502)) ([29ef781](https://github.com/rudderlabs/rudder-sdk-js/commit/29ef7813f601e96c5729b983ac89e078c4891693))
|
31
|
+
|
5
32
|
## [2.44.0](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.43.0...rudder-sdk-js@2.44.0) (2023-10-27)
|
6
33
|
|
7
34
|
### Dependency Updates
|