Skip to content

Releases: djlint/djLint

v1.14.2

15 Sep 07:55
Compare
Choose a tag to compare

1.14.2 (2022-09-15)

Bug Fixes

  • span: fixed indent on nested inline tags on a span (4ac5fd0), closes #383

v1.14.1

14 Sep 08:00
Compare
Choose a tag to compare

1.14.1 (2022-09-14)

Bug Fixes

  • alpine js: fix incorrect indent on alpinejs attribs w/ nested HTML (f0d37a5), closes #381

v1.14.0

12 Sep 11:37
Compare
Choose a tag to compare

1.14.0 (2022-09-12)

Features

  • config: allow source files to be specified in the config file (bbcde2b), closes #371

v1.13.0

12 Sep 08:16
Compare
Choose a tag to compare

1.13.0 (2022-09-12)

Features

  • config: added option for custom configuration file path (83297bd), closes #170
  • windows: added a better progress bar char for windows (3cdb7a7), closes #286

v1.12.3

07 Sep 16:40
Compare
Choose a tag to compare

1.12.3 (2022-09-07)

Bug Fixes

  • cssbeautify: added support for ignore in cssbeautifier (8a3c60c)
  • js formatting: added support for jsbeautify ignore blocks (b8bf071), closes #367

v1.12.2

07 Sep 14:34
Compare
Choose a tag to compare

1.12.2 (2022-09-07)

Bug Fixes

  • release: trigger a release to remove the print statment (fdb65c9)

v1.12.1

30 Aug 01:47
Compare
Choose a tag to compare

1.12.1 (2022-08-30)

Bug Fixes

  • macro: allow html tags inside macro functions to skip formatting (bffb093), closes #353
  • t001: fixed false positive on T001 with Jinja {{- and {{+ tags (c57e944), closes #354

v1.12.0

24 Aug 14:50
Compare
Choose a tag to compare

1.12.0 (2022-08-24)

Bug Fixes

  • h006: prevented false positives on H006 (215bd23), closes #344 #333
  • h012: prevent H012 from matching the contents of tags or attributes (4480cff), closes #348
  • t001: fixed false positive on multiline template tags (ea76672), closes #350

Features

  • h021: allow inline styles that contain template syntax (f1a39ed), closes #351
  • t002: allow variables names to be used in the {% extends tag (a5d96e7), closes #349

v1.11.1

22 Aug 17:24
Compare
Choose a tag to compare

1.11.1 (2022-08-22)

Bug Fixes

  • formatter: fixed runaway regex on templates with many template attriutes inside html tags (79cd013), closes #340
  • linter: fixed false positive on T032 with jinja multi line set (f9dac86), closes #342
  • linter: fixed false postive on rule H008 (79618a5), closes #339
  • linter: prevent linter matches that overlap ignored blocks of code such as comments (90cf576), closes #343

v1.11.0

18 Aug 20:22
Compare
Choose a tag to compare

1.11.0 (2022-08-18)

Features

  • jinja call: added support for jinja call blocks (7a70e39), closes #337