Radar — April 2026
Selected release notes for 2026-04-01 → 2026-05-01. The version links lead to the full release notes.
Material UI
v9.0.0 — Apr 8, 2026
- ⚠ Material UI v9 is stable. Among the changes called out in the release:
Slider moves from mouse events to pointer events, transition performance
improvements, and a Switch border for high-contrast mode. Check the upgrade
guide before bumping (the v7→v9 jump also removes
Griddirection="column", per the docs notes shipped alongside).
React
19.2.5 / 19.1.6 / 19.0.5 — Apr 8, 2026
TypeScript
v6.0.3 — Apr 16, 2026
- First patch on the 6.0 line.
Node.js
v24.15.0 — Apr 16, 2026
- LTS catches up:
require(esm)and the module compile cache are stable,--max-heap-size, raw key formats in the KeyObject APIs, and athrowIfNoEntryoption forfs.stat.
v25.9.0 — Apr 1, 2026
AsyncLocalStoragegetsusingscopes (explicit resource management).TurboSHAKEandKangarooTwelveland in Web Cryptography; SEA supports a code cache for ESM entrypoints; experimentalstream/iterimplementation.
CSS / Web platform
v3.25.0 — Apr 28, 2026
- ⚠
overscroll-behaviorregressed from Baseline widely available to limited — new inconsistencies between browsers. If you rely on it for scroll chaining, test again. - New tracked features:
light-dark()for images, HTML-in-canvas.
v3.24.0 — Apr 21, 2026
- New integrity group: subresource integrity plus new CSS
url()modifier features (url-integrity,url-cross-origin,url-referrer-policy). - Baseline newly available: the custom highlight API (
highlight),Math.sumPrecise.
v3.23.1 — Apr 14, 2026
- ⚠ XSLT regressed from Baseline widely available to limited availability — Chrome is withdrawing support.
v3.23.0 — Apr 8, 2026
- New tracked features:
border-shape,dynamic-range-limit, the Prompt API (languagemodel), and groups for Fetch, HTTP, image formats, and MathML. - ⚠
clear-site-dataregressed to limited availability due to previously untracked browser bugs.
Browsers
v7.3.13 — Apr 24, 2026
- The
LanguageModelAPI (Prompt API) enters the data, alongside new generic font families (fangsong,kai,khmer-mul,nastaliq) andall: revert-rule.
v7.3.10 — Apr 3, 2026
- Local-network access permissions (
local-network,loopback-network),attachShadowreferenceTarget, and fetch’stargetAddressSpacetracked; Safari 26.5 added.
Zod
v4.4.0 — Apr 29, 2026
- ⚠
z.cuidvalidation tightened and CUID v1 deprecated;z.httpUrlnow rejects malformed URLs missing the slash after the protocol. - Key-refinement failures surface as structured
invalid_keyissues; the v3-style single-argumentz.record(valueType)works again. - Global configuration is shared through
globalThis— fixes mixed CJS/ESM module instances.
Axios
v1.15.2 — Apr 21, 2026
- New
allowedSocketPathsconfig option allowlists Unix domain socket paths in the Node adapter.
v1.15.0 — Apr 7, 2026
- Legacy
url.parseusage replaced (silences Node deprecation warnings); compatibility checks and docs for Deno and Bun.
i18next
v26.0.6 — Apr 18, 2026
- ⚠ Security hardening: warnings for
escapeValue: falsecombined with interpolated variables in$t()nesting, ReDoS prevention in interpolation delimiters, and control characters stripped from log arguments to prevent log forging.
Konva
v10.3.0 — Apr 30, 2026
TextPathgets adirectionproperty for better RTL support.
Sentry JS
10.51.0 — Apr 29, 2026
- New
@sentry/nitroSDK; Cloudflare RPC calls get trace propagation. - ⚠
@sentry/hono/nodesetup changed —initmoves to an external file.
10.49.0 — Apr 16, 2026
- View Hierarchy integration in the browser SDK; Cloudflare alarms split into linked traces; V8 v14 (Node 25+) support in node-native.
10.48.0 — Apr 9, 2026
- Lambda extension ships inside the npm package for container-image Lambdas;
portable Express integration; MCP integration supports
registerTool/registerResource/registerPrompt.
Playwright
v1.59.0 — Apr 1, 2026
- Screencast recordings with action annotations and visual overlays for background browser sessions.
- A dashboard for background browser sessions: watch agents live, intervene
manually, open DevTools;
PLAYWRIGHT_DASHBOARD=1shows all@playwright/testbrowsers.
Vitest
v4.1.4 — Apr 9, 2026
- Aria snapshot support; the text reporter defaults to
skipFullwhen a coding agent is detected; json reporter getsfilterMeta.
v4.1.3 — Apr 7, 2026
- Custom snapshot matchers,
browser.locators.exact, and anexperimental.preParseflag.
Turborepo
v2.9.5 — Apr 7, 2026
- Circular package dependency detection in
boundaries; remote-cache upload chunks grow from 8KB to 256KB.
v2.9.4 — Apr 5, 2026
- Incremental task caching;
--affectedand--filtercan now be combined.