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/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: tailwindlabs/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 15, 2025

  1. Correct typo in README (#407)

    * docs: correct typo in README
    
    * Update readme
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    technicalgeezer and thecrypticace authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    9fa7342 View commit details
    Browse the repository at this point in the history
  2. Fix building on windows

    thecrypticace committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    3a58565 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Match against correct name of dynamic attributes when using regexes (#…

    …410)
    
    * Update tests
    
    Some of these would’ve caught a bug if written correctly 🤦‍♂️
    
    * Directly encode dynamic attribute rules
    
    Dynamic attribute names have definite rules in Vue and Angular. Testing those rules directly and matching the actual “name” portion against the regex is a better option.
    thecrypticace authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    42aca0c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Update changelog

    thecrypticace committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    56fa1fc View commit details
    Browse the repository at this point in the history
  2. 0.7.1

    thecrypticace committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    a0fea3f View commit details
    Browse the repository at this point in the history
Loading