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: v2.0.1
Choose a base ref
...
head repository: tailwindlabs/tailwindcss Loading
compare: v2.0.2
Choose a head ref
  • 17 commits
  • 16 files changed
  • 4 contributors

Commits on Nov 18, 2020

  1. Update changelog

    adamwathan committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f5010f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    195ffe9 View commit details
    Browse the repository at this point in the history
  2. Only run coverage in CI

    adamwathan committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    27fd1f9 View commit details
    Browse the repository at this point in the history
  3. Add failing test for complex apply scenario

    @RobinMalfait Something to look at when you have time 🤔
    adamwathan committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3ea5e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Fix !important on multiple selectors #2823 (#2824)

    * Add failing test for #2823
    
    * cleanup string literals
    
    * use prettier for toMatchCSS diffs
    
    * make sure that importants are applied correctly
    
    Co-authored-by: Robin Malfait <[email protected]>
    stefanfisk and RobinMalfait committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    1e0fc09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1522029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a41c0d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

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

    RobinMalfait committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    9c39c3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0c686 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

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

Commits on Nov 30, 2020

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

Commits on Dec 2, 2020

  1. ring defaults (#2951)

    * add ring defaults
    
    Fixes #2911
    
    * add tests for the ringWidth utility
    
    + defaults
    
    * update changelog
    RobinMalfait committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d1ef88a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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

Commits on Dec 11, 2020

  1. Performance improvements + memory leak fix (#3032)

    * fix memory leak
    
    * add optional condition to hasAtRule
    
    * use known tree to handle `@apply` when required `@tailwind` at rules exists
    
    Otherwise we will generate the lookup tree.
    
    * only generate the missing `@tailwind` atrules when using `@apply`
    
    * update perf config to reflect 2.0 changes
    
    * update changelog
    
    * ensure lookup tree is correctly cached based on used tailwind atrules
    RobinMalfait committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    eac11cf View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    c0091d6 View commit details
    Browse the repository at this point in the history
  3. 2.0.2

    RobinMalfait committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    f63aae7 View commit details
    Browse the repository at this point in the history
Loading