@befe/brick-comp-breadcrumb 0.2.97 → 0.2.98

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.98 (2026-06-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **breadcrumb:** import 依赖组件的样式 ([1828cd5](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/1828cd5015fc529990ddf3640cf190d26cf669b4))
12
+ * **breadcrumb:** 修正样式写法 ([42dda4f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/42dda4f9188a30d539077f2aa009e2b41ed87084))
13
+ * **breadcrumb:** 加入 config context ([5d4b46f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/5d4b46f1a47f26153a563bae7843af01999ca983))
14
+ * 修复各组件的 index.scss 中对依赖组件样式的引用,应引用依赖 index.scss ([b7c32eb](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b7c32eb53b575d6cbd92cf5b01e8e1cbd44ab2ba))
15
+ * 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
16
+ * 面包屑修正样式和dome中的icon ([3ea86c7](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/3ea86c7adfb6d0c9018aaa8cb9f8a4e414b30061))
17
+
18
+
19
+ ### Features
20
+
21
+ * **breadcrumb:** CrumbItem 加入 onClick 的支持 ([93648e3](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/93648e3f5c81f6d48a8eb974ee148c19a5e56f68))
22
+ * 面包屑 disabled 样式与link保持一致 ([163be67](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/163be67de4ecdf67c4dbf7d2d58c2ee7d7d8a6a2))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [0.2.97](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-breadcrumb%400.2.96...%40befe%2Fbrick-comp-breadcrumb%400.2.97) (2026-05-25)
7
29
 
8
30
  **Note:** Version bump only for package @befe/brick-comp-breadcrumb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@befe/brick-comp-breadcrumb",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
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.93",
29
- "@befe/brick-comp-link": "^0.2.93",
30
- "@befe/brick-core": "^0.2.52",
31
- "@befe/brick-icon": "^0.2.26",
32
- "@befe/brick-style": "^0.2.64",
33
- "@befe/brick-utils": "^0.2.24"
28
+ "@befe/brick-comp-icon": "^0.2.94",
29
+ "@befe/brick-comp-link": "^0.2.94",
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"
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": "b9584834398ed68526441721bf84bcd22022168e"
41
+ "gitHead": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
42
42
  }