Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Aug 11, 2023
1 parent ebdeaf4 commit a7b23ca
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down Expand Up @@ -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))
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.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",
Expand Down

0 comments on commit a7b23ca

Please sign in to comment.