Skip to content

Commit ae7b6ff

Browse files
committed
Release new version.
1 parent fe9ee1e commit ae7b6ff

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

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

55

66

7+
## [9.9.10-alpha.3](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.2...9.9.10-alpha.3) (2023-11-17)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **core dom find_form, pat autosubmit:** Add support for pat-subform. ([bd19154](https://github.com/Patternslib/patterns/commit/bd191548992aa04ececadf750b08e1821617540a))
14+
15+
Subform was recently lost when introducing dom.find_form.
16+
Now subform support is back in pat-autosubmit.
17+
18+
19+
* **pat subform:** Correctly unregister the submit event on Pattern destroy. ([8252014](https://github.com/Patternslib/patterns/commit/8252014a8bfc2f8da0a1e18b4b930e2abd3ed51b))
20+
21+
22+
23+
### Maintenance
24+
25+
26+
* **pat subform:** Modernize code. ([dc7c0ff](https://github.com/Patternslib/patterns/commit/dc7c0ff59974736846f8dd56ac88d04eca42244b))
27+
728
## [9.9.10-alpha.2](https://github.com/Patternslib/patterns/compare/9.9.10-alpha.1...9.9.10-alpha.2) (2023-11-10)
829

930

package.json

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