@@ -7,18 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Ensure validation of ` source(…) ` happens relative to the file it is in ([ #19274 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19274 ) )
13+ - Include filename and line numbers in CSS parse errors ([ #19282 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19282 ) )
14+ - Skip comments in Ruby files when checking for class names ([ #19243 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19243 ) )
15+ - Skip over arbitrary property utilities with a top-level ` ! ` in the value ([ #19243 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19243 ) )
16+ - Support environment API in ` @tailwindcss/vite ` ([ #18970 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18970 ) )
17+
1018### Added
1119
1220- _ Experimental_ : Add ` @container-size ` utility ([ #18901 ] ( https://github.com/tailwindlabs/tailwindcss/pull/18901 ) )
1321
14- ### Changed
22+ ## [ 4.1.17 ] - 2025-11-06
1523
16- - Improve canonicalization for ` & > :pseudo ` and ` & :pseudo ` arbitrary variants ([ #19178 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19178 ) )
24+ ### Fixed
25+
26+ - Substitute ` @variant ` inside legacy JS APIs ([ #19263 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19263 ) )
27+ - Prevent occasional crash on Windows when loaded into a worker thread ([ #19242 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19242 ) )
28+
29+ ## [ 4.1.16] - 2025-10-23
1730
1831### Fixed
1932
2033- Discard candidates with an empty data type ([ #19172 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19172 ) )
2134- Fix canonicalization of arbitrary variants with attribute selectors ([ #19176 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19176 ) )
35+ - Fix invalid colors due to nested ` & ` ([ #19184 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19184 ) )
36+ - Improve canonicalization for ` & > :pseudo ` and ` & :pseudo ` arbitrary variants ([ #19178 ] ( https://github.com/tailwindlabs/tailwindcss/pull/19178 ) )
2237
2338## [ 4.1.15] - 2025-10-20
2439
@@ -3870,7 +3885,9 @@ No release notes
38703885
38713886- Everything!
38723887
3873- [ unreleased ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.15...HEAD
3888+ [ unreleased ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.17...HEAD
3889+ [ 4.1.17 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.16...v4.1.17
3890+ [ 4.1.16 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.15...v4.1.16
38743891[ 4.1.15 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.14...v4.1.15
38753892[ 4.1.14 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.13...v4.1.14
38763893[ 4.1.13 ] : https://github.com/tailwindlabs/tailwindcss/compare/v4.1.12...v4.1.13
0 commit comments