Changes.Watch

Vue changelog digest

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

No matching updates in this bucket.

Vue updates in 2025-w14

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

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.