Releases: swup/debug-plugin
Releases · swup/debug-plugin
4.1.0
- Check proper container and selector use
4.0.2
- Use
@swup/cli
for bundling
4.0.0
- Update for swup 4 compatibility
3.0.0
- Switch from WebPack to microbundle
- Export native ESM module
2.0.0
- Breaking change 🚨
- The debug plugin will no longer assign a global swup instance to
window.swup
by default
- If you need a global instance, pass
{ globalInstance: true }
into the plugin on setup