From a93da1f9d7a1fb7e5b2b8cb60f9f23454c98bfb2 Mon Sep 17 00:00:00 2001 From: ShenXiaowei <anyi@startdt.com> Date: Fri, 20 Dec 2024 11:32:02 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83web4.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/webjs/version.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/webjs/version.md b/docs/webjs/version.md index 4559d286e..4751b437e 100644 --- a/docs/webjs/version.md +++ b/docs/webjs/version.md @@ -5,6 +5,12 @@ sidebar_position: 0 SDK 历史版本下载地址:[https://github.com/growingio/growingio-sdk-webjs-autotracker/releases](https://github.com/growingio/growingio-sdk-webjs-autotracker/releases) +### V4.2.4 - 2024/12/20 + +- 🐞 修复部分框架下静态曝光节点在首屏出现时不触发的问题。 +- 🌟 优化添加事件拦截回调中不能手动发page给予提示。 +- 🌟 优化曝光事件对动态生成的节点的自动监听逻辑。 + ### V4.2.3 - 2024/11/19 - 🌟 优化全局vds中添加小程序或者移动端打通标记。 From 31762128972c8596cbff297e1966952b82ec2602 Mon Sep 17 00:00:00 2001 From: ShenXiaowei <anyi@startdt.com> Date: Fri, 20 Dec 2024 11:38:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=96=87=E6=A1=88?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/webjs/commonlyApi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/webjs/commonlyApi.md b/docs/webjs/commonlyApi.md index 85befe6d3..4f61ea831 100644 --- a/docs/webjs/commonlyApi.md +++ b/docs/webjs/commonlyApi.md @@ -376,7 +376,8 @@ gdp('setBeforeSendListener', (event) => { **<font color="#FC5F3A">注意:</font>**<br/> **1、传入的回调函数必须返回合法的事件对象,否则SDK会按原预定的事件进行发送。**<br/> **2、单独给某个名称的埋点删除所有自定义属性,将attributes值修改为空对象即可。(path、query、title的值无法删除或指定为空值,除非实际就是空值)**<br/> -**3、SDK版本大于等于 4.2.2 支持。** +**3、请勿在该回调中调用 sendPage 方法。** +**4、SDK版本大于等于 4.2.2 支持。** ### 15、获取SDK当前配置(getOption) From d3873a72aed2fcf6b3bc389c399c45f576a96a51 Mon Sep 17 00:00:00 2001 From: ShenXiaowei <anyi@startdt.com> Date: Fri, 20 Dec 2024 14:18:00 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/webjs/version.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/webjs/version.md b/docs/webjs/version.md index 4751b437e..afc598a6b 100644 --- a/docs/webjs/version.md +++ b/docs/webjs/version.md @@ -13,6 +13,7 @@ SDK 历史版本下载地址:[https://github.com/growingio/growingio-sdk-webjs ### V4.2.3 - 2024/11/19 +- 🐞 修复多实例插件后注册时不生效的问题。 - 🌟 优化全局vds中添加小程序或者移动端打通标记。 - 🌟 优化初始化提示,错误使用已废弃的配置host时给予提示。 - 🎉 新增abtest上报字段。