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.3
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.4
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on May 29, 2024

  1. Fix multiple <alpha-value> in color definitions (#13740)

    * Fix multiple <alpha-value> in color definitions
    
    Fixes #13716
    
    * Update CHANGELOG.md
    
    * Use `replace` with global regex
    
    ---------
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    barvian and thecrypticace authored May 29, 2024
    Copy the full SHA
    9fda461 View commit details

Commits on Jun 1, 2024

  1. Don't prefix classes in arbitrary values of has-*, group-has-*, a…

    …nd `peer-has-*` variants (#13770)
    
    * Added tests to verify that classes are prefixed when using `has-*` variants with arbitrary values
    
    * Fix test
    
    * Don't prefix classes in arbitrary values in `has-*` variants
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    elalemanyo and thecrypticace authored Jun 1, 2024
    Copy the full SHA
    669109e View commit details

Commits on Jun 3, 2024

  1. [v3] Support negative values for {col,row}-{start,end} utilities (#…

    …13781)
    
    * Support negative values for `{col,row}-{start,end}` utilities
    
    * Add tests
    
    * Update changelog
    thecrypticace authored Jun 3, 2024
    Copy the full SHA
    8d66d94 View commit details

Commits on Jun 5, 2024

  1. Update browserslist database (#13792)

    thecrypticace authored Jun 5, 2024
    Copy the full SHA
    56116b0 View commit details
  2. Bump deps (#13797)

    thecrypticace authored Jun 5, 2024
    Copy the full SHA
    325e7c0 View commit details
  3. Update changelog

    thecrypticace committed Jun 5, 2024
    Copy the full SHA
    ed024ee View commit details
  4. 3.4.4

    thecrypticace committed Jun 5, 2024
    Copy the full SHA
    ff6f085 View commit details
Loading