This commit is contained in:
2025-06-25 14:15:59 +08:00
commit 9ff7df89e3
360 changed files with 47740 additions and 0 deletions

View File

@ -0,0 +1,16 @@
## 0.2.42024-04-23
- 修复 弹出位置默认值不一致导致的错位
## 0.2.32024-03-20
- 修复 弹出位置修正
## 0.2.22024-01-15
- 新增 placement支持设置四个方向:top bottom left right
## 0.2.12022-05-09
- 修复 content 为空时仍然弹出的bug
## 0.2.02022-05-07
**注意:破坏性更新**
- 更新 text 属性变更为 content
- 更新 移除 width 属性
## 0.1.12022-04-27
- 修复 组件根 text 嵌套组件 warning
## 0.1.02022-04-21
- 初始化