Releases: HuolalaTech/page-spy-web
Releases · HuolalaTech/page-spy-web
v1.7.1
🆕 UniApp SDK now support more kinds of mini-program: HuolalaTech/page-spy#41;
🆕 SDK: optimize browser sdk size;
🆕 Web: optimize browser filter behavior, only show browser options connected in;
v1.7.0
- 🆕 UniApp SDK has released by @qkang07 in HuolalaTech/page-spy#38, currently support wechat and alipay miniprogram;
- 🆕 Added support for plugin registration, with official plugins gradually going live;
- 🆕 Added support for abort the current instance:
window.$pageSpy.abort()
; - 🆕 Added support for disabling plugins before instantiation;
- 🐛 Fixed some bugs;
v1.6.4
- 🆕 SDK: repo structure change to monorepo;
- 🆕 Optimize the wechat miniprogram usage base the monorepo;
- 🐛 fix the animation-delay issue of drag the logo which render by the SDK.
v1.6.3
- 🆕 Support version params on docker image;
- 🆕 SDK: print the room id in log after init in wechat program;
- 🐛 fix the minified js issue in Safari;
v1.6.2
- 🆕 SDK: disable by default in wechat program sdk, which you can override with the
disabledOnProd
option; - 📚 update the "Inject SDK" guide;
v1.6.1
v1.5.5
v1.5.4
- 🆕 Support show
debug
log and enable filter message by level @notfound945 in #102 & HuolalaTech/page-spy#29 - 🆕 Support deploy to sub-path, see wiki @cloverstd in HuolalaTech/page-spy-api#2
v1.5.3
- 🆕 SDK:use toast popup instead of alert @Eve-Sama in HuolalaTech/page-spy#24
- 🆕 SDK:show default message when
ErrorEvent.error
not exists @zengzjie in HuolalaTech/page-spy#27 - 🆕 Web:show origin type's data in storage panel
- 🐛 fix some issues
v1.5.2
- 🐛 fix lost storage data which name is conflict with prototype method name;
- 📖 update use-cases instance in home site;