Release 7.7.0
7.7.0 (2022-04-12)
Features
- Introduce
disable-patterns
class to prevent from initializing. (5f137f0)
To disable patterns when scanning markup for patterns, use thedisable-patterns
CSS class.
Previously we did use the dont-touch-this
class.
This is deprecated due to a ambiguous name and will be removed in the next major version.
Bug Fixes
- Build: Fix changelog template. (96f7bac)
Since conventional-changelog 4.2.0 the previous header is merged to the
end of the new changelog entry block.
This is documented here: release-it/conventional-changelog#46
As long as this issue is not resolved, we're adding a#
at the end
of the changelog block, intending the previous entry in the heading
hierarchy, but that's better than a even more messed up changelog file.