Skip to content

Commit b0b57b1

Browse files
committed
Release new version.
1 parent aeb653d commit b0b57b1

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGES.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
See the [history](./docs/history/index.md) for older changelog entries.
44

55

6+
7+
## [9.9.10-alpha.0](https://github.com/Patternslib/patterns/compare/9.9.9...9.9.10-alpha.0) (2023-11-08)
8+
9+
10+
### Features
11+
12+
13+
* **core events:** Support the submitter property on submit_event events. ([2e6b7e5](https://github.com/Patternslib/patterns/commit/2e6b7e5949ce3ad23e4ffffa1070f5f598f70ba9))
14+
15+
16+
17+
### Bug Fixes
18+
19+
20+
* **pat autosubmit:** Fix a typo where pat-autosubmit wasn't working for subforms anymore. ([3be0170](https://github.com/Patternslib/patterns/commit/3be0170fb92a44d205b857f0636ba4ea9f1e1ea7))
21+
22+
23+
* **pat autosubmit:** Trigger the submit event with the correct submitter property. ([36c0c36](https://github.com/Patternslib/patterns/commit/36c0c36f1f3feed76510bb6d29762709dbc7e2b1))
24+
25+
This resp. the previous commit in event.js fixes a problem where the
26+
submitter was the added to the browser automatically and could lead to
27+
incorrect form submission data in combination with pat-ajax. E.g. we had
28+
a case where for a file upload the delete button's value was submitted,
29+
where it shouldn't have.
30+
631
## [9.9.9](https://github.com/Patternslib/patterns/compare/9.9.8...9.9.9) (2023-11-06)
732

833

@@ -1910,4 +1935,4 @@ For usage see: src/core/basepattern.md
19101935

19111936
- **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7))
19121937

1913-
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
1938+
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))

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.9",
3+
"version": "9.9.10-alpha.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)