Skip to content

Commit e64b767

Browse files
committed
Release new version.
1 parent c359005 commit e64b767

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGES.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11

22

3-
## [7.6.0](https://github.com/Patternslib/patterns/compare/7.5.0...7.6.0) (2022-04-08)
3+
## [7.7.0](https://github.com/Patternslib/patterns/compare/7.6.0...7.7.0) (2022-04-12)
4+
5+
6+
### Features
7+
8+
9+
* Introduce ``disable-patterns`` class to prevent from initializing. ([5f137f0](https://github.com/Patternslib/patterns/commit/5f137f0adc8f254a1904148ce7eae66295b23f93))
10+
To disable patterns when scanning markup for patterns, use the ``disable-patterns`` CSS class.
11+
12+
Previously we did use the ``dont-touch-this`` class.
13+
This is deprecated due to a ambiguous name and will be removed in the next major version.
14+
15+
16+
### Bug Fixes
17+
18+
19+
* **Build:** Fix changelog template. ([96f7bac](https://github.com/Patternslib/patterns/commit/96f7bacfc94c30f132d1b9bd175fd499b1162eac))
20+
Since conventional-changelog 4.2.0 the previous header is merged to the
21+
end of the new changelog entry block.
22+
This is documented here: https://github.com/release-it/conventional-changelog/issues/46
23+
As long as this issue is not resolved, we're adding a ``#`` at the end
24+
of the changelog block, intending the previous entry in the heading
25+
hierarchy, but that's better than a even more messed up changelog file.
26+
27+
28+
### [7.6.0](https://github.com/Patternslib/patterns/compare/7.5.0...7.6.0) (2022-04-08)
429

530

631
### Features
@@ -2052,4 +2077,4 @@ The CSS id selector is defined by an optional URL fragment in the pre-configured
20522077

20532078
## 1.0.0 - Released January 28, 2013
20542079

2055-
- First official release.
2080+
- First official release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)