diff --git a/CHANGES.md b/CHANGES.md index 8d6bc99b4..6c1d10445 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,34 @@ See the [history](./docs/history/index.md) for older changelog entries. +## [9.9.6-alpha.0](https://github.com/Patternslib/patterns/compare/9.9.5...9.9.6-alpha.0) (2023-08-11) + + +### Bug Fixes + + +* **pat-ajax:** Support anchors without a href attribute and forms without an action attribute. ([099da3c](https://github.com/Patternslib/patterns/commit/099da3cde9c4e6de790e11680a2c16daa13bb88f)) + + The URL can still be set via the data-pat-ajax attribute. +This fixes a problem where pat-inject enabled forms without an action attribute +but a submit button with a formaction attribute would break. + + +* **pat-inject:** For submit buttons with a formaction, do not call ajax.onClickSubmit twice. ([22d814f](https://github.com/Patternslib/patterns/commit/22d814ff30e99ad8ea59dd4c1b6a87fcab84ca11)) + + +* **pat-inject:** Support submit buttons without a type attribute. ([6882f45](https://github.com/Patternslib/patterns/commit/6882f45b33c9c3a8bbcae525f75bd454e6319b96)) + + + +### Maintenance + + +* **core parser:** Adapt code to Patternslib standards. ([9079a47](https://github.com/Patternslib/patterns/commit/9079a47a55e1f44e6c8abcfca76d5152811f169a)) + + +* **pat-ajax:** Improve the default function from the url argument to not use jQuery. ([bb8ce9d](https://github.com/Patternslib/patterns/commit/bb8ce9d021cc5d026b09a332b63d507c5956c6c4)) + ## [9.9.5](https://github.com/Patternslib/patterns/compare/9.9.4...9.9.5) (2023-07-28) @@ -1619,4 +1647,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 7289ba30c..21391ee3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternslib/patternslib", - "version": "9.9.5", + "version": "9.9.6-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",