Skip to content

Commit 7244d98

Browse files
committed
Release new version.
1 parent bbf5735 commit 7244d98

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### [7.0.2](https://github.com/Patternslib/patterns/compare/7.0.1...7.0.2) (2022-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **pat auto suggest:** Fix issue with pat-auto-submit. ([bbf5735](https://github.com/Patternslib/patterns/commit/bbf5735e05717d4faa0c1bab5a3398691775641e))
7+
Also dispatch a input event after a value has changed to let auto-submit do a form submit.
8+
This fixes an issue introduced in Patternslib 7.0.0.
9+
Note: this will be revisited when reworking auto-submit and input-change-events for standard JavaScript event compatibility.
10+
11+
12+
### Maintenance
13+
14+
* **core events tests:** Add jQuery vs native JavaScript events tests. ([bb3a8e8](https://github.com/Patternslib/patterns/commit/bb3a8e87ce8f201518b4aa4239d14ddc0b233d50))
15+
Add test showing that jQuery catches native events, but native listeners do not catch jQuery events.
16+
In the mid-term we want to switch to native-only to get rid of this difference.
17+
* **Dependencies:** Upgrade dependencies. ([d5fd1ad](https://github.com/Patternslib/patterns/commit/d5fd1ad41776d1a7ed9b5cc674ef107319317c27))
18+
19+
* **pat auto submit:** Cleanup code, improve tests. ([8d289eb](https://github.com/Patternslib/patterns/commit/8d289ebff716ab9a30e7f8ce8c7c47f21835582a))
20+
21+
* **pat auto suggest:** Improve and extend tests. ([d4d2e99](https://github.com/Patternslib/patterns/commit/d4d2e994716b7f01647128aad888b3250ed0a4de))
22+
123
### [7.0.1](https://github.com/Patternslib/patterns/compare/7.0.0...7.0.1) (2022-02-08)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
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)