Skip to content
Permalink

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: v3.3.0
Choose a base ref
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 8 commits
  • 26 files changed
  • 4 contributors

Commits on Mar 29, 2023

  1. Try resolving config.default before config 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
    RobinMalfait committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a785c93 View commit details
    Browse the repository at this point in the history
  2. 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>
    thecrypticace and RobinMalfait authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0ecc464 View commit details
    Browse the repository at this point in the history
  3. 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>
    OverFlow636 and RobinMalfait authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    60c06dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3193dae View commit details
    Browse the repository at this point in the history
  5. cleanup unused import

    RobinMalfait committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    447384b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. 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
    RobinMalfait authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9cd0301 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4741780 View commit details
    Browse the repository at this point in the history
  3. 3.3.1

    RobinMalfait authored and thecrypticace committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1e55b79 View commit details
    Browse the repository at this point in the history
Loading