Release 6.3.2
6.3.2 (2021-12-22)
Bug Fixes
- pat inject: autoload-visible only when in viewport. (49863b7)
Fix autload-visible trigger to only load the injection if the element is in the viewport.
As before, this check is done after 100ms.
This prevents loading items when we quickly scoll across them, like with href-section-jumps.
Maintenance
- dependencies: Upgrade dependencies. (bd1ba37)