Changes.Watch

ReactJS changelog digest

Jan 27 - Feb 2, 2025. Useful releases, risky migrations, and noisy updates from the ReactJS channel.

No matching updates in this bucket.

ReactJS updates in 2025-w05

v4.0.3

  • Fixed bug where @import url() statements were incorrectly removed
  • Ensured CSS imports are preserved during processing

Bun v1.2.2

  • - Bump to Bun v1.2.2 with updated installation instructions for Windows.
  • - Release notes published on the Bun blog; acknowledges contributions from 12 community members.

Trace Explorer with span based metrics available for Early Adopters

  • Introduces Trace Explorer with support for span‑based metrics
  • Enables aggregation of any span attribute without cardinality constraints
  • Feature released as an early‑adopter preview

v4.0.2

  • Fixed multiple CSS processing bugs (positive grid utilities, escaped theme variables, invalid/empty declarations, camelCasing of CSS custom properties, @keyframes emission, @variant handling)
  • Resolved Vite integration issues for SolidStart (hot reloading, dev server crash, URL alias handling, <style> block transformation)
  • Refactored gradient implementation and improved handling of Tailwind CSS @reference/@variant features

v2.1.9

  • fix(ext/node): added HTTP information support
  • perf(crypto): switched to ring for ASM implementations of SHA‑256 and SHA‑512

v2.1.8

  • Added experimental support for HTTPS OTLP endpoints (unstable feature).
  • Fixed a wide range of bugs across core, ext/crypto, ext/fetch, ext/node, TypeScript handling, LSP, npmrc, Windows process command resolution, and publishing.
  • Improved performance with LSP completion item caching, reduced URL/path conversions in the node resolver, and enabled full LTO in the sysroot.

Simplified alert configuration with anomaly detection (Early Adopter)

  • Anomaly alerts for Early Adopters automatically set thresholds using historical data
  • Simplifies creation of metric alerts by handling threshold configuration

v4.0.1

  • Fixed numerous utility generation issues (invalid min/max, font size modifiers, spacing variable handling, etc.)
  • Improved tooling integration: proper .gitignore handling, Vite plugin scanning, Svelte/Angular class shorthand detection, and browser plugin namespace isolation
  • Updated migration logic for JavaScript config files and leading utilities, and resolved crashes with root directory projects and shadow‑root CSS variables

TypeScript 5.8 Beta

  • Announces the TypeScript 5.8 beta release.
  • Fixes issues related to the query functionality.
  • Provides npm download links for the beta version.

Favorite Dashboards for Easier Access

  • Add ability to favorite frequently used dashboards
  • Favorites are displayed at the top of the dashboard list

Bun v1.2.1

  • Release Bun v1.2.1 for Windows
  • Provides upgrade instructions to the new version
  • Credits 16 contributors for the release