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.1
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.2
Choose a head ref
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 5, 2025

  1. Don’t use Promise.all when dynamically loading compatible plugins (#…

    …412)
    
    * Don’t use `Promise.all` when waiting on dynamic imports
    
    * Update changelog
    thecrypticace authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    908f169 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

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

Commits on Dec 1, 2025

  1. Fix plugin compatibility with Prettier v3.7+ (#418)

    * Bump Prettier to v3.7
    
    * Bump dependencies
    
    Some older/outdated plugins don’t work with Prettier v3.7
    
    * Refactor
    
    * Don’t override `options.printer`
    
    It’s unncessary and causes an incompatibility with Prettier v3.7+
    
    Most likely a left over from when we *also* supported Prettier v2.
    
    * Skip `prettier-plugin-multiline-arrays` tests for now
    
    That plugin is currently broken when used with Prettier v3.7
    
    * Update changelog
    
    * Use `Proxy` for `embed` method
    
    * Simplify
    
    * Add type
    
    * Use Proxy for `print` as well
    
    It’s not strictly necessary gonna do this for consistency
    thecrypticace authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    90e56c3 View commit details
    Browse the repository at this point in the history
  2. Fix install issue

    thecrypticace committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    bd7ff3c View commit details
    Browse the repository at this point in the history
  3. Tweak overrides

    thecrypticace committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    63d859d View commit details
    Browse the repository at this point in the history
  4. 0.7.2

    thecrypticace committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    28beb4e View commit details
    Browse the repository at this point in the history
Loading