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

Commits on Dec 15, 2021

  1. Update CHANGELOG.md

    reinink committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    fb545bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08a07f6 View commit details
    Browse the repository at this point in the history
  3. Ensure all plugins are executed for a given candidate (#6540)

    * remove early return so that all plugins are handled
    
    We had an early return so that once a plugin was matched, that we could
    stop running the code through the other plugins. However, in this case
    we have an issue that user defined css is technically also a plugin.
    
    This means that:
      - `bg-green-light`
    Would check for:
      - `bg-green-light` (no hit, continue)
      - `bg-green` (Hit! Don't execute next plugins)
      - `bg` (This is the one that would have generated `bg-green-light`)
    
    We tested this change and it doesn't seem to have an impact functionally
    and also not really performance wise.
    
    * update changelog
    RobinMalfait committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    deb68d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0783a42 View commit details
    Browse the repository at this point in the history
  5. Add 'text-decoration-color' to default 'transition' and 'transition-c…

    …olors' utilities (#6405)
    
    * Add 'text-decoration-color' to default 'transition' and 'transition-colors' utilities
    
    * Add 'text-decoration-color' to default 'transition' and 'transition-colors' utilities
    
    * Delete tailwind-output-flagged.css
    
    * Delete tailwind-output-important.css
    
    * Delete tailwind-output-no-color-opacity.css
    
    * Delete tailwind-output.css
    
    Co-authored-by: Jonathan Reinink <[email protected]>
    fekle and reinink committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9934174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c7a793 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec911c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

    RobinMalfait committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a7a5a4f View commit details
    Browse the repository at this point in the history
  3. 3.0.6

    RobinMalfait committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4a5ba37 View commit details
    Browse the repository at this point in the history
Loading