Release 7.1.0
7.1.0 (2022-02-16)
Features
-
core events: Standard JavaScript event factories - add "click" event. (8c7ce5f)
-
pat validation: Do not submit when a formnovalidate buttons was used. (35f4227)
-
pat validation: Set novalidation to pat-validation forms to prevent the browser's validation bubbles to appear. (a6a8188)
Bug Fixes
- pat toggle: Don't let pat-toggle steal the click event and prevent double clicks. (8b75b8e)
Do not let pat-toggle prevent the click event after it was catched.
This makes pat-toggle work together with other Patterns, like pat-checklist.
Also, when clicking on a label wrapping a checkbox, the checkbox also emits a click event which results in a unmodified toggle-state.
Prevent double-clicks by debouncing and canceling events.