Skip to content

Commit 8af2080

Browse files
Release build 9.8.0 [ci release]
1 parent 638f9b5 commit 8af2080

File tree

121 files changed

+1875
-259
lines changed

Some content is hidden

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

121 files changed

+1875
-259
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
- Web interventions: add scriptlet feature (#1742)
1+
- Fix config schema tests (#1752)
2+
- onboarding: updated assets and copy (#1718)
3+
- fix: NTP Privacy Stats widget number formatting (#1735)
4+
- build(deps-dev): bump the typescript group across 1 directory with 2 updates (#1743)

Sources/ContentScopeScripts/dist/pages/new-tab/dist/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25495,7 +25495,9 @@
2549525495
/** @type {Strings} */
2549625496
{}
2549725497
);
25498-
const otherText2 = t4("stats_otherCount", { count: String(count) });
25498+
const [formatter] = d2(() => new Intl.NumberFormat());
25499+
const formattedCount = formatter.format(count);
25500+
const otherText2 = t4("stats_otherCount", { count: String(formattedCount) });
2549925501
return /* @__PURE__ */ _("div", { class: PrivacyStats_default.otherTrackersRow }, otherText2);
2550025502
}
2550125503
var init_PrivacyStats2 = __esm({
@@ -28320,7 +28322,7 @@
2832028322
},
2832128323
{
2832228324
displayName: DDG_STATS_OTHER_COMPANY_IDENTIFIER,
28323-
count: 210
28325+
count: 2100
2832428326
},
2832528327
{
2832628328
displayName: "Amazon.com",
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 41 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)