Releases: 100phlecs/tailwind_formatter
Releases · 100phlecs/tailwind_formatter
Release v0.4.2
0.4.2 (2025-01-02)
- Handle arbitrary values and properties in sorting
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
0.4.1 (2024-12-28)
What's Changed
- handle local and remote components by @goodtouch in #52
- docs: Add CI usage instructions to README by @chriscrabtree in #54
- Handle string objects when reading-in config by @merhard in #55
- Fix typo, varient -> variant by @kianmeng in #59
New Contributors
- @goodtouch made their first contribution in #52
- @chriscrabtree made their first contribution in #54
- @merhard made their first contribution in #55
- @kianmeng made their first contribution in #59
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
0.4.0 (2023-10-24)
- Bump Elixir version to 1.15
- Remove MultiFormatter as Elixir now supports multiple formatters
- Switch to Phoenix.LiveView.Tokenizer to grab class attributes
- Supports array class lists
- Preserves leading & trailing spaces between expression fragments
- Supports custom TailwindCSS configuration using standalone CLI
Release v0.3.7
Changelog:
- Allows multiple concatenations (see issue: #16)
Release v0.3.6
- Adds support for *-950 tailwind classes