@pixui-dev/pixui-richtext-helper 0.2.14 → 0.2.15

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/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "0.2.11";
1
+ export declare const LIB_VERSION = "0.2.15";
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
4
  /* Auto-generated by scripts/generate-version.js */
5
- exports.LIB_VERSION = "0.2.11";
5
+ exports.LIB_VERSION = "0.2.15";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixui-dev/pixui-richtext-helper",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "pixui richtext helper",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,8 +10,7 @@
10
10
  "readme.md"
11
11
  ],
12
12
  "scripts": {
13
- "test": "echo \"Error: no test specified\" && exit 1",
14
- "build": "rm -rf dist && tsc"
13
+ "build": "node scripts/generate-version.js && rm -rf dist && tsc"
15
14
  },
16
15
  "publishConfig": {
17
16
  "access": "public"
package/readme.md CHANGED
@@ -145,3 +145,7 @@ componentDidMount() { // 在节点渲染后绑定点击事件
145
145
 
146
146
  1. 适配阿语从右到左的布局
147
147
  2. 适配列表相关样式
148
+
149
+ 0.2.14(f196abf819a64d9b762137512560261e1742c4d4)
150
+
151
+ 1. 修复:段落缩进距离过长