Skip to content

Releases: schoero/eslint-plugin-readable-tailwind

v2.0.0

23 Jan 22:50
d8ce7fd
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

compare changes

Features

  • ⚠️ Add support for tailwindcss v4 (#25)
  • ⚠️ Regex names (#63)

Fixes

  • Options correctly override settings (#66)

Refactors

  • ⚠️ Enable no-duplicate-classes by default (#67)
  • ⚠️ Change default multiline grouping to newLine (#68)

⚠️ Breaking Changes

  • ⚠️ Add support for tailwindcss v4 (#25)
  • ⚠️ Regex names (#63)
  • ⚠️ Enable no-duplicate-classes by default (#67)
  • ⚠️ Change default multiline grouping to newLine (#68)

v1.9.0

19 Jan 15:52
a633e62
Compare
Choose a tag to compare

compare changes

Features

  • Template literal tags (#65)

v1.8.2

07 Nov 21:54
86d4db4
Compare
Choose a tag to compare

compare changes

Fixes

  • Fixing loop when lines wrap on two lines immediately but was theoretically short enough to not wrap (#61)

v1.8.1

01 Oct 18:26
316793f
Compare
Choose a tag to compare

compare changes

Refactors

  • Improve display of linting errors (#60)

v1.8.0

01 Sep 19:26
115ccb3
Compare
Choose a tag to compare

compare changes

Features

  • Add support to globally configure shared options across all rules via the settings object (#56)

v1.7.0

13 Aug 22:14
ff0ca25
Compare
Choose a tag to compare

compare changes

Features

  • New option preferSingleLine (#54)

v1.6.1

12 Aug 20:26
ca3713d
Compare
Choose a tag to compare

compare changes

Fixes

  • Group type never not working with expressions (#53)

v1.6.0

10 Aug 09:55
e5319df
Compare
Choose a tag to compare

compare changes

Features

  • New rule "no-duplicate-classes" (#49)
    This rule will be enabled by default in v2.0.0. If you want to enable it now, please refer to the rule documentation.
    You can suggest additional rules in the discussions.

Refactors

v1.5.3

28 Jul 14:11
c3d5e5b
Compare
Choose a tag to compare

compare changes

Refactors

  • Insertion of unnecessary escape characters (#47)

v1.5.2

07 Jun 20:16
60e674f
Compare
Choose a tag to compare

compare changes

Fixes

  • Remove unnecessary plugin import in shared config (#44)
  • Support svelte shorthand syntax (#43)