Changes.Watch

ReactJS changelog digest

Feb 23 - Mar 1, 2026. Useful releases, risky migrations, and noisy updates from the ReactJS channel.

No matching updates in this bucket.

ReactJS updates in 2026-w09

Bun v1.3.10

  • Updated Bun to version 1.3.10 with Windows installation instructions
  • Release notes published on Bun's blog
  • Acknowledged contributions from 11 community members

v2.7.1

  • Fixed incorrect Deno version output introduced in v2.7.0.
  • Ensured accurate version reporting for Deno.

v2.7.0

  • Adds many new CLI commands and flags (e.g., deno create, save‑exact, self‑extracting compile, task failglob off) and expands APIs across audit, spawn, navigator.platform, brotli, and other modules
  • Extends extensions and std lib with new features like audit ignore flag, keep‑names in bundling, tryLock in FsFile, and Brotli support in CompressionStream
  • Fixes numerous bugs across audit handling, node compatibility, ext/node APIs, installer behavior, LSP resolution, and formatting

v4.2.1

  • Fixed handling of trailing dashes in functional utility names to preserve backward compatibility.
  • Improved MDX parser to correctly detect classes containing '.' characters within curly braces.