From 1296b04dce4de4f9b35bea61c4999dc02bc04d83 Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Mon, 7 Oct 2024 12:43:57 +0200 Subject: [PATCH] Add change log --- CHANGELOG.md | 1 + integrations/upgrade/index.test.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b17e38d735c..4bcfa2445315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Don’t crash when scanning a candidate equal to the configured prefix ([#14588](https://github.com/tailwindlabs/tailwindcss/pull/14588)) - Ensure there's always a space before `!important` when stringifying CSS ([#14611](https://github.com/tailwindlabs/tailwindcss/pull/14611)) - _Experimental_: Ensure CSS before a layer stays unlayered when running codemods ([#14596](https://github.com/tailwindlabs/tailwindcss/pull/14596)) +- _Experimental_: Resolve issues where some prefixed candidates were not properly migrated ([#14600](https://github.com/tailwindlabs/tailwindcss/pull/14600)) ## [4.0.0-alpha.26] - 2024-10-03 diff --git a/integrations/upgrade/index.test.ts b/integrations/upgrade/index.test.ts index 2c37e8003b8d..dba43b63f5f5 100644 --- a/integrations/upgrade/index.test.ts +++ b/integrations/upgrade/index.test.ts @@ -294,7 +294,7 @@ test( }, }, async ({ exec, fs }) => { - console.log(await exec('npx @tailwindcss/upgrade -c tailwind.config.js')) + await exec('npx @tailwindcss/upgrade -c tailwind.config.js') await fs.expectFileToContain( 'src/index.html',