-
-
Notifications
You must be signed in to change notification settings - Fork 178
Comparing changes
Open a pull request
base repository: tailwindlabs/prettier-plugin-tailwindcss
base: v0.6.14
head repository: tailwindlabs/prettier-plugin-tailwindcss
compare: v0.7.0
- 17 commits
- 53 files changed
- 8 contributors
Commits on Jul 29, 2025
-
Upgrade dev dependencies (#388)
* Upgrade dev dependencies * Update lockfile * Bump deps * Update lockfile * Remove unused option --------- Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65d0049 - Browse repository at this point
Copy the full SHA 65d0049View commit details
Commits on Jul 31, 2025
-
Remove
declareto clean up global scope (#354)* refactor(types): Remove dangerous `declare` so prettier types aren't polluted globally * add docs example * Update changelog * Tweak readme * Adjust internal types --------- Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c0965b - Browse repository at this point
Copy the full SHA 2c0965bView commit details -
Drop support for
prettier-plugin-import-sort(#385)* Drop support for `prettier-plugin-import-sort` The last update was over 4 years ago and pulls in old deps. Don’t think we need to keep it around. * Remove test * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 20cdfeb - Browse repository at this point
Copy the full SHA 20cdfebView commit details -
Handle quotes in
@plugin,@config, and@source(#387)* Handle quotes in `@plugin`, `@config`, and `@source` * Update src/index.ts Co-authored-by: Robin Malfait <[email protected]> * Update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4794bce - Browse repository at this point
Copy the full SHA 4794bceView commit details -
Add support for callable template literals when using custom JSX pars…
…er (#367) * Add support for callable template literals * Add tests * Traverse mixed call and member expressions * Update changelog --------- Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db0bd74 - Browse repository at this point
Copy the full SHA db0bd74View commit details
Commits on Aug 29, 2025
-
Handle quote escapes in LESS when sorting
@apply(#392)* Handle quote escapes in LESS when sorting `@apply` It’s perfect since the AST doesn’t actually have information on these (it’s just strings) but this should be good enough. * Update changelog
Configuration menu - View commit details
-
Copy full SHA for c3c5ff5 - Browse repository at this point
Copy the full SHA c3c5ff5View commit details -
Resolve
tailwindcssrelative to the file being processed (#386)* Bump deps * Cleanup formatting * Drop support for `prettier-plugin-style-order` The last release was over 5 years ago * Ridiculously large config loading refactor * Resolve `tailwindcss` relative to the file being processed * Resolve auto-loaded v3 configs relative to the file being processed * Renamed bundled v3 package * Ensure CSS imports are inlined * Add tests * Only warn once per run * Include Prettier config path in error messages * Apply suggestions from code review Co-authored-by: Robin Malfait <[email protected]> * Update changelog * Tweak error message * Add tests for errors --------- Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa61eae - Browse repository at this point
Copy the full SHA fa61eaeView commit details
Commits on Sep 2, 2025
-
Fix whitespace removal inside nested concat and template expressions (#…
…396) * Refactor * Bail out of whitespace removal inside nested concat expressions * Bail out of whitespace removal inside template literals based on position * Update changelog * Refactor * Fix angular expression parsing with concat statements * Tweak test
Configuration menu - View commit details
-
Copy full SHA for 30f8d8e - Browse repository at this point
Copy the full SHA 30f8d8eView commit details -
Add bundled v4 fallback (#390)
* Add fallback for v4 * Fallback to v4 by default * Add tests * Fix testing aginst unminified build * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 919349c - Browse repository at this point
Copy the full SHA 919349cView commit details
Commits on Sep 22, 2025
-
Fix whitespace removal caused by re-parsing at-rules (#400)
* Tweak test example * Add failing test * Pass in shallow copy of parse options when re-parsing at-rule params * Update test case
Configuration menu - View commit details
-
Copy full SHA for 39bf3d3 - Browse repository at this point
Copy the full SHA 39bf3d3View commit details
Commits on Sep 23, 2025
-
* Bump Jiti to v2.6 Nice initialization perf improvement * Patch jiti for now This would negate the perf improvement sadly. We need to chunk split this dep.
Configuration menu - View commit details
-
Copy full SHA for f9f28a3 - Browse repository at this point
Copy the full SHA f9f28a3View commit details
Commits on Oct 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5916b34 - Browse repository at this point
Copy the full SHA 5916b34View commit details -
Allow sorting classes inside function calls in Twig templates (#358)
Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a195f71 - Browse repository at this point
Copy the full SHA a195f71View commit details
Commits on Oct 14, 2025
-
Support regex matches for attributes and function names (#405)
* Add support for regex patterns in Tailwind attributes sorting * Remove debug logging for tailwindAttributes in getCustomizations function * Refactor wip * Update tests * Update readme * Update changelog * Refactor * Add support for Astro * Refactor * Add test * Support regex matching of function names * Cleanup tests * move tests * Update src/options.ts Co-authored-by: Robin Malfait <[email protected]> --------- Co-authored-by: Loki <[email protected]> Co-authored-by: Jordan Pittman <[email protected]> Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95a3d4e - Browse repository at this point
Copy the full SHA 95a3d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9e2a7 - Browse repository at this point
Copy the full SHA 7b9e2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc87f7b - Browse repository at this point
Copy the full SHA cc87f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e03702a - Browse repository at this point
Copy the full SHA e03702aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.14...v0.7.0