Skip to content

Releases: HuolalaTech/page-spy-web

v1.7.1

25 Jan 08:46
Compare
Choose a tag to compare

🆕 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

19 Jan 00:41
Compare
Choose a tag to compare
  • 🆕 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

12 Jan 08:00
Compare
Choose a tag to compare
  • 🆕 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

09 Jan 09:15
Compare
Choose a tag to compare
  • 🆕 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

08 Jan 13:20
Compare
Choose a tag to compare
  • 🆕 SDK: disable by default in wechat program sdk, which you can override with the disabledOnProd option;
  • 📚 update the "Inject SDK" guide;

v1.6.1

08 Jan 06:53
Compare
Choose a tag to compare
  • 🆕 Support debug the wechat miniprogram;
  • 🆕 Web: optimize the debug url param, remove the version param @kyun in #117 ;
  • 🐛 SDK: fix the Copy button;

v1.5.5

03 Jan 03:53
Compare
Choose a tag to compare
  • 🆕 Web: suppot auto-track the log in Console panel @kyun in #112
  • 🆕 SDK: optimize the reconnect logic in mobile;
  • 🆕 API: "broadcast" message don't send back to sender;
  • 🐛 fix some issues;

v1.5.4

27 Dec 07:04
Compare
Choose a tag to compare

v1.5.3

20 Dec 02:48
Compare
Choose a tag to compare

v1.5.2

16 Dec 07:10
Compare
Choose a tag to compare
  • 🐛 fix lost storage data which name is conflict with prototype method name;
  • 📖 update use-cases instance in home site;