From 9c5deb171c01976d14651e905bc5d7631e943e1c Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Tue, 25 Mar 2025 16:35:11 +0100 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f17362e561..fdc4324cf9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - _Experimental_: Add `user-valid` and `user-invalid` variants ([#12370](https://github.com/tailwindlabs/tailwindcss/pull/12370)) - _Experimental_: Add `wrap-anywhere`, `wrap-break-word`, and `wrap-normal` utilities ([#12128](https://github.com/tailwindlabs/tailwindcss/pull/12128)) - _Experimental_: Add `@source inline(…)` ([#17147](https://github.com/tailwindlabs/tailwindcss/pull/17147)) -- _Experimental_: Add `@source not` ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- _Experimental_: Add `@source not` support ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) + +### Fixed + +- _Experimental_: `@tailwindcss/cli` considers ignore rules in `--watch` mode ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- _Experimental_: Fix negated `content` rules in legacy JavaScript configuration ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) + +### Changed + +- _Experimental_: Ignore `node_modules` by default (but can be overridden by `@source not …` rules) ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- _Experimental_: Order of `@source` rules matter if you want to negate previous `@source` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- _Experimental_: Custom `@source` definitions win from `.gitignore` file and auto content rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) ## [4.0.16] - 2025-03-25 From 4d0fa2a41da56ab89df5841cc45ad0ebb21ae042 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 28 Mar 2025 11:49:14 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Philipp Spiess --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc4324cf9fe..e4c7bf56f7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - _Experimental_: Ignore `node_modules` by default (but can be overridden by `@source not …` rules) ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) - _Experimental_: Order of `@source` rules matter if you want to negate previous `@source` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) -- _Experimental_: Custom `@source` definitions win from `.gitignore` file and auto content rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- _Experimental_: `@source` rules that include file extensions or point inside `node_modules/` no longer consider `.gitignore` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) ## [4.0.16] - 2025-03-25 From 0c7bf797465ce43592a4a8ea355505f5cdce89af Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 28 Mar 2025 12:29:37 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Philipp Spiess --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20f83531d88..c09d68921010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- _Experimental_: Ignore `node_modules` by default (but can be overridden by `@source not …` rules) ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) -- _Experimental_: Order of `@source` rules matter if you want to negate previous `@source` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) -- _Experimental_: `@source` rules that include file extensions or point inside `node_modules/` no longer consider `.gitignore` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- Ignore `node_modules` by default (but can be overridden by `@source not …` rules) ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- Order of `@source` rules matter if you want to negate previous `@source` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) +- `@source` rules that include file extensions or point inside `node_modules/` no longer consider `.gitignore` rules ([#17255](https://github.com/tailwindlabs/tailwindcss/pull/17255)) - Deprecated `bg-{left,right}-{top,bottom}` utilities ([#17378](https://github.com/tailwindlabs/tailwindcss/pull/17378)) ## [4.0.17] - 2025-03-26