Skip to content

Release 7.1.0

Choose a tag to compare

@thet thet released this 16 Feb 20:07
· 1140 commits to master since this release

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.

Maintenance

  • core events: Show behvavior of two click events emitted when clicking on a lable wrapping a checkbox. (259173f)

  • Dependencies: Upgrade dependencies. (6a7ea33)

  • pat toggle: Modernize code. (5a478a4)

  • pat validation: Demo - remove pat-validation type options. (d60e39b)