@@ -17,14 +17,14 @@ 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.13] - 2025-03-11
21
+
20
22
### Fixed
21
23
22
- - Fix ` haml ` pre-processing ([ #17051 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17051 ) )
23
- - Ensure classes between ` > ` and ` < ` are properly extracted ([ #17094 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17094 ) )
24
- - Treat starting single quote as verbatim text in Slim ([ #17085 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17085 ) )
24
+ - Fix Haml pre-processing ([ #17051 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17051 ) )
25
25
- Ensure ` .node ` and ` .wasm ` files are not scanned for utilities ([ #17123 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17123 ) )
26
26
- Improve performance when scanning JSON files ([ #17125 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17125 ) )
27
- - Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors ([ #17113 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17113 ) )
27
+ - Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors ([ #17094 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17094 ) , [ # 17085 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17085 ) , [ # 17113 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17113 ) )
28
28
- Don't create invalid CSS when encountering a link wrapped in square brackets ([ #17129 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17129 ) )
29
29
30
30
## [ 4.0.12] - 2025-03-07
@@ -3529,7 +3529,8 @@ No release notes
3529
3529
3530
3530
- Everything!
3531
3531
3532
- [ unreleased ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.12...HEAD
3532
+ [ unreleased ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.13...HEAD
3533
+ [ 4.0.13 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.12...v4.0.13
3533
3534
[ 4.0.12 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.11...v4.0.12
3534
3535
[ 4.0.11 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.10...v4.0.11
3535
3536
[ 4.0.10 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.9...v4.0.10
0 commit comments