diff --git a/helper/version.en.md b/helper/version.en.md index d337c38..8edfac8 100644 --- a/helper/version.en.md +++ b/helper/version.en.md @@ -67,4 +67,7 @@ 3. Modify the event model ## 0.1.9 -1. Fix the bug of accidental injury in IFrame \ No newline at end of file +1. Fix the bug of accidental injury in IFrame + +## 0.1.10 +3. Fix the problem that sizeDetector is accidentally injured in browser zoom mode \ No newline at end of file diff --git a/helper/version.md b/helper/version.md index 8ed2f91..175284c 100644 --- a/helper/version.md +++ b/helper/version.md @@ -67,4 +67,7 @@ 3. 修改事件模型 ## 0.1.9 -1. 修复IFrame中误伤的bug \ No newline at end of file +1. 修复IFrame中误伤的bug + +## 0.1.10 +1. 修复sizeDetector在浏览器缩放模式下误伤的问题 \ No newline at end of file diff --git a/index.html b/index.html index 428d225..d471c83 100644 --- a/index.html +++ b/index.html @@ -182,7 +182,7 @@ declare type DETECTOR_TYPE = -1 | 0 | 1 | 2 | 3;