Skip to content

Commit af69e64

Browse files
committed
Release new version.
1 parent 3652b4f commit af69e64

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.7.0-alpha.0](https://github.com/Patternslib/patterns/compare/9.6.1...9.7.0-alpha.0) (2022-09-28)
8+
9+
10+
### Features
11+
12+
13+
* Add class based base pattern. ([5933a35](https://github.com/Patternslib/patterns/commit/5933a35bb2e511642d64fd53709d74492e41ad57))This is a new way to define Patterns by extending the BasePattern class and instantiating it on an element.
14+
This is additionally to the old Base pattern approach or even the very old approach of just defining a Pattern following the specs.
15+
The BasePattern class in core/basepattern uses JavaScript classes with all the object oriented benefits.
16+
Yes, that might be syntactic sugar, but then again not.
17+
18+
For usage see: src/core/basepattern.md
19+
20+
21+
### Maintenance
22+
23+
24+
* **core registry:** Support class based pattern initialization. ([2c9e9dd](https://github.com/Patternslib/patterns/commit/2c9e9dde5c90a0a1a7cc0c490aaf4c29deb7a0c5))
25+
726
## [9.6.1](https://github.com/Patternslib/patterns/compare/9.6.0...9.6.1) (2022-09-28)
827

928

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": "9.6.1",
3+
"version": "9.7.0-alpha.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)