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)