Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 6, 2023
1 parent 2c01f63 commit cf3e4e4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,39 @@ Ref: scrum-1670



### Maintenance


* **pat inject:** Restructure pat-inject 9.2 tests. ([981d71f](https://github.com/Patternslib/patterns/commit/981d71ff52afd327ddb5d0796e0c3b9fbc364d9e))


* Upgrade caniuse-lite db. ([8ccdc6d](https://github.com/Patternslib/patterns/commit/8ccdc6d33569e23b8b4977735d157f3cccd168ee))

## [9.9.9](https://github.com/Patternslib/patterns/compare/9.9.8...9.9.9) (2023-11-06)


### Features


* **pat inject:** Support submit buttons with child elements. ([3821ca8](https://github.com/Patternslib/patterns/commit/3821ca8793557ede2e42e20caee7908a9f466b62))

Send the value of a submit button even if a child element of the submit
button was clicked and not the submit button itself.



### Bug Fixes


* **pat inject:** Fix issue with submit buttons which are added later. ([edf9f5e](https://github.com/Patternslib/patterns/commit/edf9f5e0ca3899a13b5107c19c3bf6fcc376e10b))

Fix an issue with submit buttons which were added after initialization
of pat-inject which did not send their value (e.g. via a pat-inject call).

Ref: scrum-1670



### Maintenance


Expand Down

0 comments on commit cf3e4e4

Please sign in to comment.