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.4.4
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.4.5
Choose a head ref
  • 9 commits
  • 21 files changed
  • 5 contributors

Commits on Jun 13, 2024

  1. Disable automatic var() injection for anchor properties (#13826)

    * Disable automatic `var()` injection for CSS anchor positioning properties
    
    * Update tests
    
    * Update changelog
    thecrypticace authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9e928ce View commit details
    Browse the repository at this point in the history
  2. Use no value instead of blur(0px) for backdrop-blur-none and `blu…

    …r-none` utilities (#13830)
    
    * map `backdrop-blur-none` and `blur-none` to ` ` instead of `blur(0px)`
    
    * add test for `backdrop-blur-none` and `blur-none`
    
    * update changelog
    RobinMalfait authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eef91c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: typo (#13864)

    Simon-He95 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a61e5aa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. refactor(util): code refactor (#13872)

    * refactor(util): code refactor
    
    * refactor(util): code refactor
    Simon-He95 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0de1f0c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add .mts and .cts config file detection (#13940)

    * add `tailwind.config.cts` and `tailwind.config.mts` as default config files
    
    * always use jiti when working with ESM or TS files
    
    * update changelog
    
    * add integration test for `.cts` and `.mts` configuration files
    RobinMalfait authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    588a822 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Avoid over-extracting utilities from candidates with decimal values (#…

    …13959)
    
    * Avoid over-extracting utilities from candidates with decimal values
    
    Prevent candidates like `px-1.5` from generating both the `px-1.5` class and the `px-1` class.
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Adam Wathan <[email protected]>
    adamwathan and adamwathan authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    074736c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Always generate -webkit-backdrop-filter property (#13997)

    * Always generate -webkit-backdrop-filter property
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Adam Wathan <[email protected]>
    adamwathan and adamwathan authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9033d62 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. 3.4.5

    thecrypticace committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    10a1197 View commit details
    Browse the repository at this point in the history
  2. Update runner image

    thecrypticace committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a0dbb3d View commit details
    Browse the repository at this point in the history
Loading