radar

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) in crypto.sign/verify, plus ChaCha20-Poly1305, subtle.getPublicKey, and SubtleCrypto.supports.
  • execArgv policies 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 in zstdCompress/zstdDecompress; fs gains Utf8Stream (SonicBoom ported into core).
  • http: new server.keepAliveTimeoutBuffer option.

Version 22.19.0 ‘Jod’ (LTS) — Aug 28, 2025

  • --experimental-wasm-modules unflagged; tls.setDefaultCACertificates and process.threadCpuUsage added.

CSS / Web platform

v2.45.0 — Aug 26, 2025

  • Add Explicit resource management, navigator.scheduling.isInputPending, and Object.hasOwn features.

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.adoptedStyleSheets mutability data.

v7.0.0 — Aug 22, 2025

  • BCD v7: VersionValue is now string | false; version_removed/version_last are plain strings — breaking for data consumers.

v6.1.3 — Aug 15, 2025

  • New compat data: CSS @function at-rule and dashed functions, the Integrity-Policy headers, and DigitalCredential.toJSON.

v6.1.2 — Aug 12, 2025

  • New compat data: caret-animation, scroll-target-group, and view-transition-group CSS properties.

v6.1.1 — Aug 9, 2025

  • New compat data: CSS :heading selectors and corner-shape values (bevel, notch, round, scoop, square); Edge 142 added.

Material UI

v7.3.0 — Aug 5, 2025

  • nativeColor feature — uses CSS instead of JavaScript for color manipulation, with support for modern color spaces.
  • Accordion gains a region slot; Switch gets role="switch".

Zod

v4.1.0 — Aug 23, 2025

  • Codecs — bidirectional schemas: encode runs transforms B->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/codemod and @i18next-selector/vite-plugin.

Konva

10.0.0-0 — Aug 24, 2025

  • Konva 10 preview: miter-limit support and corner radius for regular polygons.

Sentry JS

10.7.0 — Aug 27, 2025

  • Cloudflare: instrumentPrototypeMethods for 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 ignoreStaticAssets option.

10.2.0 — Aug 6, 2025

  • New ignoreSpans option; OpenAI instrumentation on Cloudflare and Vercel Edge; token accumulation for gen_ai.invoke_agent spans.

Playwright

v1.55.0 — Aug 20, 2025

  • testStepInfo.titlePath — full title path from test file through steps.
  • Codegen can generate automatic toBeVisible assertions.
  • ⚠ 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-start package.

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

  • onSubmitMeta now passed to onSubmitInvalid and listeners.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-query package.

v1.131.30 — Aug 30, 2025

  • Faster replaceEqualDeep and deepEqual in router-core.