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.
http2getshttp1Optionsfor HTTP/1-fallback configuration.- ⚠
Duplex.toWebrenamed itstypeoption toreadableType.
v24.14.0 — Feb 24, 2026
- LTS picks up the recent Current features:
fs.watchignoreoption,http.setGlobalProxyFromEnv, subpath imports starting with#/, and thetrackPromisesoption inasync_hooks.createHook.
v25.6.0 — Feb 3, 2026
async_hooks.createHookgetstrackPromises;node:stream/consumersgetsbytes; the test runner’srun()accepts anenvoption.- Initial ESM support in the embedder API;
SocketgainssetTOS/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 justtext-wrap,text-wrap-balance, andtext-wrap-pretty. - New tracked features include the CSS
random()function, Digital Credentials, the<geolocation>element, and built-inLanguageDetector/TranslatorAPIs.
v3.16.0 — Feb 10, 2026
- ⚠
display-modeis 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-attachmentandautofillregressed 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, theclipboardchangeevent, and the CrashReportContext API.
v7.3.1 — Feb 6, 2026
Iterator.zipand thecolor-gamutmedia 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, andinset-s/e/bs/be-*— writing-mode-safe spacing without arbitrary values. - New
@tailwindcss/webpackpackage 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/babelis deprecated in favor of the separatejotai-babelpackage.
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/vitesubpath; 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.serveinstrumentation.
10.39.0 — Feb 16, 2026
- TanStack Start server-function middleware auto-instrumented.
- New
node-core/lightbuild for error tracking / logs / metrics without tracing; experimental automatic Vercel cron monitoring on Next.js; trace continuation fromServer-Timingheaders.
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
--profilecan 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;
excludeFilesadded in v1.163.0.
v1.160.0 — Feb 15, 2026
isDangerousProtocolnow uses a customizable allowlist.
v1.158.0 — Feb 3, 2026
routeIdis passed intocontext/beforeLoad.