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.16
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.17
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 17, 2024

  1. Work around issue with Node 22 and Jiti (#15421)

    Fixes #15374
    
    If we always use Jiti the problem should, in theory, go away (I hope).
    It does mean that loading configs is slower than it would be if they're
    written in CJS but 🤷‍♂️
    
    Wanna get this running with the integration tests to see if anything
    breaks.
    thecrypticace authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    0a836f7 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    e268b2a View commit details
    Browse the repository at this point in the history
  3. v3.4.17

    thecrypticace committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    02faa15 View commit details
    Browse the repository at this point in the history
  4. Fix error

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