Skip to content

Release 7.3.0

Choose a tag to compare

@thet thet released this 17 Mar 11:22
· 1099 commits to master since this release

7.3.0 (2022-03-17)

Features

  • core base: Add one event listener to listen for Pattern events only once. (1028a6d)

  • core dom: Add a fallback option to find_scroll_container to return something else than document.body if no other scroll container can be found. (ac220fd)

  • core events: Add await_event for using await statements to wait for an event to happen. (1e264c1)

  • core events: Add await_pattern_init helper which can be used to await the event when a pattern instance is initialized. (ac371e0)

Bug Fixes

  • pat bumper: Fallback to null if no scroll container can be found. Fixes a problem with initalization of the IntersectionObserver introduced in 7.2.0. (c04ea75)

Maintenance

  • pat bumper: Minor code cleanup. (edfec61)