Changes.Watch

ReactJS changelog digest

Mar 31 - Apr 6, 2025. Useful releases, risky migrations, and noisy updates from the ReactJS channel.

No matching updates in this bucket.

ReactJS updates in 2025-w14

v2.2.8

  • Ensure VFS sets atime/birthtime/mtime/ctime and fix macOS binary stripping to preserve Node API compatibility.
  • Improve error handling: non‑zero exit on format failures, resolve lint plugin paths from proper config, and filter scheme in LSP semantic‑tokens registration options.
  • Upgrade embedded V8 engine to version 135.1.0.

v4.1.3

  • Fixed warning for unsupported bare value data type in value() calls
  • Prevented stale PostCSS output when the input CSS file changes under Turbopack
  • Added detection of classes in Ruby %w syntax within Slim templates

v2.2.7

  • Add v8js metrics support to the unstable OpenTelemetry extension
  • Fix a wide range of compatibility and stability issues across Node, WebGPU, LSP, npm, runtime, task, test, and type definitions
  • Improve performance by remote symbolication of stack traces

v4.1.2

  • Fixed multiple utility and polyfill issues, including @layer base reliance, multiple inset shadows, drop‑shadow utilities, and color‑mix fallbacks
  • Resolved a PostCSS race condition and ensured files containing @tailwind utilities are processed correctly
  • Corrected Vite integration problems: slow incremental builds on Windows and missing CSS files in Qwik setups

v4.1.1

  • Fixed disabling padding in @source inline brace expansion
  • Injected polyfills after @import and body less @layer
  • Ensured @tailwindcss/cli excludes jiti import

v4.1.0

  • Added many new utility variants (content, inverted colors, pointers, safe alignment, text‑shadow, mask, bg position/size, shadow opacity/color, wrap, etc.) and enhanced @source handling and legacy config support.
  • Improved compatibility with older Safari and Firefox, and fixed follow‑symlink resolution and ignored‑file scanning bugs during rebuilds.
  • Deprecated bg and object left‑right utilities in favor of top‑bottom + left‑right ordering.

Autofix (Beta): end of March updates

  • Added support for all major programming languages.
  • Introduced trace context for debugging distributed systems.
  • Enhanced root cause analysis and applied various fixes.

Bun v1.2.8

  • Bun v1.2.8 released with Windows installation support.
  • Upgrade instructions and release notes are available on Bun's blog.