Skip to content

Releases: WalrusSoup/Tailwind-Formatter

Bugfixes: Custom Class Ordering

12 May 21:55
Compare
Choose a tag to compare

This release addresses an issue where custom class ordering was not being applied.

Custom Settings Support

30 Apr 21:39
Compare
Choose a tag to compare

Custom Settings Support

  • Adds support for Settings - by Venyii
  • Adds support for @apply statement sorting - by Venyii
  • Adds confirmation dialogue to settings replacement
  • Adds support for Tailwind 1.4.1

Tailwindcss 2.0 Support

25 Feb 19:15
Compare
Choose a tag to compare
  • Adds Tailwindcss 2.0 classes
  • Adds detection for when no file is currently open

Out for publishing to Jetbrains as of 2020-02-25

Version Update, Development Configuration Improvements

12 Dec 19:29
88fbbc1
Compare
Choose a tag to compare

Contains a proper version tag for PluginXml so newer version of Intellij products are supported immediately. Also makes improvements to merge properties and moves the changelog to a separate HTML file.

Regex Update

06 Dec 17:43
175cfbc
Compare
Choose a tag to compare

Addresses issues where the regex was failing to detect classes that feature slashes. For instance, w-1/2, w-1/4, etc.