From fb23e7d68801b2d8abd1d3b26f14a2d005e5493f Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:12 +0800 Subject: [PATCH] Add File --- uni_modules/uni-tooltip/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 uni_modules/uni-tooltip/changelog.md diff --git a/uni_modules/uni-tooltip/changelog.md b/uni_modules/uni-tooltip/changelog.md new file mode 100644 index 0000000..4c9487a --- /dev/null +++ b/uni_modules/uni-tooltip/changelog.md @@ -0,0 +1,16 @@ +## 0.2.4(2024-04-23) +- 修复 弹出位置默认值不一致导致的错位 +## 0.2.3(2024-03-20) +- 修复 弹出位置修正 +## 0.2.2(2024-01-15) +- 新增 placement支持设置四个方向:top bottom left right +## 0.2.1(2022-05-09) +- 修复 content 为空时仍然弹出的bug +## 0.2.0(2022-05-07) +**注意:破坏性更新** +- 更新 text 属性变更为 content +- 更新 移除 width 属性 +## 0.1.1(2022-04-27) +- 修复 组件根 text 嵌套组件 warning +## 0.1.0(2022-04-21) +- 初始化