Releases: swup/preload-plugin
Releases · swup/preload-plugin
3.2.11
swup.preload()
now returns the cached page if the url is already loaded or the pending preload promise if the page is currently preloading
3.2.10
- Fix: Make sure preload requests are not being ignored
3.2.9
- Respect swup's link selector option
- Support preloading links in SVGs
- Create temporary visits for preload hooks
3.2.8
- Ignore external links on hover
3.2.7
- Fix
options.preloadHoveredLinks
3.2.6
- Fix
swup.preload
function signature
3.2.5
- Use
@swup/cli
for bundling
- New option
preloadVisibleLinks.ignore
- Fix duplicate links not being preloaded
3.2.4
- Inline queue implementation to fix webpack bundling error
3.2.3
- Add fallback if
requestIdleCallback
is unavailable