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.1.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.1.7
Choose a head ref
  • 19 commits
  • 14 files changed
  • 5 contributors

Commits on Jul 11, 2022

  1. Update changelog

    thecrypticace committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2b0b219 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

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

Commits on Jul 15, 2022

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

Commits on Jul 17, 2022

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

Commits on Jul 18, 2022

  1. Use safelist

    adamwathan committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    268ef00 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

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

Commits on Jul 21, 2022

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

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    b311c20 View commit details
    Browse the repository at this point in the history
  2. Add declaration file for resolveConfig (#8924)

    * add declaration file for resolveConfig
    
    * alter spacing to match other .d.ts files
    joshmossas authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    76f02e4 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    thecrypticace committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bdd9ae0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Don't use cursor: pointer for buttons by default (#8962)

    * Don't use `cursor: pointer` for buttons by default
    
    This is a pretty common expectation but as outlined in in #8961 isn't really right. We considered this a long time ago but it felt too against the grain at the time. These days though very UI-forward applications like [Linear](https://linear.app/) are using the default cursor for buttons and I think this trend will continue as more people become aware that `cursor: pointer` is meant for links.
    
    Let's update our defaults here to help nudge people in this direction and make it more common. If people want to change this in their own apps, it's just a line or two of CSS to add to their projects.
    
    * Update changelog
    
    Co-authored-by: Adam Wathan <4323180+adamwathan@users.noreply.github.com>
    adamwathan and adamwathan authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ed3a4f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da268f6 View commit details
    Browse the repository at this point in the history
  3. Don't rewrite source maps for @layer rules (#8971)

    * Cleanup
    
    * Don’t rewrite source maps for `@layer` rules
    
    * Update changelog
    thecrypticace authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a1346c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    e1aafc5 View commit details
    Browse the repository at this point in the history
  2. update changelog

    thecrypticace committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1254235 View commit details
    Browse the repository at this point in the history
  3. 3.1.7

    thecrypticace committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d1111bf View commit details
    Browse the repository at this point in the history
  4. Update deps

    thecrypticace committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    97bc222 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fa9d71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14542d9 View commit details
    Browse the repository at this point in the history
Loading