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.13
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.14
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 9, 2024

  1. Don't set display: none on elements that use hidden="until-found" (

    …#14625)
    
    Fixes an issue reported by the React Aria Components team here:
    
    adobe/react-spectrum#7160
    
    Basically `hidden="until-found"` behaves very differently than `hidden`
    and doesn't actually use `display: none`, so we don't want to apply the
    behavior we apply for the regular `hidden` attribute.
    
    ---------
    
    Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
    adamwathan and RobinMalfait authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b570e2b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 3.4.14

    RobinMalfait committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c616fb9 View commit details
    Browse the repository at this point in the history
Loading