Radar — August 2025
Selected release notes for 2025-08-01 → 2025-09-01. The version links lead to the full release notes.
Node.js
Version 24.7.0 (Current) — Aug 27, 2025
- Post-quantum crypto lands: ML-KEM (FIPS 203) via new
crypto.encapsulate/crypto.decapsulate, ML-DSA (FIPS 204) incrypto.sign/verify, plus ChaCha20-Poly1305,subtle.getPublicKey, andSubtleCrypto.supports. execArgvpolicies for embedders:"none","cli"(--node-options="…"), or"env"(default,NODE_OPTIONS).
Version 24.6.0 (Current) — Aug 14, 2025
NODE_USE_SYSTEM_CA=1— use the system CA store.zlib: dictionary support inzstdCompress/zstdDecompress;fsgainsUtf8Stream(SonicBoom ported into core).http: newserver.keepAliveTimeoutBufferoption.
Version 22.19.0 ‘Jod’ (LTS) — Aug 28, 2025
--experimental-wasm-modulesunflagged;tls.setDefaultCACertificatesandprocess.threadCpuUsageadded.
CSS / Web platform
v2.45.0 — Aug 26, 2025
- Add Explicit resource management,
navigator.scheduling.isInputPending, andObject.hasOwnfeatures.
v2.44.0 — Aug 20, 2025
- ⚠ Local Network Access replaces Private Network Access.
Browsers
v7.1.0 — Aug 26, 2025
- Bun joins the browser data (all releases since 1.0.0), plus
Document.adoptedStyleSheetsmutability data.
v7.0.0 — Aug 22, 2025
- ⚠ BCD v7:
VersionValueis nowstring | false;version_removed/version_lastare plain strings — breaking for data consumers.
v6.1.3 — Aug 15, 2025
- New compat data: CSS
@functionat-rule and dashed functions, theIntegrity-Policyheaders, andDigitalCredential.toJSON.
v6.1.2 — Aug 12, 2025
- New compat data:
caret-animation,scroll-target-group, andview-transition-groupCSS properties.
v6.1.1 — Aug 9, 2025
- New compat data: CSS
:headingselectors andcorner-shapevalues (bevel, notch, round, scoop, square); Edge 142 added.
Material UI
v7.3.0 — Aug 5, 2025
nativeColorfeature — uses CSS instead of JavaScript for color manipulation, with support for modern color spaces.Accordiongains aregionslot;Switchgetsrole="switch".
Zod
v4.1.0 — Aug 23, 2025
- Codecs — bidirectional schemas:
encoderuns transformsB->A, pipes execute in reverse; defaults/prefaults and catch apply forward-only. - Ships ready-made codecs:
stringToNumber,stringToInt,isoDatetimeToDate,epochSecondsToDate, and more.
Jotai
v2.13.0 — Aug 4, 2025
- ⚠ Deprecated dev store dropped;
@babel/{core,template}become optional peer dependencies.
i18next
v25.4.0 — Aug 20, 2025
- New selector API (
enableSelector: true) for TypeScript IDE performance;"optimize"mode handles dictionaries of any size. - Companion
@i18next-selector/codemodand@i18next-selector/vite-plugin.
Konva
10.0.0-0 — Aug 24, 2025
- Konva 10 preview:
miter-limitsupport and corner radius for regular polygons.
Sentry JS
10.7.0 — Aug 27, 2025
- Cloudflare:
instrumentPrototypeMethodsfor Durable Object RPC methods; AWS streaming handlers; streamed Anthropic AI responses.
10.6.0 — Aug 26, 2025
- Node: Anthropic AI integration and a Hono instrumentation interface; automatic ESM wrapping on AWS.
10.4.0 — Aug 11, 2025
- Node: new
ignoreStaticAssetsoption.
10.2.0 — Aug 6, 2025
- New
ignoreSpansoption; OpenAI instrumentation on Cloudflare and Vercel Edge; token accumulation forgen_ai.invoke_agentspans.
Playwright
v1.55.0 — Aug 20, 2025
testStepInfo.titlePath— full title path from test file through steps.- Codegen can generate automatic
toBeVisibleassertions. - ⚠ Dropped support for Chromium extension manifest v2.
Turborepo
Turborepo v2.5.6 — Aug 15, 2025
- Watch Mode now works with
--root-turbo-json.
TanStack CLI
v0.19.0 — Aug 11, 2025
- Scaffolded apps move to the new TanStack Devtools.
v0.18.0 — Aug 11, 2025
- New
@tanstack/create-startpackage.
TanStack Form
v1.19.0 — Aug 7, 2025
- Core: form identifiers.
v1.17.0 — Aug 4, 2025
- Alternative validation methods added.
v1.16.0 — Aug 4, 2025
onSubmitMetanow passed toonSubmitInvalidandlisteners.onSubmit.
TanStack Query
v5.85.0 — Aug 12, 2025
- Solid devtools gain a panel export; devtools browser extension now documented for Firefox and Edge.
TanStack Router
v1.131.0 — Aug 8, 2025
- Query integration restructured — new
@tanstack/react-router-ssr-querypackage.
v1.131.30 — Aug 30, 2025
- Faster
replaceEqualDeepanddeepEqualin router-core.