Skip to content

Releases: sensorsdata/sa-sdk-javascript

Release 1.14.23

09 Mar 06:48
Compare
Choose a tag to compare
  1. 修复

    • iOS 操作系统 10.2 以下打通兼容问题
    • 热力图高亮元素下为子元素增了 saContainer 样式导致样式错位
  2. 新增

    • 自动采集含有特殊属性:data-sensors-click 的元素点击事件

Release 1.14.22

24 Feb 03:42
Compare
Choose a tag to compare
  1. 修复

    • identify API 不传第二个参数,仍然会修改 storage 中的 distinct_id
  2. 新增

    • 新增配置项设置 app 打通校验失败后,是否发送数据
  3. 优化

    • 发送采集的数据时,会将与系统保留字段同名的属性过滤
    • 源码中移除了一点测试代码

Release 1.14.21

17 Feb 08:11
Compare
Choose a tag to compare
  1. 新增

    • 增加可配置的公共属性 $title
  2. 优化

    • 热力图样式被全局样式干扰问题
    • 热力图筛选功能报错

Release 1.14.20

09 Jan 11:42
Compare
Choose a tag to compare
  1. 优化
    • 按照客户需求,优化触达图的监控逻辑。在单页面情况下,也能通过配置 scroll_mapcollect_url 来筛选具体哪些页面开启

Release 1.14.18

24 Dec 08:44
Compare
Choose a tag to compare
  1. 修复

    • 批量发送数据功能开启后,在断网/恢复后无法发送数据
  2. 新增

    • getPresetProperties() 可以获取 $latest_referrer_host 字段
    • 点击图增加浮层用以筛选点击图展示的元素

Release 1.14.17

16 Dec 10:45
Compare
Choose a tag to compare
  • 优化:没有调用 init 就执行 track 等相关方法,不报错

Release 1.14.16

09 Dec 03:26
Compare
Choose a tag to compare
  • 修复:utm设置false时的取值异常问题

Release 1.14.15

02 Dec 03:47
Compare
Choose a tag to compare
  • 优化:支持属性传入 function

Release 1.14.13

29 Oct 03:31
Compare
Choose a tag to compare
  • 优化:新版用户关联,每条数据中会有匿名id和真实id。
  • 优化:如果单页面中设置了is_track_single_page:true,获取预置属性的接口getPresetProperties得到的$referrer会更新。

Release 1.14.12

16 Oct 09:11
Compare
Choose a tag to compare
  • 优化:$WebStay 的停留时长,增加最大值的配置 scroll_event_duration,默认5小时。
  • 修复:heatmap 配置中 element_selector 设置为 'not_use_id' 时候,$element_selector 取值错误。