- 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
Svelte changelog digest
Mar 31 - Apr 6, 2025. Useful releases, risky migrations, and noisy updates from the Svelte channel.
No matching updates in this bucket.
Svelte updates in 2025-w14
- 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
- Fixed disabling padding in @source inline brace expansion
- Injected polyfills after @import and body less @layer
- Ensured @tailwindcss/cli excludes jiti import
- 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.
- Added support for all major programming languages.
- Introduced trace context for debugging distributed systems.
- Enhanced root cause analysis and applied various fixes.