From e649ba5d55a7c3e17d8117927e1f466513fd66e5 Mon Sep 17 00:00:00 2001 From: 13659257719 <819781841@qq.com> Date: Thu, 12 Oct 2023 16:24:37 +0800 Subject: [PATCH] =?UTF-8?q?[all]=20=E7=89=88=E6=9C=AC=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=86=85=E5=AE=B9=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE-NOTES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a3f44bd7..f2eb7051 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,28 @@ +# 0.0.2 版本 + +## 新特性 + +- **inula-request** 新增响应体中获取完整 URL 能力。 + +## API变更 + +无 + +## Bug修复 + +- **inula** 解决事件卸载失败问题。 +- **inula** 解决 mouseover 重复触发 mouseEnter 事件问题。 +- **inula** 大数组合并使用 concat。 +- **inula** 事件支持 defaultPrevented 属性 + +## CVE漏洞修复 + +无 + +## 已知问题 + +无 + # 0.0.1 版本 ## 新特性 -- Gitee