Skip to content

Commit 2c01f63

Browse files
committed
Release new version.
1 parent 8ccdc6d commit 2c01f63

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGES.md

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

55

66

7+
## [9.9.9](https://github.com/Patternslib/patterns/compare/9.9.8...9.9.9) (2023-11-06)
8+
9+
10+
### Features
11+
12+
13+
* **pat inject:** Support submit buttons with child elements. ([3821ca8](https://github.com/Patternslib/patterns/commit/3821ca8793557ede2e42e20caee7908a9f466b62))
14+
15+
Send the value of a submit button even if a child element of the submit
16+
button was clicked and not the submit button itself.
17+
18+
19+
20+
### Bug Fixes
21+
22+
23+
* **pat inject:** Fix issue with submit buttons which are added later. ([edf9f5e](https://github.com/Patternslib/patterns/commit/edf9f5e0ca3899a13b5107c19c3bf6fcc376e10b))
24+
25+
Fix an issue with submit buttons which were added after initialization
26+
of pat-inject which did not send their value (e.g. via a pat-inject call).
27+
28+
Ref: scrum-1670
29+
30+
31+
32+
### Maintenance
33+
34+
35+
* **pat inject:** Restructure pat-inject 9.2 tests. ([981d71f](https://github.com/Patternslib/patterns/commit/981d71ff52afd327ddb5d0796e0c3b9fbc364d9e))
36+
37+
38+
* Upgrade caniuse-lite db. ([8ccdc6d](https://github.com/Patternslib/patterns/commit/8ccdc6d33569e23b8b4977735d157f3cccd168ee))
39+
740
## [9.9.8](https://github.com/Patternslib/patterns/compare/9.9.7...9.9.8) (2023-10-23)
841

942

@@ -1878,4 +1911,4 @@ For usage see: src/core/basepattern.md
18781911

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

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