Added
- Format quotes in
@source
,@plugin
, and@config
(#387) - Sort in function calls in Twig (#358)
- Sort in callable template literals (#367)
- Sort in function calls mixed with property accesses (#367)
- Support regular expression patterns for attributes (#405)
- Support regular expression patterns for function names (#405)
Changed
- Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#386)
- Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#386)
- Fallback to Tailwind CSS v4 instead of v3 by default (#390)
- Don't augment global Prettier
ParserOptions
andRequiredOptions
types (#354) - Drop support for
prettier-plugin-import-sort
(#385)