Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 8, 2023
1 parent aeb653d commit b0b57b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
See the [history](./docs/history/index.md) for older changelog entries.



## [9.9.10-alpha.0](https://github.com/Patternslib/patterns/compare/9.9.9...9.9.10-alpha.0) (2023-11-08)


### Features


* **core events:** Support the submitter property on submit_event events. ([2e6b7e5](https://github.com/Patternslib/patterns/commit/2e6b7e5949ce3ad23e4ffffa1070f5f598f70ba9))



### Bug Fixes


* **pat autosubmit:** Fix a typo where pat-autosubmit wasn't working for subforms anymore. ([3be0170](https://github.com/Patternslib/patterns/commit/3be0170fb92a44d205b857f0636ba4ea9f1e1ea7))


* **pat autosubmit:** Trigger the submit event with the correct submitter property. ([36c0c36](https://github.com/Patternslib/patterns/commit/36c0c36f1f3feed76510bb6d29762709dbc7e2b1))

This resp. the previous commit in event.js fixes a problem where the
submitter was the added to the browser automatically and could lead to
incorrect form submission data in combination with pat-ajax. E.g. we had
a case where for a file upload the delete button's value was submitted,
where it shouldn't have.

## [9.9.9](https://github.com/Patternslib/patterns/compare/9.9.8...9.9.9) (2023-11-06)


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

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

- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/patternslib",
"version": "9.9.9",
"version": "9.9.10-alpha.0",
"title": "Markup patterns to drive behaviour.",
"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.",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit b0b57b1

Please sign in to comment.