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.2.2
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.2.3
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    48c0dca View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Fix shadowed variable when using raw content (#9773)

    * Fix shadowed variable when using raw content
    
    * Add test
    
    * Update changelog
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    willcosgrove and thecrypticace authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1f5d117 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Pick up changes from files that are both context and content deps (#9787

    )
    
    * Pick up changes from files that are both context and content deps
    
    We switched to absolute paths and it broke this revealing a lurking bug. Fun.
    
    * Update changelog
    
    * Update changelog
    thecrypticace authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    aac468c View commit details
    Browse the repository at this point in the history
  2. Only sort pseudo elements after classes when using @apply and varia…

    …nts (#9765)
    
    * Sort pseudo elements ONLY after classes
    
    * Update changelog
    thecrypticace authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6bd9912 View commit details
    Browse the repository at this point in the history
  3. Fix !important selectors not being classified as valid class inside s…

    …afelist config (#9791)
    
    * fix !imp selector not safelisted as valid class
    
    * add tests for !imp selectors in safelist config
    
    * add test to check for invalid variants
    
    * Only check important utilities for patterns that include a `!`
    
    * Update changelog
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    akbng and thecrypticace authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8a2f9ed View commit details
    Browse the repository at this point in the history
  4. 3.2.3

    thecrypticace committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6166e59 View commit details
    Browse the repository at this point in the history
  5. update changelog

    thecrypticace committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    757a8d6 View commit details
    Browse the repository at this point in the history
Loading