Skip to content

Release 9.2.1

Choose a tag to compare

@thet thet released this 16 Sep 15:03
· 760 commits to master since this release

9.2.1 (2022-09-16)

Bug Fixes

  • pat navigation: Do not break when no item wrapper is found. (6c84a41)

  • pat navigation: Improve the performance when the navigation elements change. (a6ec32b)Debounce the mutation observer callback which initialized the markings for 100ms for better performance.

  • pat navigation: Initialize the click handler on the element directly. (0b099cc)This way it needs to be initialized only once, even if the subtree changes.
    Remove the init_listeners from the mutation observer for better
    performance.

  • pat navigation: Only search within the current element. (417085e)

  • pat navigation: Remove mockup-related checking of input fields. (1e5afe7)