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.0.6
Choose a base ref
...
head repository: tailwindlabs/tailwindcss Loading
compare: v3.0.7
Choose a head ref
  • 8 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

  1. Improve circular dependency detection when using @apply (#6588)

    * improve circular dependency detection when using `@apply`
    
    I also changed the message to the same message we used in V2.
    
    * update changelog
    RobinMalfait committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    7089a80 View commit details
    Browse the repository at this point in the history
  2. Only generate variants for non-user layers (#6589)

    * only generate variants for non-user layers
    
    If you have the following css:
    
    ```css
    @tailwind utilities;
    .foo {
      color: red;
    }
    ```
    
    And you HTML looks like this:
    ```html
    <div class="hover:foo"></div>
    ```
    
    Then the output should _not_ generate a `.hover\:foo {}` class.
    
    * ensure that you can apply user csss (without variants)
    
    * update changelog
    RobinMalfait committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2fdbe10 View commit details
    Browse the repository at this point in the history
  3. Properly extract classes with arbitrary values in arrays and classes …

    …followed by escaped quotes (#6590)
    
    Co-authored-by: Robin Malfait <[email protected]>
    thecrypticace and RobinMalfait committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    27c67fe View commit details
    Browse the repository at this point in the history
  4. Improve jsx interpolation candidate matching (#6593)

    * ensure that strangely used jsx with interpolation gets detected
    
    Co-authored-by: Luke Warlow <[email protected]>
    Co-authored-by: Jordan Pittman <[email protected]>
    
    * update changelog
    
    Co-authored-by: Luke Warlow <[email protected]>
    Co-authored-by: Jordan Pittman <[email protected]>
    3 people committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9e03a68 View commit details
    Browse the repository at this point in the history
  5. Ensure @apply of a rule inside an AtRule works (#6594)

    * ensure apply of rule inside atrule works
    
    If that atrule happens to contain another rule that is technically
    unrelated.
    
    Co-authored-by: Jordan Pittman <[email protected]>
    
    * update changelog
    
    Co-authored-by: Jordan Pittman <[email protected]>
    RobinMalfait and thecrypticace committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    86e73b2 View commit details
    Browse the repository at this point in the history
  6. update changelog

    RobinMalfait committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    325a8e8 View commit details
    Browse the repository at this point in the history
  7. 3.0.7

    RobinMalfait committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    0c10621 View commit details
    Browse the repository at this point in the history
Loading