Radar — May 2025
Selected release notes for 2025-05-01 → 2025-06-01. The version links lead to the full release notes.
Node.js
Version 24.0.0 (Current) — May 6, 2025
- Node 24 lands:
Float16Array, explicit resource management,RegExp.escape, WebAssembly Memory64, andError.isError. - ⚠ Runtime deprecation of
url.parse— use the WHATWG URL API instead. - ⚠ Removal of deprecated
tls.createSecurePair; runtime deprecations ofSlowBufferand instantiating REPL withoutnew.
Version 22.16.0 ‘Jod’ (LTS) — May 21, 2025
import.metaproperties graduate from experimental, along with multiple other APIs.- Top-level Wasm support without package type.
sqlite:StatementSync.prototype.columns.- Config file support — default config as
node.config.json.
Version 24.1.0 (Current) — May 21, 2025
fs:Dirgains support for explicit resource management.
CSS / Web platform
v2.36.0 — May 26, 2025
- Add auto-sized lazy images feature.
v2.35.0 — May 12, 2025
- Add Observable API feature.
- Add
Math.sumPrecisefeature.
Browsers
v6.0.19 — May 30, 2025
- New compat data:
ViewportAPI (window.viewport,viewport.segmentsfor foldables),VideoFrame.rotation/flip, and the WebAuthn PRF extension inCredentialsContainercreate/get.
v6.0.17 — May 23, 2025
- New compat data: built-in AI
LanguageDetectorandTranslatorAPIs.
v6.0.14 — May 13, 2025
- New compat data: the Sanitizer API (
Element.setHTML,Document.parseHTML_static,Sanitizerwith allow/remove rules).
v6.0.12 — May 6, 2025
- New compat data: built-in AI
SummarizerAPI andImageData.pixelFormat.
Tailwind CSS
v4.1.6 — May 9, 2025
- Upgrade tool now converts arbitrary values to named values where possible
(e.g.
h-[1lh]toh-lh). - Source maps in development, and detailed
@sourcelogging underDEBUG=*.
Storybook
v9.0.0 — May 28, 2025
- Storybook 9: component testing — interactions, accessibility, visual changes, and coverage.
- 48% lighter bundle, tags-based organization, and story globals.
- ⚠ Major upgrades to the Svelte, Next.js, React Native, and Angular frameworks.
v9.0.3 — May 31, 2025
- Angular: support v20.
Material UI
v7.1.0 — May 6, 2025
- Material UI now works with Tailwind CSS v4 — setup guide published.
BottomNavigationActionandCardActionAreagain slots andslotProps.
Zod
v3.25.40 — May 30, 2025
- (v4 work) Flatten simple intersections; OpenAPI-friendly JSON Schema for File schemas.
v3.25.25 — May 23, 2025
- (v4 work) JSON Schema:
additionalProperties: falseby default for objects inio:outputmode.
v3.24.4 — May 4, 2025
- Allow
HH:MMformat inz.string.datetimeandz.string.time.
Jotai
v2.12.4 — May 6, 2025
- ⚠ Deprecate dev store.
i18next
v25.2.0 — May 19, 2025
- New
cacheInBuiltFormatsoption.
v25.1.0 — May 6, 2025
parseMissingKeyHandlernow takes options as parameter, likemissingKeyHandler.
PostHog JS
1.248.0 — May 27, 2025
- “defaults” added to config.
1.240.0 — May 6, 2025
- Surveys: submit partial responses for survey answers.
1.238.0 — May 1, 2025
- Allow ANY or ALL matches for triggers.
Sentry JS
9.16.0 — May 7, 2025
- New Vite plugin that injects
sentryConfiginto the global config. - Cloudflare: durable objects support and logs exports.
- Node: Prisma integration by default.
- ⚠ Node: drop
http.serverspans with 404 status by default.
9.18.0 — May 13, 2025
- Node 24 support; OpenTelemetry peer dependencies widened for Otel v2.
- Cloudflare: email, queue, and tail handler support.
9.20.0 — May 19, 2025
- Node: new
maxIncomingRequestBodySizeoption. - React Router: server action instrumentation.
- Replay: default masking list extended with
aria-label.
9.24.0 — May 30, 2025
- Angular: peer dependencies bumped for Angular 20 support.
Turborepo
Turborepo v2.5.4 — May 30, 2025
- pnpm catalogs support.
- Hot-reloading for the
no-undeclared-env-varsESLint rule.
Turborepo v2.5.3 — May 6, 2025
noUpdateNotifieroption inturbo.json; momentum-based scrolling in the TUI.
TanStack Form
v1.12.0 — May 26, 2025
- New array methods
field.clearValuesandform.clearFieldValues.
v1.11.0 — May 9, 2025
form.setErrorMapextended to spread errors into fields.
v1.10.0 — May 8, 2025
- Field meta gains
isDefaultValue.
TanStack Query
v5.79.0 — May 29, 2025
- Core:
staleTime: 'static'— data that never goes stale.
v5.76.0 — May 12, 2025
- TanStack Query DevTools for Expo/React Native.
v5.75.0 — May 1, 2025
- Core:
refetchMode: 'replace'forstreamedQuery.
v4.39.0 — May 31, 2025
- v5 APIs backported to v4.
TanStack Router
v1.120.0 — May 6, 2025
- Bindings for
Route.LinkandrouteApi.Link.
v1.120.3 — May 8, 2025
- Improved type-checking performance of
Route.Link.