Skip to content

Commit b2278f2

Browse files
committed
Release new version.
1 parent 67a1130 commit b2278f2

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGES.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11

22

3+
## [7.8.0](https://github.com/Patternslib/patterns/compare/7.7.0...7.8.0) (2022-04-15)
4+
5+
6+
### Features
7+
8+
9+
* **pat tooltip:** Initialize the tooltip's content after each refresh via get_content. This re-initializes any patterns after an update to the tooltip's contents. ([665bea5](https://github.com/Patternslib/patterns/commit/665bea5d5656eb913412c9577b886bc6683a6660))
10+
11+
12+
13+
### Maintenance
14+
15+
16+
* **Build:** Remove customized main changelog template as due to conventional-changelog 4.3.0 the previous header's line break is preserved. ([9e8ecbd](https://github.com/Patternslib/patterns/commit/9e8ecbd42e2b029acb67168ad617aad8993ff10d))
17+
18+
19+
* **Build:** Upgrade dependencies. ([9ea9c21](https://github.com/Patternslib/patterns/commit/9ea9c215ccd71dd561e6a6c67494f098e5f5201b))
20+
21+
22+
* **pat tooltip:** Use add_event_listener from core.events which better handles double registrations and makes it easier to unregister event handlers. ([fe0f0d7](https://github.com/Patternslib/patterns/commit/fe0f0d714a839f3c67b2dfad4b0f8d8fc4b507c3))
23+
324
## [7.7.0](https://github.com/Patternslib/patterns/compare/7.6.0...7.7.0) (2022-04-12)
425

526

@@ -2077,4 +2098,4 @@ The CSS id selector is defined by an optional URL fragment in the pre-configured
20772098

20782099
## 1.0.0 - Released January 28, 2013
20792100

2080-
- First official release.
2101+
- 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.7.0",
3+
"version": "7.8.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)