-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Comparing changes
Open a pull request
base repository: tailwindlabs/tailwindcss
base: v3.3.0
head repository: tailwindlabs/tailwindcss
compare: v3.3.1
- 8 commits
- 26 files changed
- 4 contributors
Commits on Mar 29, 2023
-
Try resolving
config.default
beforeconfig
to ensure the config f……ile is resolved correctly (#10898) * try to use `config.default` before using `config` * update changelog * add quick `SHOW_OUTPUT` toggle for integration tests Setting this to `true` shows the output of the executed commands. * add integration tests for `tailwind.config.ts` and `tailwind.config.js` with ESM syntax
Configuration menu - View commit details
-
Copy full SHA for a785c93 - Browse repository at this point
Copy the full SHA a785c93View commit details -
Pull pseudo elements outside of
:is
and:has
when using@apply
(#……10903) * Pull pseudo elements outside of `:is` and `:has` when using `@apply` * Update changelog * Refactor * Update important selector handling for :is and :has * fixup * fixup * trigger CI --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0ecc464 - Browse repository at this point
Copy the full SHA 0ecc464View commit details -
Update the types for the
safelist
config (#10901)* Revert prepare of v3.3 * Revert "Revert prepare of v3.3" This reverts commit 14d5a0a. * update SafelistConfig type I think this type was meant to be like this? * format types * update changelog --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60c06dc - Browse repository at this point
Copy the full SHA 60c06dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3193dae - Browse repository at this point
Copy the full SHA 3193daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447384b - Browse repository at this point
Copy the full SHA 447384bView commit details
Commits on Mar 30, 2023
-
Drop
@tailwindcss/line-clamp
warning (#10915)* drop `@tailwindcss/line-clamp` check This won't work in places where `require` calls are hoisted so that they become static imports. This means that in some projects this `require` call was breaking the full application even though it was intentionally put in a try/catch block... * update changelog
Configuration menu - View commit details
-
Copy full SHA for 9cd0301 - Browse repository at this point
Copy the full SHA 9cd0301View commit details -
Fix
@tailwindcss/line-clamp
warning (#10919)* WIP * Move warning to validateConfig This only happens in setupTrackingContext outside of resolveConfig * Use original dynamic require approach in `validateConfig` The important thing is that this happens in Node-land only. It is outside of `resolveConfig` which is public and importable into user projects. That is the scenario that breaks because of static import hoisting. * Don’t reference process when it might be undefined The `resolveConfig` dep path is public which should not reference process. However, we have some behavior that changes based on env vars so we need to conditionalize it instead. * Update changelog * Formatting * More formatting * Update changelog --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com> Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
Configuration menu - View commit details
-
Copy full SHA for 4741780 - Browse repository at this point
Copy the full SHA 4741780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e55b79 - Browse repository at this point
Copy the full SHA 1e55b79View commit details
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 v3.3.0...v3.3.1