Skip to content

Commit 488050c

Browse files
author
shengyonggen
committed
Release 1.21.4
1 parent f0f375c commit 488050c

19 files changed

+175
-53
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## 1.21.4 (2021-01-14)
2+
1. 修复
3+
- 修复百度关键词 `id` `Hash` 冲突问题
4+
- 修复数据接受地址配置成数组导致可视化埋点提示报错的问题
5+
16
## 1.21.3 (2021-01-06)
27
1. 新增
3-
- 新增页面浏览时长插件
8+
- 新增页面加载时长插件
49

510
## 1.21.2 (2021-12-31)
611
1. 新增

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2015-2021 Sensors Data Inc.
189+
Copyright 2015-2022 Sensors Data Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SensorsAnalytics SDK 是国内第一家开源商用版用户行为采集 SDK,
4343

4444
## License
4545

46-
Copyright 2015-2021 Sensors Data Inc.
46+
Copyright 2015-2022 Sensors Data Inc.
4747

4848
Licensed under the Apache License, Version 2.0 (the "License");
4949
you may not use this file except in compliance with the License.

core/sensorsdata.amd.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/sensorsdata.es6.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/sensorsdata.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/sensorsdata.mtp.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

heatmap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sa-sdk-javascript",
3-
"version": "1.21.3",
3+
"version": "1.21.4",
44
"description": "official sensorsdata javascript sdk",
55
"main": "sensorsdata.min.js",
66
"scripts": {

product/heatmap.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9565,7 +9565,7 @@
95659565

95669566
window.sa_jssdk_heatmap_render = function(se, data, type, url) {
95679567
sd = se;
9568-
sd.heatmap_version = '1.21.3';
9568+
sd.heatmap_version = '1.21.4';
95699569
_ = sd._;
95709570
_.querySelectorAll = function(val) {
95719571
if (typeof val !== 'string') {

0 commit comments

Comments
 (0)