Skip to content

Release 7.7.0

Compare
Choose a tag to compare
@thet thet released this 12 Apr 07:45
· 881 commits to master since this release

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 the disable-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.