Skip to content

Commit

Permalink
Merge branch 'release/1.7.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 24, 2022
2 parents bab83ed + 9bb6f53 commit 5244924
Show file tree
Hide file tree
Showing 17 changed files with 675 additions and 193 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# v1.7.28
## 01/24/2022

1. [](#new)
* Added links and modules support to `HtmlBlock` class
* Added module support for twig script tag: `{% script module 'theme://js/module.mjs' %}`
* Added twig tag for links: `{% link icon 'theme://images/favicon.png' priority: 20 with { type: 'image/png' } %}`
* Added `HtmlBlock` support for `{% style %}`, `{% script %}` and `{% link %}` tags
* Support for page-level `redirect_default_route` frontmatter header override
3. [](#bugfix)
* Fixed XSS check not detecting escaped `&#58`

# v1.7.27.1
## 01/12/2022

3. [](#bugfix)
* Fixed a typo in CSS Asset pipeline that was erroneously joining files with `;`
* Fixed a typo in CSS Asset pipeline that was erroneously joining files with `;`

# v1.7.27
## 01/12/2022
Expand Down
Loading

0 comments on commit 5244924

Please sign in to comment.