# Web JS SDK更新日志

| 版本     | 说明                                                                                                                                                                                                    | 日期         |
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| 2.1.16 | <p></p><ol><li>修复部分情况下 SDK 通信失效导致网站无法圈选的问题</li><li>支持 Chrome 圈选插件适配 iframe 嵌套的场景</li><li>采集数据实时回掉接口 addRealTimeCallback 支持默认上报所有事件类型</li><li>增加 ignoreClck 配置项，开启后不采集任何点击事件</li></ol>                 | 2018-09-08 |
| 2.1.15 | <p></p><ol><li>优化sdk在圈选初始化时的运行效率</li><li>优化分群批量上传登录用户 ID 时部分 ID 没有取到的问题</li><li>修复修改 SDK 的 origin 字段后可能无法圈选的问题</li><li>修复 clearUserId 接口不起作用的问题</li><li>修复「App 版本」和「应用平台」用两个维度无法与自定义事件关联的问题</li></ol> | 2018-08-08 |
| 2.1.14 | <p></p><ol><li>修复设置登陆用户ID时可能会报错的问题</li><li>优化元素浏览量数据的上行数量，上行每次用户行为后60秒内的元素浏览量</li></ol>                                                                                                               | 2018-07-26 |
| 2.1.13 | <p></p><ol><li>扩大采样功能边界，自定义事件的发送也进入采样控制范围</li><li>优化元素浏览量的采集方式，解决svg元素浏览量少发的问题</li></ol>                                                                                                              | 2018-07-19 |
| 2.1.12 | <p></p><ol><li>优化 CDN 发版效率</li><li>优化 cookie 使用方式，大幅降低SDK所需占用的浏览器cookie</li></ol>                                                                                                                     | 2018-07-17 |
| 2.1.11 | 支持GrowingIO Chrome圈选插件                                                                                                                                                                                | 2018-07-10 |
| 2.1.10 | <p></p><ol><li>优化SDK启动效率</li><li>优化数据发送效率</li><li>修复了同时打开多个页面的情况下page事件少发的问题</li><li>修复若干兼容性问题</li><li>增加容错客户不慎重复集成SDK的情况</li></ol>                                                                   | 2018-07-03 |
| 2.1.9  | <p></p><ol><li>修复在iframe+jQuery情况下page事件少发的问题</li><li>修复设置采样情况下的兼容性问题</li></ol>                                                                                                                       | 2018-06-01 |
| 2.1.8  | <p></p><ol><li>支持GDPR欧盟区一般数据保护条例</li><li>修复若干兼容性问题</li></ol>                                                                                                                                          | 2018-05-21 |
| 2.1.7  | 支持圈选弹层在整个页面内拖拽                                                                                                                                                                                        | 2018-04-24 |
| 2.1.6  | <p></p><ol><li>修复部分情况下vst事件重发的问题</li><li>修复部分情况下元素无浏览量的问题</li><li>增加手动发送page事件的接口以解决在单页面等场景下丢失page事件的问题</li></ol>                                                                                     | 2018-04-09 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://growingio.gitbook.io/docs/developer-manual/sdkintegrated/web-js-sdk/webjs-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
