Radar — December 2025
Selected release notes for 2025-12-01 → 2026-01-01. The version links lead to the full release notes.
React
19.2.3 — Dec 11, 2025
- Server Functions hardening: extra loop protection added — the same patch shipped across the 19.0.x and 19.1.x lines the same day.
Node.js
Version 24.12.0 ‘Krypton’ (LTS) — Dec 10, 2025
- Type stripping marked stable on the LTS line.
- Permission model gains
--allow-inspector; compile cache can be made portable. v8: CPU profile API.
CSS / Web platform
v3.12.0 — Dec 18, 2025
- New features:
wasm-branch-hinting,scroll-target-group,scroll-marker-targets,document-caretpositionfrompoint. hidden-until-foundnow marked unsupported in Firefox (still Limited Availability).
v3.11.0 — Dec 9, 2025
- New features:
interest-invokers, anchor-position container queries,scroll-into-view-container, range syntax for style queries,toggleevent-source, andweb-install.
v3.10.0 — Dec 1, 2025
discouragedfeatures now carryreason/reason_html, and optionally aremoval_datemarking pending or completed browser removal.
Browsers
v7.2.2 — Dec 17, 2025
- Safari 26.3 release data;
<details>search_match_opensand theSec-CH-*client-hint headers tracked.
v7.2.0 — Dec 10, 2025
- CSS
attr()type-or-unitandfallbacksupport tracked (typed attr()).
v7.1.24 — Dec 5, 2025
- zstd in
CompressionStream/DecompressionStreamandClipboardChangeEventtracked.
Material UI
v7.3.6 — Dec 3, 2025
- ListItem:
secondaryActionslot. - Slider accepts a readonly array for
marks; TextField slot props are extensible via TS module augmentation.
Zod
v4.3.0 — Dec 31, 2025
- JSON Schema conversion covers the full surface: all primitive types,
string formats, composition (
anyOf/oneOf/allOf), object and array constraints,$refwith circular schemas, metadata preserved. - ⚠ E.164 phone regex tightened — non-zero leading digit, 7–15 digits total.
v4.2.0 — Dec 15, 2025
z.fromJSONSchemaand a.toJSONSchemamethod; newz.looseRecordandz.xor.
Jotai
v2.16.0 — Dec 9, 2025
- ⚠
atomFamilyinjotai/utilsdeprecated — migrate tojotai-family.
i18next
v25.7.0 — Dec 1, 2025
cloneInstancecreates a new interpolator when interpolation options are passed.
Sentry JS
10.32.0 — Dec 18, 2025
- TanStack Start server functions traced; Vue gets a TanStack Router integration.
- Replay can attach request bodies via
attachRawBodyFromRequest; scope attributes apply to logs.
10.31.0 — Dec 16, 2025
- Browser: GraphQL persisted operations support (hash + protocol version attributes).
- Node:
propagateTraceparentoption.
10.30.0 — Dec 11, 2025
- ⚠ Next.js Webpack top-level options deprecated.
- Node captures scope when the event loop is blocked.
10.28.0 — Dec 2, 2025
- LangChain v1 support; LangChain/LangGraph instrumentation exposed in the browser SDK.
- AWS Lambda layer published for Node 24;
isolateTraceoption onSentry.withMonitor.
Vitest
v4.0.15 — Dec 2, 2025
- Reporters print an import duration breakdown; module cache opt-out at the plugin level.
Turborepo
Turborepo v2.7.0 — Dec 19, 2025
- Turborepo Devtools.
- Yarn 4 catalogs support; task-level
extendsfield. - Faster lookup of tasks impacted by package changes.
Turborepo v2.7.1 — Dec 20, 2025
turbo querycan now query external dependencies.
TanStack CLI
v0.44.0 — Dec 22, 2025
- Apollo Client add-on.
v0.41.0 — Dec 4, 2025
- TanStack AI add-on for React.
TanStack Router
v1.145.0 — Dec 27, 2025
- Start: async server-function validation enabled.
v1.144.0 — Dec 27, 2025
RawStreamlands across router and Start packages.
v1.142.11 — Dec 22, 2025
- ⚠
jsonhelper deprecated in favor of the standardResponse.json.
v1.142.0 — Dec 20, 2025
- File-based routing: any special string can now be escaped in route file names.
v1.141.8 — Dec 19, 2025
- Vue support matures:
vue-routerSentry integration viatanstackRouterBrowserTracingIntegration, Vue Start example apps and e2e suites (@tanstack/vue-router/vue-startpackages now publish alongside React and Solid).
TanStack Store
v0.9.0 — Dec 1, 2025
- Preact adapter added (published as
@tanstack/preact-storein v0.10.0).