Skip to content

v3.3.0

Latest

Choose a tag to compare

@nunocoracao nunocoracao released this 21 Aug 01:18

Quick patch release restoring two scripts broken by the v3 performance work. 🐑

πŸ› Fixes

  • Image zoom works again β€” the v3 defer on 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 DOMContentLoaded and 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