From b0b57b168e6afca4a6dcbc9e0b05ed1f5107b5c6 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 8 Nov 2023 14:21:41 +0100 Subject: [PATCH] Release new version. --- CHANGES.md | 27 ++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1a08121cd..357bcb199 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) @@ -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)) \ No newline at end of file diff --git a/package.json b/package.json index dbbb90f5a..1ad6cda8e 100644 --- a/package.json +++ b/package.json @@ -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",