@befe/brick-comp-rich-text 0.2.54 → 0.2.55

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. 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.55 (2026-06-01)
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.54](https://icode.baidu.com/repos/baidu/be-fe/brick/merge/%40befe%2Fbrick-comp-rich-text%400.2.53...%40befe%2Fbrick-comp-rich-text%400.2.54) (2026-05-29)
7
25
 
8
26
  **Note:** Version bump only for package @befe/brick-comp-rich-text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@befe/brick-comp-rich-text",
3
- "version": "0.2.54",
3
+ "version": "0.2.55",
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.96",
29
- "@befe/brick-comp-drop-menu": "^0.2.112",
30
- "@befe/brick-comp-icon": "^0.2.93",
31
- "@befe/brick-comp-input": "^0.2.100",
32
- "@befe/brick-comp-link": "^0.2.93",
33
- "@befe/brick-comp-loading": "^0.2.94",
34
- "@befe/brick-comp-popper": "^0.2.97",
35
- "@befe/brick-comp-preview": "^0.2.31",
36
- "@befe/brick-comp-select": "^0.2.116",
37
- "@befe/brick-comp-textarea": "^0.2.96",
38
- "@befe/brick-comp-toast": "^0.2.98",
39
- "@befe/brick-comp-upload": "^0.2.108",
40
- "@befe/brick-core": "^0.2.52",
41
- "@befe/brick-icon": "^0.2.26",
42
- "@befe/brick-style": "^0.2.64",
43
- "@befe/brick-utils": "^0.2.24",
28
+ "@befe/brick-comp-button": "^0.2.97",
29
+ "@befe/brick-comp-drop-menu": "^0.2.113",
30
+ "@befe/brick-comp-icon": "^0.2.94",
31
+ "@befe/brick-comp-input": "^0.2.101",
32
+ "@befe/brick-comp-link": "^0.2.94",
33
+ "@befe/brick-comp-loading": "^0.2.95",
34
+ "@befe/brick-comp-popper": "^0.2.98",
35
+ "@befe/brick-comp-preview": "^0.2.32",
36
+ "@befe/brick-comp-select": "^0.2.117",
37
+ "@befe/brick-comp-textarea": "^0.2.97",
38
+ "@befe/brick-comp-toast": "^0.2.99",
39
+ "@befe/brick-comp-upload": "^0.2.109",
40
+ "@befe/brick-core": "^0.2.53",
41
+ "@befe/brick-icon": "^0.2.27",
42
+ "@befe/brick-style": "^0.2.65",
43
+ "@befe/brick-utils": "^0.2.25",
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": "762a207abaa9a1c1af35d7a2cafb2921aedd35ec"
71
+ "gitHead": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
72
72
  }