-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.26.0](v1.25.1...v1.26.0) (2023-05-08) ### Bug Fixes * **blocktrans:** fixes whitespace issues on blocktrans, allows indenting on blocktrans trimmed ([249c8e8](249c8e8)), closes [#623](#623) ### Features * **formatter:** added white space cleanup for template tags ([13d0d4f](13d0d4f)), closes [#485](#485) * **linter:** added rule H037 ([6048c46](6048c46)) * **void tags:** added option to auto close void tags (linter rule H017) ([9050d30](9050d30)), closes [#252](#252)
- Loading branch information
1 parent
8f478ce
commit 3b6b337
Showing
5 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name="djlint" | ||
version="1.25.1" | ||
version="1.26.0" | ||
description="HTML Template Linter and Formatter" | ||
license="GPL-3.0-or-later" | ||
authors=["Christopher Pickering <[email protected]>"] | ||
|