Skip to content

Commit 00cd9fd

Browse files
committed
release
1 parent c7b00c9 commit 00cd9fd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 8.1.0
2+
3+
- feat: add support for Partitioned cookies [303](https://github.com/i18next/i18next-browser-languageDetector/pull/303)
4+
15
### 8.0.5
26

37
- check for common xss attack patterns on detected language

i18nextBrowserLanguageDetector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
throw new TypeError('option sameSite is invalid');
8080
}
8181
}
82+
if (opt.partitioned) str += '; Partitioned';
8283
return str;
8384
};
8485
const cookie = {

i18nextBrowserLanguageDetector.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)