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

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    3cf48bf View commit details
    Browse the repository at this point in the history
  2. Provide default to <alpha-value> when using theme() (#8652)

    * Ensure default alpha is 1.0 when using new `<alpha-value>` format with the theme function
    
    * Update changelog
    thecrypticace authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9778b52 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    thecrypticace committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4cee145 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    thecrypticace committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8f3398b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

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

Commits on Jun 20, 2022

  1. Detect arbitrary variants with quotes (#8687)

    * Refactor
    
    * Support variants with quotes in them
    
    We have to have two regexes here because this is actually ambiguous in the general case. The regex that generally handles `[&[foo='bar']]` would incorrectly match `['bar':'baz']` for instance. So, instead we’ll use multiple regexes and match both!
    
    * Update changelog
    thecrypticace authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c5e7857 View commit details
    Browse the repository at this point in the history
  2. Don’t add spaces around raw / that are preceded by numbers (#8688)

    * Don’t add spaces around raw `/` that are preceded by numbers
    
    * Update changelog
    thecrypticace authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    00af2e8 View commit details
    Browse the repository at this point in the history
  3. Fix typo in changelog

    thecrypticace committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    35b070e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

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

    thecrypticace committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9f479f2 View commit details
    Browse the repository at this point in the history
  3. 3.1.4

    thecrypticace committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1a30ca0 View commit details
    Browse the repository at this point in the history
Loading