@@ -17,14 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- _ Experimental_ : Add ` user-valid ` and ` user-invalid ` variants ([ #12370 ] ( https://github.com/tailwindlabs/tailwindcss/pull/12370 ) )
1818- _ Experimental_ : Add ` wrap-anywhere ` , ` wrap-break-word ` , and ` wrap-normal ` utilities ([ #12128 ] ( https://github.com/tailwindlabs/tailwindcss/pull/12128 ) )
1919
20+ ## [ 4.0.13] - 2025-03-11
21+
2022### Fixed
2123
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 ) )
2525- Ensure ` .node ` and ` .wasm ` files are not scanned for utilities ([ #17123 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17123 ) )
2626- 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 ) )
2828- Don't create invalid CSS when encountering a link wrapped in square brackets ([ #17129 ] ( https://github.com/tailwindlabs/tailwindcss/pull/17129 ) )
2929
3030## [ 4.0.12] - 2025-03-07
@@ -3529,7 +3529,8 @@ No release notes
35293529
35303530- Everything!
35313531
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
35333534[ 4.0.12 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.11...v4.0.12
35343535[ 4.0.11 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.10...v4.0.11
35353536[ 4.0.10 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.0.9...v4.0.10
0 commit comments