Quick patch release restoring two scripts broken by the v3 performance work. 🐡
🐛 Fixes
- Image zoom works again — the v3
deferon the zoom library made the inline init run before the library loaded; the init now ships as a deferred script ordered after the library — thanks @ZhenShuo2021! (#3060, #3061) - Buy Me a Coffee widget renders again — the widget script relies on
DOMContentLoadedand never initialized when lazy-loaded after page idle; it's back to a regular script tag — thanks @ZhenShuo2021! (#3061)
Full Changelog: v3.2.0...v3.3.0