dolphin-weex-ui 1.2.0 → 1.2.2
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 +9 -1
- package/dist/index.native.js +194 -124
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +192 -125
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-confirm/index.vue +141 -119
- package/packages/dof-confirm-box/index.vue +121 -104
- package/packages/dof-ipx-bar/index.vue +23 -14
- package/packages/dof-result/index.vue +6 -2
- package/packages/dof-select-picker/index.vue +9 -1
- package/packages/dof-switch/index.vue +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
# 升级日志
|
|
2
|
+
## 1.2.2
|
|
3
|
+
- [!] dof-result 组件增加背景色参数
|
|
4
|
+
- date: 2023/06/26
|
|
5
|
+
|
|
6
|
+
## 1.2.1
|
|
7
|
+
- [!] dof-switch 组件增加国际美居3.0主配色
|
|
8
|
+
- date: 2023/06/21
|
|
9
|
+
|
|
2
10
|
## 1.2.0
|
|
3
11
|
- [!] 修改dof-popup、dof-actionsheet 组件iPhone14刘海屏兼容性问题
|
|
4
|
-
- date: 2023/
|
|
12
|
+
- date: 2023/06/06
|
|
5
13
|
|
|
6
14
|
## 1.1.9
|
|
7
15
|
- [!] 修改dof-card、dof-collapse-item 展开、收起箭头方向
|