ReedawFoodApp/uni_modules/llt-slider-range/changelog.md

31 lines
725 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.72025-03-17
修复vue3 bug
## 1.0.62025-01-08
更新文档
## 1.0.52024-12-26
优化显示
## 1.0.42024-12-26
优化显示
## 1.0.32024-12-25
- 更新依赖
## 1.0.22024-12-25
- 优化滑块相近时tip显示
## 1.0.12024-12-25
- 优化逻辑
## 1.0.02024-12-25
新增:
- 双滑块范围选择器基础功能
- 支持设置最小值(min)和最大值(max)
- 支持自定义步长(step)设置
- 支持禁用状态(disabled)
- 自定义样式功能:
- 滑动条背景色(backgroundColor)
- 选中范围颜色(activeColor)
- 滑块大小(blockSize)
- 滑块颜色(blockColor)
- 值格式化功能(format)
- 支持移动端触摸操作
- v-model双向绑定支持