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.6
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.7
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 16, 2023

  1. Fix use of :where(.btn) when matching !btn (#10601)

    * Cleanup code
    
    This makes it more explicit that we’re parsing a string selector, modifying it, and turning it back into a string
    
    * Fix important modifier when :where is involved
    
    * Only parse selector list once when handling the important modifier
    
    * Fix import
    
    * Fix lint errors
    thecrypticace committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    903eacb View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    742c699 View commit details
    Browse the repository at this point in the history
  3. Revert including outline-color in transition and `transition-colo…

    …rs` by default (#10604)
    
    * Remove `outline-color` from default color properties to transition (Reverts #10385)
    
    * Update changelog
    reinink authored and adamwathan committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    04c5cac View commit details
    Browse the repository at this point in the history
  4. Add v3.2.7 to changelog

    adamwathan committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ca02a7a View commit details
    Browse the repository at this point in the history
  5. 3.2.7

    adamwathan committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a9917a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b255a3 View commit details
    Browse the repository at this point in the history
Loading