Radar — August 2026
Selected release notes for 2026-08-01 → 2026-09-01. The version links lead to the full release notes.
Astro
astro@7.2.0 — Aug 6, 2026
- Experimental incremental static builds (
experimental.incrementalBuild): pages fromgetStaticPaths()that return acacheKeyare skipped when neither their modules nor their data changed — persistnode_modules/.astro/in CI and large static sites stop paying full rebuild cost. Content collection entries get an optionaldigestto use as that key. session: falseopts out of session support and tree-shakes the session runtime (andunstorage) out of the SSR bundle.astro preview --backgroundwithstatus / logs / stopsubcommands — preview servers get the same background treatment dev servers got in 7.0, auto-enabled for AI coding agents.logger.entrypointnow accepts project-relative paths ('./src/logger.js') instead of requiring a hand-builtURL.
Node.js
v26.7.0 — Aug 5, 2026
- Perfetto tracing support; private keys loadable through OpenSSL STORE
loaders;
Symbol.disposeimplemented inModuleHooks; new--test-coverage-include-all.
v26.6.0 — Aug 3, 2026
- The test runner gains
context.logand atest:logevent;ffigetsgetCurrentEventLoop.
v24.19.0 — Aug 3, 2026
- LTS backports:
blob.textStream,--experimental-import-text,TCP_KEEPINTVL/TCP_KEEPCNT, and thehttpValidationoption.
CSS / Web platform
v3.35.0 — Aug 17, 2026
- New tracked features: scroll promises, text modules, and plural
position-visibilityfor anchor positioning. - ⚠
anchors-valid/anchors-visiblewere added as a discouraged feature — don’t build on those.
v3.34.3 — Aug 3, 2026
- Baseline widely available:
Array.fromAsyncand AVIF.
Browsers
v8.0.11 — Aug 13, 2026
text-box-trimon inline elements and top-layer ancestor-matching boundaries for:hover/:active/:focus-withinenter the data.
v8.0.9 — Aug 3, 2026
- New compat data:
Navigator.cpuPerformanceand the CSSparam()type; Edge 154 added.
Material UI
v9.3.0 — Aug 5, 2026
- ⚠ Toggle Button Group keyboard navigation switched to the roving tabindex pattern — a behavior change if your tests tab through the group.
- Autocomplete announces loading / no-options through a new
statusslot (aria-live), and menu items getaria-checkedfor checkbox/radio roles. - Grouped buttons, checkboxes, and radios now respect a global
disableRipplefromMuiButtonBasedefaultProps.
React Hook Form
v7.85.0 — Aug 8, 2026
- Support for React’s
<Activity />component.
v7.84.0 — Aug 1, 2026
- Enhanced
<Form />submit behavior; performance improved and bundle size reduced.
i18next
v26.4.0 — Aug 20, 2026
toResolveHierarchyresults cached per(code, fallbackCode)pair — it runs on everytcall, so hot paths get cheaper.
Konva
10.3.1 — Aug 15, 2026
- Transformer performance improved with many attached nodes; text layout hot-path optimizations.
Sentry JS
10.70.0 — Aug 10, 2026
- Stable MCP SDK v2 support;
@solidjs/routerv1 supported in Solid/SolidStart.
video.js
v8.24.0 — Aug 3, 2026
- The poster can mark the player as
maincontent.
Turborepo
v2.10.11 — Aug 18, 2026
- Native uv tool tasks are now cached.
v2.10.10 — Aug 14, 2026
- pytest task discovery, cross-toolchain repository affectedness, and
support for
nub.lockfiles.
TanStack Charts
v0.13.0 — Aug 14, 2026
- ShadCN-compatible chart catalog with renderer-owned tooltips.
v0.7.0 — Aug 7, 2026
- Renderer-native crosshairs, cursor bands, and intersection markers; native waffle, hexbin, Delaunay link, and Voronoi marks.