Files
akmon/uni_modules/lime-popup/changelog.md
2026-01-20 08:04:15 +08:00

39 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 0.1.92025-05-30
- fix: 修复演示demo问题
## 0.1.82025-05-14
- feat: 关闭icon 单位由rpx改成px
## 0.1.72025-05-07
- feat: 增加`radius`圆角属性
## 0.1.62025-04-22
- feat: 兼容uniappx 鸿蒙next
## 0.1.52025-04-18
- chore: 更新文档
## 0.1.42025-03-26
- chore: 组件的`position`值由`top`改为`center`,与文档保持一致
## 0.1.32025-03-24
- chore: 组件的`click-icon`改为`click-close`,与文档保持一致
## 0.1.22025-02-13
- fix: 修复遮罩层z-index固定值的问题
## 0.1.12025-01-22
- chore: `closeOnOverlayClick`改为`closeOnClickOverlay`
## 0.1.02025-01-18
- chore: 更新文档
## 0.0.92025-01-15
- fix: 修复`closeOnOverlayClick`无效的问题
## 0.0.82025-01-13
- fix: uniapp x ios 居中弹出不使用scale,因为会导致不居中为官方bug
## 0.0.72024-11-26
- feat: z-index改成999
## 0.0.62024-11-13
- chore: 更新文档
## 0.0.52024-11-03
- feat: z-index降到888
## 0.0.42024-10-27
- chore: 更新文档
## 0.0.32024-10-26
- chore: 去掉多余log
## 0.0.22024-10-24
- feat: 兼容vue2
## 0.0.12024-10-24
- init