Skip to content

Release 7.0.2

Compare
Choose a tag to compare
@thet thet released this 15 Feb 10:14
· 994 commits to master since this release

7.0.2 (2022-02-15)

Bug Fixes

  • pat auto suggest: Fix issue with pat-auto-submit. (bbf5735)
    Also dispatch a input event after a value has changed to let auto-submit do a form submit.
    This fixes an issue introduced in Patternslib 7.0.0.
    Note: this will be revisited when reworking auto-submit and input-change-events for standard JavaScript event compatibility.

Maintenance

  • core events tests: Add jQuery vs native JavaScript events tests. (bb3a8e8)
    Add test showing that jQuery catches native events, but native listeners do not catch jQuery events.
    In the mid-term we want to switch to native-only to get rid of this difference.

  • Dependencies: Upgrade dependencies. (d5fd1ad)

  • pat auto submit: Cleanup code, improve tests. (8d289eb)

  • pat auto suggest: Improve and extend tests. (d4d2e99)