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.4.15
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.4.16
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 28, 2024

  1. Fix Plugin type issue (#14668)

    This is a quick fix to an issue where the types for PluginsConfig don't
    match those used in plugins like
    [`@tailwindcss/container-queries`](https://github.com/tailwindlabs/tailwindcss-container-queries).
    
    This was caught by TypeScript with [`exactOptionalPropertyTypes`](
    https://www.typescriptlang.org/tsconfig/exactOptionalPropertyTypes.html)
    enabled, where TypeScript checks if `undefined` can be supplied as a
    value for optional types.
    
    I felt that it made more sense to fix this here, as it makes the core
    types more flexible, as opposed to each plugin needing to fix this
    when/if they hit it.
    
    ---------
    
    Co-authored-by: Philipp Spiess <hello@philippspiess.com>
    mrmckeb and philipp-spiess authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2702cfc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. fix: update lilconfig for ESM and Windows support (#15289)

    This PR updates `lilconfig` from v2.1.0 to v3.1.3. Significant
    improvements to this package include Windows absolute path support as
    well as ESM config files support. This supersedes
    #14029 which has fallen
    behind and has conflicts with the upstream branch. This is a critical
    update for Next.js apps running in development which have dependencies
    on packages that use an updated version of `lilconfig`. I understand
    that v4 will not be using `lilconfig` but it's an important update for
    users on v3.x in the meantime.
    
    ---------
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    shellscape and thecrypticace authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8c8c986 View commit details
    Browse the repository at this point in the history
  2. v3.4.16

    thecrypticace committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8f91c27 View commit details
    Browse the repository at this point in the history
  3. Bump macos version

    thecrypticace committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f875ab9 View commit details
    Browse the repository at this point in the history
Loading