Changelog
v0.33.8 โ 2026-07-01โ
No user-visible changes in this release.
v0.33.7 โ 2026-07-01โ
๐ Bug fixesโ
- Fixed an issue where the Android in-app webview page (
webview.html) was served through a redirect that stripped the.htmlextension, which could break the webview integration. It's now served directly without any redirect.
v0.33.6 โ 2026-07-01โ
No user-visible changes in this release.
v0.33.5 โ 2026-07-01โ
No user-visible changes in this release.
v0.33.4 โ 2026-07-01โ
No user-visible changes in this release.
v0.33.3 โ 2026-07-01โ
No user-visible changes in this release.
v0.33.2 โ 2026-07-01โ
๐ Bug fixesโ
- Fixed "Take me there" style navigation links so they reliably navigate the whole page instead of getting stuck inside the tag's embedded frame, even in apps with complex framework routing or sandboxed embeds.
v0.33.1 โ 2026-07-01โ
๐ New featuresโ
- The debug inspector's Messages and Surveys tabs now show the live state of started campaigns (status and display conditions) even when targeting is paused, such as in preview mode, instead of just showing an error.
๐ Bug fixesโ
- Fixed an occasional "WS is closed" error when closing a message or survey.
- Closing a running campaign from the inspector no longer causes it to briefly reappear.
- The inspector no longer spams the browser console or opens extra background connections while polling message/survey state.
v0.33.0 โ 2026-07-01โ
โก Improvementsโ
- Faster page loads for the vast majority of visitors: the core, widget, and message bundles are meaningfully smaller thanks to a higher modern-browser baseline, code-splitting rarely-used targeting and debug logic out of the main bundle, dependency trimming, and tighter minification. Older browsers are unaffected and keep working exactly as before.
- Survey and message text now appears immediately in a fallback font and swaps in the custom webfont once loaded, instead of staying invisible while the font downloads.
- Image placeholders (blurhash) are now loaded on demand, so widgets without images ship a smaller bundle.
- Repeat visitors load cached tag assets faster thanks to longer-lived CDN caching of versioned files.
- Browser devtools no longer show 404 errors for source map files in production.