@@ -17,13 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- _ Experimental_ : Add ` user-valid ` and ` user-invalid ` variants ([ #12370 ] ( https://github.com/tailwindlabs/tailwindcss/pull/12370 ) )
18
18
- _ Experimental_ : Add ` wrap-anywhere ` , ` wrap-break-word ` , and ` wrap-normal ` utilities ([ #12128 ] ( https://github.com/tailwindlabs/tailwindcss/pull/12128 ) )
19
19
20
+ ## [ 4.0.12] - 2025-03-07
21
+
20
22
### Fixed
21
23
22
24
- Vite: Fix ` url(…) ` rebasing in transitively imported CSS files ([ #16965 ] ( https://github.com/tailwindlabs/tailwindcss/pull/16965 ) )
23
25
- PostCSS: Rebase ` url(…) ` s in imported CSS files ([ #16965 ] ( https://github.com/tailwindlabs/tailwindcss/pull/16965 ) )
24
26
- Ensure utilities are sorted based on their actual property order ([ #16995 ] ( https://github.com/tailwindlabs/tailwindcss/pull/16995 ) )
25
27
- Ensure strings in Pug and Slim templates are handled correctly ([ #17000 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17000 ) )
26
- - Ensure ` } ` and ` { ` are valid boundary characters when extracting candidates ([ #17001 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17001 ) )
28
+ - Ensure classes between ` } ` and ` { ` are properly extracted ([ #17001 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17001 ) )
27
29
- Add ` razor ` /` cshtml ` pre processing ([ #17027 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17027 ) )
28
30
- Ensure extracting candidates from JS embedded in a PHP string works as expected ([ #17031 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17031 ) )
29
31
@@ -3517,7 +3519,8 @@ No release notes
3517
3519
3518
3520
- Everything!
3519
3521
3520
- [ unreleased ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.11...HEAD
3522
+ [ unreleased ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.12...HEAD
3523
+ [ 4.0.12 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.11...v4.0.12
3521
3524
[ 4.0.11 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.10...v4.0.11
3522
3525
[ 4.0.10 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.9...v4.0.10
3523
3526
[ 4.0.9 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.8...v4.0.9
0 commit comments