Skip to content

Commit 8dfeb98

Browse files
committed
Merge remote-tracking branch 'origin/development' into refactor/SDKE-376-refactor-endSession-in-sessionManager
2 parents 952f67a + 4b6302f commit 8dfeb98

Some content is hidden

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

62 files changed

+2558
-4704
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: 'BrowserStack Beta Browsers Test'
2+
on: [push, workflow_dispatch]
3+
4+
jobs:
5+
browserstack-beta-test:
6+
name: 'BrowserStack Beta Browsers Test'
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: 'BrowserStack Env Setup'
10+
uses: browserstack/github-actions/setup-env@master
11+
with:
12+
username: ${{ secrets.BROWSERSTACK_USERNAME }}
13+
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
14+
15+
- name: 'BrowserStack Local Tunnel Setup'
16+
uses: browserstack/github-actions/setup-local@master
17+
with:
18+
local-testing: start
19+
local-identifier: random
20+
21+
- name: 'Checkout the repository'
22+
uses: actions/checkout@v3
23+
24+
- name: 'Run NPM CI'
25+
run: npm ci
26+
27+
- name: Run Build IIFE
28+
run: npm run build:iife
29+
30+
- name: 'Run Build test bundle'
31+
run: npm run build:test-bundle
32+
33+
- name: 'Run BrowserStack Beta Browsers Test'
34+
run: npm run test:browserstack-beta
35+
36+
- name: 'BrowserStackLocal Stop'
37+
uses: browserstack/github-actions/setup-local@master
38+
with:
39+
local-testing: stop
40+

.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.50.1](https://github.com/mParticle/mparticle-web-sdk/compare/v2.50.0...v2.50.1) (2025-11-20)
2+
3+
# [2.50.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.49.0...v2.50.0) (2025-11-13)
4+
5+
6+
### Features
7+
8+
* SDKE-221 Support hashedEmailUserIdentityType for "other" identity type ([#1052](https://github.com/mParticle/mparticle-web-sdk/issues/1052)) ([3fb8cb1](https://github.com/mParticle/mparticle-web-sdk/commit/3fb8cb123e6213d6a832a9455f5285e1c9989271))
9+
10+
# [2.49.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.48.0...v2.49.0) (2025-11-10)
11+
12+
13+
### Features
14+
15+
* add BrowserStack beta suite and workflow ([#1074](https://github.com/mParticle/mparticle-web-sdk/issues/1074)) ([8c5749d](https://github.com/mParticle/mparticle-web-sdk/commit/8c5749d42bdfe3c4a2ef0ca8e58d17705132218e))
16+
117
# [2.48.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.47.1...v2.48.0) (2025-10-27)
218

319

dist/mparticle.common.js

Lines changed: 20 additions & 17 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: 20 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)