@pixui-dev/pixui-richtext-helper 0.2.12-dev.2 → 0.2.13

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.
@@ -229,7 +229,7 @@ var RichTextCore = /** @class */ (function () {
229
229
  var processedSegments = segments.map(function (seg) { return RichTextCore.processSegment(seg, config); });
230
230
  // ---------- 第 4 步:拼装 ----------
231
231
  var Result = processedSegments.join("");
232
- console.log(Result);
232
+ // console.log(Result);
233
233
  return Result;
234
234
  };
235
235
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixui-dev/pixui-richtext-helper",
3
- "version": "0.2.12-dev.2",
3
+ "version": "0.2.13",
4
4
  "description": "pixui richtext helper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -140,3 +140,8 @@ componentDidMount() { // 在节点渲染后绑定点击事件
140
140
  1. 修复图片原始尺寸和样式尺寸不一样,某些pixui版本尺寸不对的问题
141
141
  2. 修复direction属性不生效的问题
142
142
  3. text节点下的文本节点从div标签改为pixui推荐的key标签
143
+
144
+ 0.2.13(7c5a966cba6a9b2d616e59f38dd23f997bc83cee)
145
+
146
+ 1. 适配阿语从右到左的布局
147
+ 2. 适配列表相关样式