Skip to content

Commit f7b4654

Browse files
committed
Release new version.
1 parent 66e384b commit f7b4654

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [7.1.0](https://github.com/Patternslib/patterns/compare/7.0.2...7.1.0) (2022-02-16)
2+
3+
4+
### Features
5+
6+
* **core events:** Standard JavaScript event factories - add "click" event. ([8c7ce5f](https://github.com/Patternslib/patterns/commit/8c7ce5ffdaed0c9fd5641052ca2f0c095c42da1d))
7+
8+
* **pat validation:** Do not submit when a formnovalidate buttons was used. ([35f4227](https://github.com/Patternslib/patterns/commit/35f4227227b4acdfe5f202b7d5d996724081beec))
9+
10+
* **pat validation:** Set novalidation to pat-validation forms to prevent the browser's validation bubbles to appear. ([a6a8188](https://github.com/Patternslib/patterns/commit/a6a8188dbb11fc56c16f3f0b9aa20a87abb0cd92))
11+
12+
13+
14+
### Bug Fixes
15+
16+
* **pat toggle:** Don't let pat-toggle steal the click event and prevent double clicks. ([8b75b8e](https://github.com/Patternslib/patterns/commit/8b75b8eaca157e19e2ccb18354e3e876a23c84ee))
17+
Do not let pat-toggle prevent the click event after it was catched.
18+
This makes pat-toggle work together with other Patterns, like pat-checklist.
19+
Also, when clicking on a label wrapping a checkbox, the checkbox also emits a click event which results in a unmodified toggle-state.
20+
Prevent double-clicks by debouncing and canceling events.
21+
22+
23+
### Maintenance
24+
25+
* **core events:** Show behvavior of two click events emitted when clicking on a lable wrapping a checkbox. ([259173f](https://github.com/Patternslib/patterns/commit/259173fd6bce27ccfbc7d1ba7091227a96da8417))
26+
27+
* **Dependencies:** Upgrade dependencies. ([6a7ea33](https://github.com/Patternslib/patterns/commit/6a7ea330f8ced3c27f08ada1e4d37b0024e367f6))
28+
29+
* **pat toggle:** Modernize code. ([5a478a4](https://github.com/Patternslib/patterns/commit/5a478a4576b3f2c9469ca02e1eaed6a45598985e))
30+
31+
* **pat validation:** Demo - remove pat-validation type options. ([d60e39b](https://github.com/Patternslib/patterns/commit/d60e39bc48b57ba35308b3cbec1c65c24f457888))
32+
133
### [7.0.2](https://github.com/Patternslib/patterns/compare/7.0.1...7.0.2) (2022-02-15)
234

335

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.2",
3+
"version": "7.1.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)