@befe/brick-comp-drop-menu 0.2.112 → 0.2.113
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 +21 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
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.113 (2026-06-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **drop-menu:** baidu-be-fe-brick-45 [Issue] [DropMenu] multiple 模式下取消全选无效 ([7467269](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/74672693f921a1b3232923247f3b9e82bea8ecf6))
|
|
12
|
+
* **drop-menu:** use config context `defaultSize` as default `size` ([37dea3f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/37dea3f64f7dce32de40c09a6bc4600118a4a8e2))
|
|
13
|
+
* **hi/drop-menu:** 修复 hi 带箭头的 drop-menu 的间距问题 ([728408d](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/728408d72e1fb5af23e9a03546b14fda47be4e83))
|
|
14
|
+
* **pagination:** 修正 constructor 中初始 `getValidPageSize()` 的参数 ([586d9da](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/586d9dac474384f1df6af7984776c8a905595c23))
|
|
15
|
+
* 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **drop-menu:** 加入 `props.preventOverflowBoundary` 支持 ([cb0d539](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/cb0d539d39fc27b013d77b9aa0f9834a6c17de5e))
|
|
21
|
+
* **drop-menu:** 完善基础功能 ([7a01848](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/7a01848740a3043acce5d55dba3047173da0f19b))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [0.2.112](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-drop-menu%400.2.111...%40befe%2Fbrick-comp-drop-menu%400.2.112) (2026-05-29)
|
|
7
28
|
|
|
8
29
|
**Note:** Version bump only for package @befe/brick-comp-drop-menu
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-drop-menu",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.113",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "ssh://git@icode.baidu.com:8235/baidu/be-fe/brick",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"author": "chenmanqing",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@befe/brick-comp-menu": "^0.2.
|
|
29
|
-
"@befe/brick-core": "^0.2.
|
|
30
|
-
"@befe/brick-style": "^0.2.
|
|
31
|
-
"@befe/brick-utils": "^0.2.
|
|
28
|
+
"@befe/brick-comp-menu": "^0.2.112",
|
|
29
|
+
"@befe/brick-core": "^0.2.53",
|
|
30
|
+
"@befe/brick-style": "^0.2.65",
|
|
31
|
+
"@befe/brick-utils": "^0.2.25"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"classnames": "^2.0.0",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"react": "^16.9.0 || ^17.0.0",
|
|
37
37
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
|
|
40
40
|
}
|