uview-plus 3.4.98 → 3.4.99

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,6 @@
1
+ ## 3.4.99(2025-08-18)
2
+ fix: 修复parse富文本组件可能导致无限循环的问题
3
+
1
4
  ## 3.4.98(2025-08-17)
2
5
  feat: alert组件新增transitionMode/icon/duration/modelValue等参数
3
6
 
@@ -149,7 +149,8 @@ export default {
149
149
  },
150
150
  mounted () {
151
151
  this.$nextTick(() => {
152
- for (this.root = this?.$parent; this.root?.$options.name !== 'mp-html'; this.root = this.root?.$parent);
152
+ // 修复可能导致死循环的问题
153
+ for (this.root = this?.$parent; this.root && this.root?.$options.name !== 'mp-html'; this.root = this.root?.$parent);
153
154
  })
154
155
  // #ifdef H5 || APP-PLUS
155
156
  if (this.opts[0]) {
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.4.98",
5
+ "version": "3.4.99",
6
6
  "description": "零云®uview-plus已兼容vue3,100+全面的组件和便捷的工具会让您信手拈来。近期新增拖动排序、条码、图片裁剪、下拉刷新、虚拟列表、签名等。",
7
7
  "keywords": [
8
8
  "uview",