Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `@tailwind/vite` now generates unique CSS bundle hashes when the Tailwind-generated CSS changes ([#13218](https://github.com/tailwindlabs/tailwindcss/pull/13218))
- Inherit letter spacing in form controls ([#13328](https://github.com/tailwindlabs/tailwindcss/pull/13328))
- Ensure `build` command is executed when using `--output` instead of `-o` ([#13369](https://github.com/tailwindlabs/tailwindcss/pull/13369))
- Workaround for `@tailwind/vite` hanging in dev server mode ([#13380](https://github.com/tailwindlabs/tailwindcss/pull/13380))
Copy link
Member

@adamwathan adamwathan Mar 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would try to phrase this as an action starting with a verb, something like:

Prevent @tailwindcss/vite from hanging in serve mode

Package is @tailwindcss/vite too, not @tailwind/vite 👍

Should also make the same change to the earlier changelog entry:

- `@tailwind/vite` now generates unique CSS bundle hashes when the Tailwind-generated CSS changes
+ Generate unique CSS bundle hashes in `@tailwindcss/vite` when Tailwind-generated CSS changes


## [4.0.0-alpha.10] - 2024-03-19

Expand Down