Skip to content

Commit c3b45cc

Browse files
Merge pull request #259 from splitio/release_v2.6.2
Release v2.6.2
2 parents 9dd3f05 + 37bbcf7 commit c3b45cc

4 files changed

Lines changed: 2998 additions & 2766 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run check
4141

4242
- name: npm test
43-
run: npm run test -- --coverage
43+
run: npm run test
4444

4545
- name: npm build
4646
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.6.2 (June 29, 2026)
2+
- Updated @splitsoftware/splitio package to version 11.11.2, which:
3+
- updates TypeScript declaration to use `namespace` instead of `module` for compatibility with TypeScript 7 (Related to issue https://github.com/splitio/javascript-client/issues/920).
4+
- updates internal modules to handle `null` values from `/splitChanges` response.
5+
- updates some dependencies for vulnerability fixes.
6+
17
2.6.1 (November 26, 2025)
28
- Updated @splitsoftware/splitio package to version 11.9.0 that updates the order of storage operations to prevent inconsistent states when using the `LOCALSTORAGE` storage type and the browser’s `localStorage` fails due to quota limits.
39

0 commit comments

Comments
 (0)