Releases: schoero/eslint-plugin-better-tailwindcss
Releases · schoero/eslint-plugin-better-tailwindcss
v3.7.10
Fixes
enforce-shorthand-classesto include horizontal and vertical cases forroundedclasses (#231)
Chore
- Correct recommended rules to match implementation (#229)
❤️ Contributors
- Andrew Kodkod (@akodkod)
- 2754 (@2754github)
v4.0.0-beta.2
v4.0.0-beta.1
Fixes
v3.7.9
v4.0.0-beta.0
Fixes
- Check for tailwindcss before running rules (a84dd50)
⚠️ Breaking Changes
⚠️ Renamed ruleno-unregistered-classestono-unknown-classes⚠️ Renamed rulesort-classestoenforce-consistent-class-order⚠️ Renamed rulemultilinetoenforce-consistent-line-wrapping⚠️ Options forbetter-tailwindcss/enforce-consistent-variable-syntaxhave been renamed toshorthandandvariable.⚠️ FunctiongetDefaultIgnoredUnregisteredClasses()has been removed.
v3.7.8
v3.7.7
Fixes
- Compound variants with slots class string not being detected (#219)
❤️ Contributors
- tim-spitzer-syzygy (@tim-spitzer-syzygy)
v3.7.6
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
- Paul Parker (@pauldesmondparker)
- Yossi Yedid (@yossiyedid)