Utilities: Introduce a new experimental feature @source inline(…) that allows you to force-inline utilities based on an input string, enhancing your CSS generation capabilities.
Improvements
Utilities: Improve the extraction of variants with decimal numbers, ensuring that custom screen breakpoints like 1.5xl are recognized correctly.
Utilities: Enhance candidate extraction by ensuring it works as expected in Clojure/ClojureScript, providing better support for users in those environments.
Utilities: Prevent extraction of candidates containing JavaScript string interpolation patterns, reducing potential crashes and improving stability.
Fixes
Fix issues with recognizing custom screen breakpoints that contain dots, ensuring that variants like 1.5xl are correctly processed.
Fix extraction issues for candidates containing JavaScript string interpolation patterns, preventing crashes and ensuring smoother functionality.
Others
Upgrade lightningcss to version 1.29.2, ensuring compatibility and improved performance in the Standalone version.
Update turbo from version 2.4.2 to 2.4.4, bringing in important patches and improvements for better performance.