Skip to content

Tags: doraemoncito/tailwindcss

Tags

v4.1.10

Toggle v4.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v4.1.10 (tailwindlabs#18290)

v4.1.9

Toggle v4.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v4.1.9 (tailwindlabs#18285)

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>

v4.1.8

Toggle v4.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v4.1.8 (tailwindlabs#18164)

Co-authored-by: Jordan Pittman <jordan@cryptica.me>

v4.1.7

Toggle v4.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v4.1.7 release (tailwindlabs#18040)

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>

v4.1.6

Toggle v4.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v4.1.6 release (tailwindlabs#17951)

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>

v4.1.5

Toggle v4.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v4.1.5 release (tailwindlabs#17830)

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>

v4.1.4

Toggle v4.1.4's commit message
Fix release script

v4.1.3

Toggle v4.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare v4.1.3 release (tailwindlabs#17563)

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Vite: Don't register the current CSS file as a dependency on itself (t…

…ailwindlabs#17533)

Closes tailwindlabs#17512

One of the changes of the Oxide API in 4.1 is that it now emits the
input CSS file itself as a dependency. This was fine in most of our
testing but it turns out that certain integrations (in this case a Qwik
project) don't like this and will silently crash with no CSS file being
added anymore.

This PR fixes this by making sure we don't add the input file as a
dependency on itself and also adds an integration test to ensure this
won't regress again.

## Test plan

- Tested with the repro provided in tailwindlabs#17512
- Added a minimal integration test based on that reproduction that I
also validated will _fail_, if the fix is reverted.

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare release v4.1.1 (tailwindlabs#17503)