Skip to content

Commit a7b23ca

Browse files
committed
Release new version.
1 parent ebdeaf4 commit a7b23ca

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGES.md

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

55

66

7+
## [9.9.6-alpha.0](https://github.com/Patternslib/patterns/compare/9.9.5...9.9.6-alpha.0) (2023-08-11)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat-ajax:** Support anchors without a href attribute and forms without an action attribute. ([099da3c](https://github.com/Patternslib/patterns/commit/099da3cde9c4e6de790e11680a2c16daa13bb88f))
14+
15+
The URL can still be set via the data-pat-ajax attribute.
16+
This fixes a problem where pat-inject enabled forms without an action attribute
17+
but a submit button with a formaction attribute would break.
18+
19+
20+
* **pat-inject:** For submit buttons with a formaction, do not call ajax.onClickSubmit twice. ([22d814f](https://github.com/Patternslib/patterns/commit/22d814ff30e99ad8ea59dd4c1b6a87fcab84ca11))
21+
22+
23+
* **pat-inject:** Support submit buttons without a type attribute. ([6882f45](https://github.com/Patternslib/patterns/commit/6882f45b33c9c3a8bbcae525f75bd454e6319b96))
24+
25+
26+
27+
### Maintenance
28+
29+
30+
* **core parser:** Adapt code to Patternslib standards. ([9079a47](https://github.com/Patternslib/patterns/commit/9079a47a55e1f44e6c8abcfca76d5152811f169a))
31+
32+
33+
* **pat-ajax:** Improve the default function from the url argument to not use jQuery. ([bb8ce9d](https://github.com/Patternslib/patterns/commit/bb8ce9d021cc5d026b09a332b63d507c5956c6c4))
34+
735
## [9.9.5](https://github.com/Patternslib/patterns/compare/9.9.4...9.9.5) (2023-07-28)
836

937

@@ -1619,4 +1647,4 @@ For usage see: src/core/basepattern.md
16191647

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

1622-
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
1650+
- **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.5",
3+
"version": "9.9.6-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)