Skip to content

Releases: schoero/eslint-plugin-better-tailwindcss

v3.7.10

14 Oct 05:10
9d96b2c

Choose a tag to compare

compare changes

Fixes

  • enforce-shorthand-classes to include horizontal and vertical cases for rounded classes (#231)

Chore

  • Correct recommended rules to match implementation (#229)

❤️ Contributors

v4.0.0-beta.2

24 Sep 21:37
56aa614

Choose a tag to compare

v4.0.0-beta.2 Pre-release
Pre-release

compare changes

Tests

  • Add additional environment variable to disable cache (2e0e858)

v4.0.0-beta.1

23 Sep 05:18
56aa614

Choose a tag to compare

v4.0.0-beta.1 Pre-release
Pre-release

compare changes

Fixes

  • Don't match index accessed object keys (#227)
  • Add missing valibot dependencies ([92589e2])(92589e2))

v3.7.9

16 Sep 18:06
56aa614

Choose a tag to compare

compare changes

Fixes

  • Don't match index accessed object keys (#227)

v4.0.0-beta.0

13 Sep 10:26
d0c035b

Choose a tag to compare

v4.0.0-beta.0 Pre-release
Pre-release

compare changes

Fixes

  • Check for tailwindcss before running rules (a84dd50)

⚠️ Breaking Changes

  • ⚠️ Renamed rule no-unregistered-classes to no-unknown-classes
  • ⚠️ Renamed rule sort-classes to enforce-consistent-class-order
  • ⚠️ Renamed rule multiline to enforce-consistent-line-wrapping
  • ⚠️ Options for better-tailwindcss/enforce-consistent-variable-syntax have been renamed to shorthand and variable.
  • ⚠️ Function getDefaultIgnoredUnregisteredClasses() has been removed.

v3.7.8

12 Sep 05:01
d0c035b

Choose a tag to compare

compare changes

Fixes

  • Improved angular support (#182)
    • Fixes object key detection for intersecting classes
    • Adds support for pathPattern in angular

v3.7.7

08 Sep 05:49
86252fd

Choose a tag to compare

compare changes

Fixes

  • Compound variants with slots class string not being detected (#219)

❤️ Contributors

v3.7.6

27 Aug 22:08
20af65d

Choose a tag to compare

compare changes

Fixes

  • Check for tailwindcss before running rules (#217)
  • Angular: Prevent crash when objectContent is undefined in createLiteralByLiteralMapKey (#215)

Tests

  • Add no-unregistered-classes test for DaisyUI classes (#186)

❤️ Contributors

v3.7.5

18 Aug 20:47
449daf3

Choose a tag to compare

compare changes

Fixes

  • Matching object values with immediate indexed access (#212)

v3.7.4

04 Aug 21:10
f90a1c8

Choose a tag to compare

compare changes

Fixes

  • Error in no-conflicting-classes when used in tailwindcss 3 (#205)
  • Invalid config warning when config was actually found (#206)
  • Differentiate shorthands for the same classes with different variants (#207)