Skip to content

Commit 873edc3

Browse files
committed
更新
1 parent 97fd9a0 commit 873edc3

File tree

6 files changed

+29
-8
lines changed

6 files changed

+29
-8
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,25 @@ Sensors Analytics JavaScript SDK
4646
|1.13.8| 1. 修改了trackAllHeatMap必须设置heatmap属性否则会报错的BUG; 2. 去掉了callback 是对象类型时扩展 lib 属性的功能; 3. 增加了事件捕获模式支持 4. 修复了$WebStay在关闭页面前没有发数据的bug|
4747
|1.13.9| 增加了APP与H5打通时的日志信息|
4848
|1.13.10| 1.解决了网页热力分析中点击图浮层样式被覆盖的问题; 2. 解决了设置 send_type: ajax 在 IE6 和 IE7 不工作的问题; 3.修复了1.13.9引入的没有开启APP与H5打通时显示打通失败的问题|
49-
|1.13.11| 以图片方式向神策后台发送数据时不带上 cookie |
49+
|1.13.11| 减小请求大小,以图片方式向神策后台发送数据时不带上 cookie |
50+
|1.13.12| 优化属性不规范的错误提示,优化非amd模式下js去掉支持require方式 |
51+
52+
53+
54+
## License
55+
56+
Copyright 2015-2019 Sensors Data Inc.
57+
58+
Licensed under the Apache License, Version 2.0 (the "License");
59+
you may not use this file except in compliance with the License.
60+
You may obtain a copy of the License at
61+
62+
http://www.apache.org/licenses/LICENSE-2.0
63+
64+
Unless required by applicable law or agreed to in writing, software
65+
distributed under the License is distributed on an "AS IS" BASIS,
66+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67+
See the License for the specific language governing permissions and
68+
limitations under the License.
69+
70+
**禁止一切基于神策数据开源 SDK 的所有商业活动!**

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.13.11",
3+
"version": "1.13.12",
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.13.11';
1+
var sensorsdata_js_sdk_latest_version = '1.13.12';
22
if(typeof module ==='object' && typeof module.exports === 'object'){
33
module.exports = sensorsdata_js_sdk_latest_version;
44
}

0 commit comments

Comments
 (0)