crm-uniapp/uni_modules/uv-modal/changelog.md
2024-10-09 16:24:04 +08:00

23 lines
921 B
Markdown
Raw 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.

## 1.0.82023-09-08
1. 修复两个按钮之间竖线不显示的问题
2. uv-ui项目自定义按钮示例修改
## 1.0.72023-08-30
1. 增加align参数设置文本对齐方式left center right
2. 增加textStyle参数设置文本样式
## 1.0.62023-08-23
1. 修复异步loading时确认回调还会一直触发
## 1.0.52023-07-03
去除插槽判断避免某些平台不显示的BUG
## 1.0.42023-07-02
uv-modal 由于弹出层uv-popup的修改打开和关闭方法更改详情参考文档https://www.uvui.cn/components/modal.html
## 1.0.32023-06-29
1. 增加closeLoading方法方便异步加载手动取消
2. 更新文档
## 1.0.22023-06-11
1. 新增zIndex参数
## 1.0.12023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.02023-05-10
uv-modal 模态框