@befe/brick-comp-file-list 0.2.107 → 0.2.108

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 +23 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.108 (2026-06-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **file-list:** fix index exporting ([028930d](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/028930d348f01e4182bac45f69a7943ff4dec1bc))
12
+ * **file-list:** fix style importing in index.scss ([42a2db4](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/42a2db4633366aa229e88e5896f80c05c38cbc4b))
13
+ * 修复各组件的 index.scss 中对依赖组件样式的引用,应引用依赖 index.scss ([b7c32eb](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b7c32eb53b575d6cbd92cf5b01e8e1cbd44ab2ba))
14
+ * 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
15
+
16
+
17
+ ### Features
18
+
19
+ * **file-list:** 各事件 handler 将回调结果返回,以便 Button 可以根据回调返回值判断是否为 async action ([fc598c7](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/fc598c7365b264e3c16888288f8048cfabfda51d))
20
+ * **file-list:** 支持指定使用 `<a />` 进行下载 ([426d508](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/426d508f4f9c933342a2b51cb012076d434c0ee8))
21
+ * **file-list:** 重名文件加前缀序号 ([4ad37fd](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/4ad37fd8dd5716feb6ce237fb2b6fcc87336ab19))
22
+ * **fileList:** add fileList css and demo ([3772428](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/37724284c5a626ba48c0a2b120c4b18b8ab9ff95))
23
+ * **upload:** 加入“重试上传”功能 ([ed39496](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/ed3949609b0b4d2f97a4699c6248d309a4222857))
24
+
25
+
26
+
27
+
28
+
6
29
  ## 0.2.107 (2026-06-09)
7
30
 
8
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@befe/brick-comp-file-list",
3
- "version": "0.2.107",
3
+ "version": "0.2.108",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "ssh://git@icode.baidu.com:8235/baidu/be-fe/brick",
@@ -25,13 +25,13 @@
25
25
  "author": "wujun07",
26
26
  "license": "ISC",
27
27
  "dependencies": {
28
- "@befe/brick-comp-button": "^0.2.98",
29
- "@befe/brick-comp-down_load": "^0.2.102",
30
- "@befe/brick-comp-icon": "^0.2.95",
31
- "@befe/brick-core": "^0.2.54",
32
- "@befe/brick-icon": "^0.2.28",
33
- "@befe/brick-style": "^0.2.66",
34
- "@befe/brick-utils": "^0.2.26"
28
+ "@befe/brick-comp-button": "^0.2.99",
29
+ "@befe/brick-comp-down_load": "^0.2.103",
30
+ "@befe/brick-comp-icon": "^0.2.96",
31
+ "@befe/brick-core": "^0.2.55",
32
+ "@befe/brick-icon": "^0.2.29",
33
+ "@befe/brick-style": "^0.2.67",
34
+ "@befe/brick-utils": "^0.2.27"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "classnames": "^2.0.0",
@@ -39,5 +39,5 @@
39
39
  "react": "^16.9.0 || ^17.0.0",
40
40
  "react-dom": "^16.9.0 || ^17.0.0"
41
41
  },
42
- "gitHead": "bca818bbfaad5ab6ecde4a9253d41fe32c3b1da8"
42
+ "gitHead": "59facb985dd8c80ca1ee5d8d13970ef9c2078e4e"
43
43
  }