Skip to content

Releases: djlint/djLint

v1.19.13

23 Jan 20:31
Compare
Choose a tag to compare

1.19.13 (2023-01-23)

Bug Fixes

  • handlebars each: fixed bug in handlebars tags w/ trailing pipe (9d42baf), closes #529

v1.19.12

19 Jan 19:21
Compare
Choose a tag to compare

1.19.12 (2023-01-19)

Bug Fixes

  • docs: fixed doc build (749ec05)
  • formatter: preserve windows line endings (7c0a272), closes #502

v1.19.11

04 Jan 15:49
Compare
Choose a tag to compare

1.19.11 (2023-01-04)

Bug Fixes

  • linter: fixes false positive on D018 (ebd099f), closes #501

v1.19.10

26 Dec 16:41
Compare
Choose a tag to compare

1.19.10 (2022-12-26)

Bug Fixes

  • check: fixed issue where check was reformatting files that contained a hyphen in the name (9812f60), closes #494

v1.19.9

16 Dec 16:57
Compare
Choose a tag to compare

1.19.9 (2022-12-16)

Bug Fixes

  • stdin --check: stdin with the --check flag should return a formatted output (57e1eec), closes #486

v1.19.8

15 Dec 17:58
Compare
Choose a tag to compare

1.19.8 (2022-12-15)

Bug Fixes

  • attributes: fixed outer quotes being stripped from attribute values (dff02dc), closes #471
  • settings: fixed pyproject loader (5890161), closes #469
  • textarea: fixed textarea attribute formatting (e7c904e), closes #486

v1.19.7

09 Nov 14:24
Compare
Choose a tag to compare

1.19.7 (2022-11-09)

Bug Fixes

  • formatter: fixed a few broken alpinejs attributes (6c2d843), closes #448

v1.19.6

08 Nov 07:45
Compare
Choose a tag to compare

1.19.6 (2022-11-08)

Bug Fixes

  • css/js: fixed extra blank lines being appended to blank lines in css/js formatter (10e593f), closes #451

v1.19.5

07 Nov 09:17
Compare
Choose a tag to compare

1.19.5 (2022-11-07)

Bug Fixes

  • linter: make attribute pattern on H025 more accepting. Prevent false positive (1bd0bf7), closes #447

v1.19.4

03 Nov 12:50
Compare
Choose a tag to compare

1.19.4 (2022-11-03)

Bug Fixes

  • attributes: fixed poor django attribute parsing (bd90f08), closes #427 #438
  • attributes: prevented attribute indentation for url type attributes (907a1bf), closes #320 #86 #195
  • image tag: added image tag to template break tag list. srcset formatting (0d170aa), closes #444