Skip to content

Commit 9090fa1

Browse files
committed
Release new version.
1 parent c4b7934 commit 9090fa1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGES.md

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

55

66

7+
## [9.8.3-alpha.1](https://github.com/Patternslib/patterns/compare/9.8.3-alpha.0...9.8.3-alpha.1) (2023-03-09)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **core events:** await_pattern_init - check for event coming from correct element. ([a532ebf](https://github.com/Patternslib/patterns/commit/a532ebf7fadfb645c8288f700a7c505bf2956b4c))Check if the init/not-init events were thrown from the Pattern's own
14+
element. When a child element did an unsuccessful Pattern init (rejected
15+
because already initialized) and at the same time the parent element also tried
16+
to initialized the same Pattern await_pattern_init could fail. The not-init
17+
event bubbled up which was incorrectly catched by await_pattern_init on the
18+
parent element.
19+
20+
21+
### Maintenance
22+
23+
24+
* **core events test:** Remove unused test. ([ca16b1d](https://github.com/Patternslib/patterns/commit/ca16b1d6f63e6032c978fe47eed9be2604f09b70))
25+
26+
* **core utils debounce tests:** await for number of debounce calls to correctly test the debounce method. ([0c3dea7](https://github.com/Patternslib/patterns/commit/0c3dea7943518c5bf7ab07370037eff8b023b3fa))
27+
28+
* Upgrade dependencies. ([bfaf95c](https://github.com/Patternslib/patterns/commit/bfaf95c1a7840a4004c47345aa41b9ce891b8270))
29+
730
## [9.8.3-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3-alpha.0) (2023-03-06)
831

932

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.8.3-alpha.0",
3+
"version": "9.8.3-alpha.1",
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)