Skip to content

Commit 4334236

Browse files
committed
Release new version.
1 parent a9957dc commit 4334236

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGES.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11

22

3-
## [7.2.0](https://github.com/Patternslib/patterns/compare/7.1.3...7.2.0) (2022-03-16)
3+
## [7.3.0](https://github.com/Patternslib/patterns/compare/7.2.0...7.3.0) (2022-03-17)
4+
5+
6+
### Features
7+
8+
* **core base:** Add one event listener to listen for Pattern events only once. ([1028a6d](https://github.com/Patternslib/patterns/commit/1028a6d3a2a15dd72d62b9652e4d39e3c98577e8))
9+
10+
* **core dom:** Add a fallback option to find_scroll_container to return something else than document.body if no other scroll container can be found. ([ac220fd](https://github.com/Patternslib/patterns/commit/ac220fd2a38c50acc27b0abe6f900077d4fa9bbb))
11+
12+
* **core events:** Add await_event for using await statements to wait for an event to happen. ([1e264c1](https://github.com/Patternslib/patterns/commit/1e264c1fe301beb4b9f95614ffc4e3f000cf570f))
13+
14+
* **core events:** Add await_pattern_init helper which can be used to await the event when a pattern instance is initialized. ([ac371e0](https://github.com/Patternslib/patterns/commit/ac371e0ecc57ffd204cfaef1be5b44f266c94fe2))
15+
16+
17+
18+
### Bug Fixes
19+
20+
* **pat bumper:** Fallback to null if no scroll container can be found. Fixes a problem with initalization of the IntersectionObserver introduced in 7.2.0. ([c04ea75](https://github.com/Patternslib/patterns/commit/c04ea752f47609f06368b73b6ca3783bc108b55f))
21+
22+
23+
24+
### Maintenance
25+
26+
* **pat bumper:** Minor code cleanup. ([edfec61](https://github.com/Patternslib/patterns/commit/edfec619e7c54786b5a82914dce8efaf7fd2c3c8))## [7.2.0](https://github.com/Patternslib/patterns/compare/7.1.3...7.2.0) (2022-03-16)
427

528

629
### Features

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.2.0",
3+
"version": "7.3.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)