radar

Radar — February 2026

Selected release notes for 2026-02-01 → 2026-03-01. The version links lead to the full release notes.

Node.js

v25.7.0 — Feb 24, 2026

  • SEA supports an ESM entry point; SQLite marked release candidate.
  • http2 gets http1Options for HTTP/1-fallback configuration.
  • Duplex.toWeb renamed its type option to readableType.

v24.14.0 — Feb 24, 2026

  • LTS picks up the recent Current features: fs.watch ignore option, http.setGlobalProxyFromEnv, subpath imports starting with #/, and the trackPromises option in async_hooks.createHook.

v25.6.0 — Feb 3, 2026

  • async_hooks.createHook gets trackPromises; node:stream/consumers gets bytes; the test runner’s run() accepts an env option.
  • Initial ESM support in the embedder API; Socket gains setTOS/getTOS.

CSS / Web platform

v3.18.0 — Feb 23, 2026

  • New tracked features: the <install> element, Navigation API precommit handlers, and WebAssembly JS Promise Integration (JSPI).

v3.17.0 — Feb 17, 2026

  • The text-wrap-* entries were consolidated into just text-wrap, text-wrap-balance, and text-wrap-pretty.
  • New tracked features include the CSS random() function, Digital Credentials, the <geolocation> element, and built-in LanguageDetector / Translator APIs.

v3.16.0 — Feb 10, 2026

  • display-mode is no longer Baseline — the status regressed after upstream data turned out to be incomplete. Re-check before relying on it.
  • New: CSS filter() function feature, WebGPU group.

v3.15.0 — Feb 4, 2026

  • background-attachment and autofill regressed to not-Baseline due to upstream data changes.

Browsers

v7.3.3 — Feb 20, 2026

  • New WebTransport compatibility data: send groups, draining, supportsReliableOnly, datagram writables.

v7.3.2 — Feb 13, 2026

  • New compat data: AnimationTrigger, the clipboardchange event, and the CrashReportContext API.

v7.3.1 — Feb 6, 2026

  • Iterator.zip and the color-gamut media values (p3, rec2020, srgb) enter the data.

Tailwind CSS

v4.2.0 — Feb 18, 2026

  • Four new default palettes: mauve, olive, mist, taupe.
  • New logical-property utilities: pbs-*/pbe-*, mbs-*/mbe-*, border-bs-*/border-be-*, inline-*/block-* sizes, and inset-s/e/bs/be-* — writing-mode-safe spacing without arbitrary values.
  • New @tailwindcss/webpack package for running Tailwind as a webpack plugin.

Storybook

v10.2.10 — Feb 18, 2026

  • Security: websocket connections now require a token — the same hardening was backported all the way down to 9.1.19, 8.6.17, and 7.6.23. Update whichever line you’re on.

Jotai

v2.18.0 — Feb 19, 2026

  • jotai/babel is deprecated in favor of the separate jotai-babel package.

Axios

v1.13.6 — Feb 27, 2026

  • React Native Blob support — verify your integration if you rely on specific Blob or FormData behaviors there.

Sentry JS

10.40.0 — Feb 24, 2026

  • ⚠ The TanStack Start Vite plugin moved to the @sentry/tanstackstart-react/vite subpath; Gatsby v2 support dropped.
  • Astro on Cloudflare Workers support; async KV API instrumented on Cloudflare; framework-agnostic tunnel handler; Deno SDK gains logs, metrics, and Deno.serve instrumentation.

10.39.0 — Feb 16, 2026

  • TanStack Start server-function middleware auto-instrumented.
  • New node-core/light build for error tracking / logs / metrics without tracing; experimental automatic Vercel cron monitoring on Next.js; trace continuation from Server-Timing headers.

Turborepo

v2.8.11 — Feb 25, 2026

  • The daemon is removed from turbo run — daemon flags and config are deprecated.
  • A wide performance pass: parallelized globwalks and package.json loading, deduplicated file hashing, faster pnpm lockfile resolution, fewer filesystem syscalls.

v2.8.10 — Feb 18, 2026

  • --profile can emit LLM-friendly markdown alongside the trace output (filename now optional); more hashing and watch-mode performance work.

TanStack Router

v1.161.0 — Feb 18, 2026

  • Import protection — server-only modules are guarded from client bundles; excludeFiles added in v1.163.0.

v1.160.0 — Feb 15, 2026

  • isDangerousProtocol now uses a customizable allowlist.

v1.158.0 — Feb 3, 2026

  • routeId is passed into context/beforeLoad.