Skip to content

Commit e0f8b7b

Browse files
committed
Merge remote-tracking branch 'origin/development' into test/SDKE-306-add-support-for-mobile-browsers
2 parents f44d3e7 + b1bd495 commit e0f8b7b

File tree

71 files changed

+3144
-5620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3144
-5620
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: 'ubuntu-latest'
5656
strategy:
5757
matrix:
58-
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
58+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@v3

.github/workflows/staging-step-1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: NPM install
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: 16.x
42+
node-version: 24.x
4343

4444
- name: Run NPM CI
4545
run: npm ci
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: 'ubuntu-latest'
7171
strategy:
7272
matrix:
73-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
73+
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122122
- name: NPM install
123123
uses: actions/setup-node@v3
124124
with:
125-
node-version: 16.x
125+
node-version: 24.x
126126

127127
- name: Run NPM CI
128128
run: npm ci
@@ -283,7 +283,7 @@ jobs:
283283
- name: Setup Node.js
284284
uses: actions/setup-node@v3
285285
with:
286-
node-version: 16.x
286+
node-version: 24.x
287287

288288
- name: Install dependencies
289289
run: npm ci

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [2.48.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.47.1...v2.48.0) (2025-10-27)
2+
3+
4+
### Features
5+
6+
* Add performance timing for SDK start measurement ([#1101](https://github.com/mParticle/mparticle-web-sdk/issues/1101)) ([3dbbffe](https://github.com/mParticle/mparticle-web-sdk/commit/3dbbffe3c5279aa4d17b639a28473c9e9fb4fcec))
7+
8+
## [2.47.1](https://github.com/mParticle/mparticle-web-sdk/compare/v2.47.0...v2.47.1) (2025-10-06)
9+
10+
# [2.47.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.46.0...v2.47.0) (2025-10-01)
11+
12+
13+
### Bug Fixes
14+
15+
* SDKE-317 Call deferred methods on Rokt Manager instead of kit ([#1076](https://github.com/mParticle/mparticle-web-sdk/issues/1076)) ([3a0643b](https://github.com/mParticle/mparticle-web-sdk/commit/3a0643b13ce1d7ade12be85fa9d87ac5278fe158))
16+
17+
18+
### Features
19+
20+
* added DisabledVault to disable id-cache when noFunctional is set ([#1072](https://github.com/mParticle/mparticle-web-sdk/issues/1072)) ([8187d72](https://github.com/mParticle/mparticle-web-sdk/commit/8187d726aac79493a1a6c5891eaa23823ca7bf52))
21+
* added noFunctional in batchUploader to disable offline storage ([#1063](https://github.com/mParticle/mparticle-web-sdk/issues/1063)) ([97dd88a](https://github.com/mParticle/mparticle-web-sdk/commit/97dd88aa20938f2976552c86c6db774d4b6c1023))
22+
* disable session cookie/localStorage when noFunctional is set ([#1070](https://github.com/mParticle/mparticle-web-sdk/issues/1070)) ([edb2e61](https://github.com/mParticle/mparticle-web-sdk/commit/edb2e61825ffacd2ca0b444c4a9d730cd9c95590))
23+
* disable time tracking when noTargeting is set to true ([#1064](https://github.com/mParticle/mparticle-web-sdk/issues/1064)) ([71c891c](https://github.com/mParticle/mparticle-web-sdk/commit/71c891c703353451aaad712d2e7d25722cb9f641))
24+
125
# [2.46.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.45.0...v2.46.0) (2025-09-17)
226

327

dist/mparticle.common.js

Lines changed: 75 additions & 245 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mparticle.esm.js

Lines changed: 75 additions & 245 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)