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

Commits on Jun 9, 2022

  1. Fix candidate extractor regression (#8558)

    * fix regression
    
    This is a regression where `%>utility<%` didn't properly abstract
    `utility`
    
    * update changelog
    RobinMalfait authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9a5db88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa2d4d View commit details
    Browse the repository at this point in the history
  3. Split ::backdrop into separate defaults group (#8567)

    * Split `::backdrop` into separate defaults group
    
    * Update tests
    
    * Update changelog
    thecrypticace authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6b1eb19 View commit details
    Browse the repository at this point in the history
  4. Fix postcss plugin type (#8564)

    * Fix postcss plugin type
    
    * Update changelog
    thecrypticace authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c44dd7b View commit details
    Browse the repository at this point in the history
  5. Fix class detection in markdown code fences and slim templates (#8569)

    * Fix detection of classes in markdown code fences
    
    * Fix candidate detection in `.slim` templates
    
    * Update changelog
    thecrypticace authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0664aae View commit details
    Browse the repository at this point in the history
  6. Update changelog

    thecrypticace committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2a04153 View commit details
    Browse the repository at this point in the history
  7. 3.1.1

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

Commits on Jun 10, 2022

  1. Ensure \ is a valid arbitrary variant token (#8576)

    * `\` are valid arbitrary variant tokens
    
    We use `\` for escaping `.` or `_` so they should be part of the
    arbitrary variant regex.
    
    * update changelog
    RobinMalfait authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d32728b View commit details
    Browse the repository at this point in the history
  2. Enable postcss-import in the CLI by default in watch mode (#8580)

    * Add support for postcss-import in watch mode
    
    * Add regression test
    
    * Extract shared logic
    
    * restructure test a little bit
    
    Instead of relying on a arbitrary setTimout value, let's wait for the
    file to be created instead.
    
    * update changelog
    
    Co-authored-by: Adam Bergman <adam@fransvilhelm.com>
    RobinMalfait and adambrgmn authored Jun 10, 2022
    1 Configuration menu
    Copy the full SHA
    0d064ea View commit details
    Browse the repository at this point in the history
  3. update changelog

    RobinMalfait committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    05f866d View commit details
    Browse the repository at this point in the history
  4. 3.1.2

    RobinMalfait committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ce80574 View commit details
    Browse the repository at this point in the history
Loading