-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 13 files changed
- 5 contributors
Commits on Aug 27, 2021
-
Ensure purge tests work even for version mismatches (#5316)
We applied the same treatment for the sanity tests, where we ignore the first line (the tailwind header). An odd issue I have found is that diffing of big css files is _very_ slow. When te tests pass, then the first test takes `3302 ms`, however, when it fails it takes `477482 ms` on my machine. That's almost 8 minutes.
Configuration menu - View commit details
-
Copy full SHA for 96ef150 - Browse repository at this point
Copy the full SHA 96ef150View commit details -
Fix missing
!importantwhen using@apply(#4854)* Add failing test for #4823 * Fix important variant `@apply` Co-authored-by: Brad Cornes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 476d445 - Browse repository at this point
Copy the full SHA 476d445View commit details -
Ensure integration tests are up to date (#5317)
* update (old) incorrect snapshots The version changed, so it is save to update these. * add `shadow` so that we can test `@tailwind base` We were only using `font-bold`, but that doesn't require any base rules. We try to only inject rules that are required, even for `base` related rules. Adding `shadow` will ensure that we can test that `base` rules have been added.
Configuration menu - View commit details
-
Copy full SHA for 8218aa6 - Browse repository at this point
Copy the full SHA 8218aa6View commit details -
Fix pathname parsing for tracked files (#5008)
The trackedModified call in the tracking logic has a bug that incorrectly removes `null` from pathnames Currently: ``` let pathname = parsed.href.replace(parsed.hash, '').replace(parsed.search, '') ``` Where if `parsed.hash` or `parsed.search` are missing (which is mostly the case for FS files), the value is null eg `{ hash: null, search: null}` - In which case, we essentially trim `null` converting `/mypath/nulldir/file.js` -> `/mypath/dir/filejs` and breaking builds (see #4920 ). Fix checks if `hash` or `search` are set before replacing them Fixes #4920Configuration menu - View commit details
-
Copy full SHA for 6561708 - Browse repository at this point
Copy the full SHA 6561708View commit details -
Configuration menu - View commit details
-
Copy full SHA for e316dcb - Browse repository at this point
Copy the full SHA e316dcbView commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ccb280 - Browse repository at this point
Copy the full SHA 9ccb280View commit details -
Configuration menu - View commit details
-
Copy full SHA for 442c6d0 - Browse repository at this point
Copy the full SHA 442c6d0View commit details
Commits on Aug 30, 2021
-
* pin clean-css to version `5.1.4` * update fixtures
Configuration menu - View commit details
-
Copy full SHA for 97804a8 - Browse repository at this point
Copy the full SHA 97804a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 267f20c - Browse repository at this point
Copy the full SHA 267f20cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.8...v2.2.9