@befe/brick-comp-head-nav 0.2.113 → 0.2.114
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 +27 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.114 (2026-06-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **docgen:** 修正 `getPropsInfo()` 中 interface 获取不到 props 真实 type 的问题 ([6ebd156](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/6ebd156f036f404b1178219413cd9cb1db12d2fc))
|
|
12
|
+
* **head-nav:** import 依赖组件的样式 ([44c5387](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/44c53870a361d90cebc1dd1459909027177b85a1))
|
|
13
|
+
* **head-nav:** set user-menu popper config `preventOverflowBoundary` to `'viewport'` ([5c13048](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/5c1304890f956b4db278ad661ae0e94d8a2eb48f))
|
|
14
|
+
* **head-nav:** 修正一个错误的 type 引用 ([7848462](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/7848462c0319b54765c06c38e6bc10361171fdce))
|
|
15
|
+
* **head-nav:** 修正传递给 MenuItem, SubmenuItem 的 props, the `props.id` is required ([fce2fbb](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/fce2fbbec16447590dfbc235e80f4b2604b688e6))
|
|
16
|
+
* **menu:** 抽出通用 type NavProps 以解决 SideNav, HeadNav 公用 utils 带来的类型引用问题 ([a9360ac](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/a9360ac984dea2488473793f27a2118e543ab366))
|
|
17
|
+
* 修复各组件的 index.scss 中对依赖组件样式的引用,应引用依赖 index.scss ([b7c32eb](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b7c32eb53b575d6cbd92cf5b01e8e1cbd44ab2ba))
|
|
18
|
+
* 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **head-nav:** NavLogo 加入 props.subheadDivider 支持配置分割线 ([3c535c3](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/3c535c3504f77eefb674d9066858cfe24bb4fb18))
|
|
24
|
+
* **head-nav:** NavLogo 支持副标题无跳转链接 ([d9ef98f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/d9ef98f57ec0cc1ed43723d9c283d2ec56d0bc36))
|
|
25
|
+
* **head-nav:** user info 加入 title tip ([3c524c5](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/3c524c5f3f4d44c966ec28320c0916b02aaab8c7))
|
|
26
|
+
* **head-nav:** 加入 NavLogo 以支持 baidu logo ([80bf038](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/80bf0389f882af108d272a6bf19f8bfa09d51cf1))
|
|
27
|
+
* **head-nav:** 完成 `menu` 的基本实现 ([a1fd268](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/a1fd268764693499178734a21e6ae45f6f505e3e))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 0.2.113 (2026-06-01)
|
|
7
34
|
|
|
8
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-head-nav",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.114",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "ssh://git@icode.baidu.com:8235/baidu/be-fe/brick",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"author": "wujun07",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@befe/brick-comp-icon": "^0.2.
|
|
29
|
-
"@befe/brick-comp-menu": "^0.2.
|
|
30
|
-
"@befe/brick-core": "^0.2.
|
|
31
|
-
"@befe/brick-icon": "^0.2.
|
|
32
|
-
"@befe/brick-style": "^0.2.
|
|
33
|
-
"@befe/brick-utils": "^0.2.
|
|
28
|
+
"@befe/brick-comp-icon": "^0.2.95",
|
|
29
|
+
"@befe/brick-comp-menu": "^0.2.113",
|
|
30
|
+
"@befe/brick-core": "^0.2.54",
|
|
31
|
+
"@befe/brick-icon": "^0.2.28",
|
|
32
|
+
"@befe/brick-style": "^0.2.66",
|
|
33
|
+
"@befe/brick-utils": "^0.2.26"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"classnames": "^2.0.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"react": "^16.9.0 || ^17.0.0",
|
|
39
39
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "bca818bbfaad5ab6ecde4a9253d41fe32c3b1da8"
|
|
42
42
|
}
|