Changes.Watch

Vue changelog digest

Dec 8 - Dec 14, 2025. Useful releases, risky migrations, and noisy updates from the Vue channel.

No matching updates in this bucket.

Vue updates in 2025-w50

v4.1.18

  • Fixed source validation, CSS parse error reporting, Ruby comment handling, and CLI stability (duplicate args, /dev/stdout hangs, source maps during watch).
  • Added environment API support in @tailwindcss/vite and improved config handling (preserve theme key case, special defaults, future/experimental keys, content theme key compatibility).
  • Enhanced utility canonicalization and class handling (skip utilities with top-level !, combine text/leading classes, canonicalize arbitrary utilities, validate candidates like Oxide).

v3.4.19

  • Fixed bug where sibling() functions were broken inside calc() expressions (issue #19335).
  • Ensured sibling() works correctly when used within CSS calc() functions.