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 Loading
base: v3.1.4
Choose a base ref
...
head repository: tailwindlabs/tailwindcss Loading
compare: v3.1.5
Choose a head ref
  • 20 commits
  • 28 files changed
  • 5 contributors

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    340cca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a0ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    7b03ee9 View commit details
    Browse the repository at this point in the history
  2. Update postcss-load-config to version 4.0.1 (#8686)

    Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
    depfu[bot] committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    c47e666 View commit details
    Browse the repository at this point in the history
  3. Allows fallback values in plugin API helpers (#8762)

    * Update types to allow for fallback property values in add/matchUtilities/Components/etc…
    
    * Update changelog
    thecrypticace committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d4f1f15 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Fix usage of postcss.config.js in standalone CLI (#8769)

    * Update deps
    
    * Fix usage of postcss config file in standalone CLI
    
    The config file created with `--postcss` would fail because we didn’t stub require to load `tailwindcss` or `autoprefixer` when we should.
    
    * Update tests
    
    * WIP
    thecrypticace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    445970d View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c8c4852 View commit details
    Browse the repository at this point in the history
  3. Fix usage of special-character prefixes (#8772)

    * Fix import
    
    * Support arbitrary prefixes
    
    * Add test
    
    * Update changelog
    thecrypticace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    5191ec1 View commit details
    Browse the repository at this point in the history
  4. Don’t prefix selectors in arbitrary variants (#8773)

    * Don’t prefix selectors in arbitrary variants
    
    * Update changelog
    thecrypticace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8494f75 View commit details
    Browse the repository at this point in the history
  5. chore: Set permissions for GitHub actions (#8550)

    Restrict the GitHub token permissions only to just what is required and make them read-only where possible.
    
    Signed-off-by: neilnaveen <[email protected]>
    neilnaveen committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    f135bfa View commit details
    Browse the repository at this point in the history
  6. Add support for alpha values in safelist (#8774)

    Co-authored-by: Petr Novak <[email protected]>
    thecrypticace and mrinx committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    1029775 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    thecrypticace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    1318cb6 View commit details
    Browse the repository at this point in the history
  8. Support font-weight in font-size utilities (#8763)

    * Support font-weight in font-size utilities
    
    * WIP update tests
    
    * Update changelog
    
    Co-authored-by: Jordan Pittman <[email protected]>
    tmkx and thecrypticace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    6729524 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    5d04331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e75e6e View commit details
    Browse the repository at this point in the history
  3. Add more explicit types for the default theme (#8780)

    * Add more explicit types for the default theme
    
    * Update changelog
    
    * Cleanup
    
    * Cleanup code a bit
    
    * Add special cases for a few keys
    
    * Fix order
    thecrypticace committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    62f0791 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    This belongs in an added action as it’s a new feature not a bug fix
    thecrypticace committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1110d92 View commit details
    Browse the repository at this point in the history
  5. update changelog

    thecrypticace committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    13c2ad0 View commit details
    Browse the repository at this point in the history
  6. 3.1.5

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