Skip to content

Commit 096281a

Browse files
committed
更新
1 parent 7e83a0e commit 096281a

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.14.9
2+
3+
* 优化:解析URL参数值时,不自动替换加号为空格。修复utm里包含%2B时会被替换成空格的问题,不会自动解析表单值里的空格自动转换的+
4+
15
## 1.14.8
26
* 优化:sensors.login(id,callback) 增加 callback 功能
37
* 优化:referrer_host的取值是在发数据前通过referrer解析,不是在触发时候取值

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.14.8",
3+
"version": "1.14.9",
44
"description": "official sensorsdata javascript sdk",
55
"main": "sensorsdata.min.js",
66
"scripts": {

sensorsdata.amd.min.js

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

sensorsdata.min.js

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

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var sensorsdata_js_sdk_latest_version = '1.14.8';
1+
var sensorsdata_js_sdk_latest_version = '1.14.9';
22
if(typeof module ==='object' && typeof module.exports === 'object'){
33
module.exports = sensorsdata_js_sdk_latest_version;
44
}

0 commit comments

Comments
 (0)