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.1.7
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.1.8
Choose a head ref
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 14, 2022

  1. Add issue template

    bradlc committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3e91ec3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Use Tailwind's context.getClassOrder(classes) (#57)

    * prefer Tailwind's `context.getClassOrder()` if it exists
    
    We have to keep the existing code for now, since the plugin will prefer
    the user's tailwind version. Hopefully we can remove this in future
    versions.
    
    * bump tailwindcss dependency
    
    * add full getClassOrder polyfill
    
    This will also add the `group` and `peer` for older versions of Tailwind
    CSS
    
    * Update `getClassOrder` polyfill to support all Tailwind v3 releases
    
    * Add "parasite utilities" test
    
    Co-authored-by: Brad Cornes <[email protected]>
    RobinMalfait and bradlc committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    90f6536 View commit details
    Browse the repository at this point in the history
  2. Update README with pnpm config (#47)

    * Update README with pnpm config
    
    * Move pnpm notice to installation section, tweak wording
    
    Co-authored-by: Brad Cornes <[email protected]>
    robin-whg and bradlc committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ed44540 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Fix Tailwind config file resolution when Prettier config file is not …

    …present (#62)
    
    * Update config file resolution
    
    * Add "no prettier config" test case
    bradlc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    190be16 View commit details
    Browse the repository at this point in the history
  2. 0.1.8

    bradlc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    eccf570 View commit details
    Browse the repository at this point in the history
Loading