@befe/brick-comp-rich-text 0.2.56 → 0.2.57
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 +18 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 0.2.57 (2026-06-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **rich-text:** 修正 tools alignment 关于 format type 的取值,考虑 `start`, `end` ([62206f9](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/62206f9bc98a62c02ca69d7f23934a173719c234))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **rich-text:** block type 开放 h5, h6 ([945611a](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/945611acbbf03fc177d9384ea06834f538a051bf))
|
|
17
|
+
* **rich-text:** 增加 `props.maxHeight` 支持配置输入区域最大高度 ([9835072](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/98350729673b204a64b8d0f810aef85f8b89029b))
|
|
18
|
+
* **rich-text:** 增加 `props.minHeight` 支持配置输入区域最小高度 ([eefde42](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/eefde42a8bec33142221036993de66dbf5a6ef10))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## 0.2.56 (2026-06-09)
|
|
7
25
|
|
|
8
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-rich-text",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.57",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "ssh://git@icode.baidu.com:8235/baidu/be-fe/brick",
|
|
@@ -25,22 +25,22 @@
|
|
|
25
25
|
"author": "wujun07",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@befe/brick-comp-button": "^0.2.
|
|
29
|
-
"@befe/brick-comp-drop-menu": "^0.2.
|
|
30
|
-
"@befe/brick-comp-icon": "^0.2.
|
|
31
|
-
"@befe/brick-comp-input": "^0.2.
|
|
32
|
-
"@befe/brick-comp-link": "^0.2.
|
|
33
|
-
"@befe/brick-comp-loading": "^0.2.
|
|
34
|
-
"@befe/brick-comp-popper": "^0.2.
|
|
35
|
-
"@befe/brick-comp-preview": "^0.2.
|
|
36
|
-
"@befe/brick-comp-select": "^0.2.
|
|
37
|
-
"@befe/brick-comp-textarea": "^0.2.
|
|
38
|
-
"@befe/brick-comp-toast": "^0.2.
|
|
39
|
-
"@befe/brick-comp-upload": "^0.2.
|
|
40
|
-
"@befe/brick-core": "^0.2.
|
|
41
|
-
"@befe/brick-icon": "^0.2.
|
|
42
|
-
"@befe/brick-style": "^0.2.
|
|
43
|
-
"@befe/brick-utils": "^0.2.
|
|
28
|
+
"@befe/brick-comp-button": "^0.2.99",
|
|
29
|
+
"@befe/brick-comp-drop-menu": "^0.2.115",
|
|
30
|
+
"@befe/brick-comp-icon": "^0.2.96",
|
|
31
|
+
"@befe/brick-comp-input": "^0.2.103",
|
|
32
|
+
"@befe/brick-comp-link": "^0.2.96",
|
|
33
|
+
"@befe/brick-comp-loading": "^0.2.97",
|
|
34
|
+
"@befe/brick-comp-popper": "^0.2.100",
|
|
35
|
+
"@befe/brick-comp-preview": "^0.2.34",
|
|
36
|
+
"@befe/brick-comp-select": "^0.2.119",
|
|
37
|
+
"@befe/brick-comp-textarea": "^0.2.99",
|
|
38
|
+
"@befe/brick-comp-toast": "^0.2.101",
|
|
39
|
+
"@befe/brick-comp-upload": "^0.2.111",
|
|
40
|
+
"@befe/brick-core": "^0.2.55",
|
|
41
|
+
"@befe/brick-icon": "^0.2.29",
|
|
42
|
+
"@befe/brick-style": "^0.2.67",
|
|
43
|
+
"@befe/brick-utils": "^0.2.27",
|
|
44
44
|
"@lexical/clipboard": "^0.16.0",
|
|
45
45
|
"@lexical/code": "^0.16.0",
|
|
46
46
|
"@lexical/file": "^0.16.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"react": "^16.9.0 || ^17.0.0",
|
|
69
69
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "59facb985dd8c80ca1ee5d8d13970ef9c2078e4e"
|
|
72
72
|
}
|