uview-plus 3.5.10 → 3.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +22 -0
- package/components/u-color-picker/u-color-picker.vue +1095 -0
- package/components/u-pdf-reader/props.js +19 -0
- package/components/u-pdf-reader/u-pdf-reader.vue +52 -0
- package/components/u-short-video/u-short-video.vue +463 -0
- package/components/u-slider/props.js +5 -1
- package/components/u-slider/slider.js +2 -1
- package/components/u-slider/u-slider.vue +8 -3
- package/components/u-tabbar/props.js +10 -0
- package/components/u-tabbar/tabbar.js +3 -1
- package/components/u-tabbar/u-tabbar.vue +7 -0
- package/components/u-tabbar-item/props.js +6 -2
- package/components/u-tabbar-item/tabbarItem.js +2 -1
- package/components/u-tabbar-item/u-tabbar-item.vue +44 -4
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## 3.5.16(2025-08-26)
|
|
2
|
+
feat: tabbar新增支持中间凸起按钮
|
|
3
|
+
|
|
4
|
+
## 3.5.15(2025-08-25)
|
|
5
|
+
feat: 之前的color-picker颜色选择器按计划上线
|
|
6
|
+
|
|
7
|
+
## 3.5.14(2025-08-25)
|
|
8
|
+
feat: 新增PDF阅读器组件
|
|
9
|
+
|
|
10
|
+
## 3.5.13(2025-08-24)
|
|
11
|
+
fix: 修复短视频示例https
|
|
12
|
+
|
|
13
|
+
## 3.5.12(2025-08-23)
|
|
14
|
+
feat: short-video短视频组件增加视频播放示例
|
|
15
|
+
|
|
16
|
+
## 3.5.11(2025-08-23)
|
|
17
|
+
feat: 新增short-video短视频切换组件
|
|
18
|
+
|
|
19
|
+
feat: tabbar支持backgroundColor和borderColor属性
|
|
20
|
+
|
|
21
|
+
feat: slider支持innerStyle样式属性
|
|
22
|
+
|
|
1
23
|
## 3.5.10(2025-08-22)
|
|
2
24
|
feat: 新增poster海报生成组件
|
|
3
25
|
|