@befe/brick-comp-side-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +8 -8
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.114 (2026-06-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **menu:** 抽出通用 type NavProps 以解决 SideNav, HeadNav 公用 utils 带来的类型引用问题 ([a9360ac](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/a9360ac984dea2488473793f27a2118e543ab366))
12
+ * **side-nav:** 根据规范设计,修正可展开/收起最大层级到 2 层 (含叶子节点最多显示 3 层) ([e733750](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/e73375085027d1c8fc3ac68114474ec1b48de2c0))
13
+ * 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
14
+
15
+
16
+ ### Features
17
+
18
+ * **side-nav:** 实现基础功能 ([2f9299f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/2f9299ff157c10e2b7610220f238b958b0f42d30))
19
+
20
+
21
+
22
+
23
+
6
24
  ## 0.2.113 (2026-06-01)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@befe/brick-comp-side-nav",
3
- "version": "0.2.113",
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.94",
29
- "@befe/brick-comp-menu": "^0.2.112",
30
- "@befe/brick-core": "^0.2.53",
31
- "@befe/brick-icon": "^0.2.27",
32
- "@befe/brick-style": "^0.2.65",
33
- "@befe/brick-utils": "^0.2.25"
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": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
41
+ "gitHead": "bca818bbfaad5ab6ecde4a9253d41fe32c3b1da8"
42
42
  }