Skip to content

Commit 950a4a3

Browse files
committed
Release new version.
1 parent ab5a44c commit 950a4a3

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGES.md

+51
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,57 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.8.3](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3) (2023-04-17)
8+
9+
10+
### Maintenance
11+
12+
13+
* **Docs:** Remove section about IE polyfills from README. ([b9c3697](https://github.com/Patternslib/patterns/commit/b9c369728e773854651a0acc544529d8b6410278))The IE polyfills were removed in Patternslib 9.8.0-alpha.2.
14+
15+
* **pat inject:** Document events thrown by the pattern. ([d3a7a0e](https://github.com/Patternslib/patterns/commit/d3a7a0e54d820fc41377347932218c263c20e5b9))
16+
17+
* **pat inject:** Document the scroll argument. ([1b9604e](https://github.com/Patternslib/patterns/commit/1b9604e7127114e70dc3f6f99b1e5bd643a21e59))
18+
19+
## [9.8.3-alpha.2](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3) (2023-03-09)
20+
21+
22+
### Maintenance
23+
24+
25+
* Upgrade pat-tiptap to 4.8.1. ([eda16d7](https://github.com/Patternslib/patterns/commit/eda16d7d1d5dcffcc686f5b58d7521e39f9a7c57))
26+
27+
## [9.8.3-alpha.1](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3) (2023-03-09)
28+
29+
30+
### Bug Fixes
31+
32+
33+
* **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
34+
element. When a child element did an unsuccessful Pattern init (rejected
35+
because already initialized) and at the same time the parent element also tried
36+
to initialized the same Pattern await_pattern_init could fail. The not-init
37+
event bubbled up which was incorrectly catched by await_pattern_init on the
38+
parent element.
39+
40+
41+
### Maintenance
42+
43+
44+
* **core events test:** Remove unused test. ([ca16b1d](https://github.com/Patternslib/patterns/commit/ca16b1d6f63e6032c978fe47eed9be2604f09b70))
45+
46+
* **core utils debounce tests:** await for number of debounce calls to correctly test the debounce method. ([0c3dea7](https://github.com/Patternslib/patterns/commit/0c3dea7943518c5bf7ab07370037eff8b023b3fa))
47+
48+
* Upgrade dependencies. ([bfaf95c](https://github.com/Patternslib/patterns/commit/bfaf95c1a7840a4004c47345aa41b9ce891b8270))
49+
50+
## [9.8.3-alpha.0](https://github.com/Patternslib/patterns/compare/9.8.2...9.8.3) (2023-03-06)
51+
52+
53+
### Bug Fixes
54+
55+
56+
* **pat auto submit:** Fix cloned elements not submitted when their input changes. ([f36c69b](https://github.com/Patternslib/patterns/commit/f36c69b640e765d7fafabddef65d511ddb9df00e))
57+
758
## [9.8.3-alpha.2](https://github.com/Patternslib/patterns/compare/9.8.3-alpha.1...9.8.3-alpha.2) (2023-03-09)
859

960

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.8.3-alpha.2",
3+
"version": "9.8.3",
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)