Skip to content

Release 9.8.3-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thet thet released this 09 Mar 09:55
· 354 commits to master since this release

9.8.3-alpha.1 (2023-03-09)

Bug Fixes

  • core events: await_pattern_init - check for event coming from correct element. (a532ebf)Check if the init/not-init events were thrown from the Pattern's own
    element. When a child element did an unsuccessful Pattern init (rejected
    because already initialized) and at the same time the parent element also tried
    to initialized the same Pattern await_pattern_init could fail. The not-init
    event bubbled up which was incorrectly catched by await_pattern_init on the
    parent element.

Maintenance

  • core events test: Remove unused test. (ca16b1d)

  • core utils debounce tests: await for number of debounce calls to correctly test the debounce method. (0c3dea7)

  • Upgrade dependencies. (bfaf95c)