Changes.Watch

Frontend changelog digest

Mar 3 - Mar 9, 2025. Useful releases, risky migrations, and noisy updates from the Frontend channel.

No matching updates in this bucket.

Frontend updates in 2025-w10

v4.0.12

  • Fixed URL rebasing for Vite and PostCSS in transitively imported CSS files
  • Corrected utility sorting, template string handling (Pug, Slim) and class extraction edge cases (including razor/cshtml and JS in PHP strings)
  • Improved extraction logic for various template syntaxes and ensured proper class parsing between braces)

v4.0.11

  • Fixed extraction of classes containing numbers followed by dash or underscore
  • Fixed extraction of arbitrary container queries and variables with data types
  • Fixed extraction of classes ending in specific patterns in Slim templating language

v4.0.10

  • Added new grid column/row utilities (col <number>, row <number>) and re‑enabled !important on CSS variables.
  • Fixed extraction and nesting bugs – correct @keyframes with prefixes, preserve :is() variants, prevent @apply swallowing, improve utility detection in brackets, Angular bindings, numeric class names, and discard invalid arbitrary propert...
  • Removed invalid max‑w‑auto/max‑h‑auto utilities, fixed Vite crash on SVG filenames containing “?”, and ensured outline‑hidden behaves like outline none outside forced‑colors mode.

Autofix (Beta) now available to Sentry users on paid plans

  • Introduces Autofix (Beta) for Sentry users on paid plans
  • Automates root‑cause analysis, generates fixes with tests, and opens a pull request

Sentry GitHub Action v3

  • Releases Sentry Release GitHub Action version 3
  • Adds improved source maps support for more accurate error symbolication