uview-plus 3.6.1 → 3.6.4

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 CHANGED
@@ -1,3 +1,12 @@
1
+ ## 3.6.4(2025-10-09)
2
+ 🐛fix: import rpx2px function and add to exports in index.js
3
+
4
+ ## 3.6.3(2025-10-09)
5
+ fix: 修复getWindowInfo微信小程序下报警告
6
+
7
+ ## 3.6.2(2025-10-05)
8
+ fix: 修复picker双向绑定 #753
9
+
1
10
  ## 3.6.1(2025-10-01)
2
11
  fix: 修复poster海报组件微信小程序图片绘制失败
3
12
 
package/index.js CHANGED
@@ -22,7 +22,7 @@ import calc from './libs/function/calc.js'
22
22
  // 浮点计算
23
23
  import digit from './libs/function/digit.js'
24
24
  // 公共文件写入的方法
25
- import index from './libs/function/index.js'
25
+ import index, { rpx2px } from './libs/function/index.js'
26
26
 
27
27
  // 配置信息
28
28
  import config from './libs/config/config.js'
@@ -867,5 +867,6 @@ export default {
867
867
  page,
868
868
  pages,
869
869
  getValueByPath,
870
- genLightColor
870
+ genLightColor,
871
+ rpx2px
871
872
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙跨端移动组件库,组件丰富维护更新稳定。",
5
- "version": "3.6.1",
5
+ "version": "3.6.4",
6
6
  "description": "零云®uview-plus已兼容vue3支持多语言,120+全面的组件和便捷的工具会让您信手拈来。近期新增拖动排序、条码、图片裁剪、下拉刷新、虚拟列表、签名、Markdown等。",
7
7
  "keywords": [
8
8
  "uview",