@befe/brick-comp-popover 0.2.105 → 0.2.106

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 +21 -0
  2. package/package.json +9 -9
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.106 (2026-06-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **popover:** baidu-be-fe-brick-28 [Issue] [popover] 关闭小叉在 placement 为 bottom 是位置不正确 ([6b982d1](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/6b982d16587fa9607aa871d3495eb53bc4f92a6f))
12
+ * **popover:** 视觉还原 ([deac77d](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/deac77d6b5b1d7c443ce6eda5a559f78a1e3e9bc))
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
+ * **popover:** 加入 `props.arrowOffset` 支持箭头不正 target 中心情况的自动化、定制化偏移处理 ([4a8f178](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/4a8f1781284981b0277302b369b10c16a71ce3b8))
20
+ * **popover:** 加入支持 `props.portalContainer` 支持指定挂载点 ([b6ec472](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b6ec472af2d5f78d3144eef786b7fdfcadd869f9))
21
+ * **popover:** 完成基础功能 ([423f490](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/423f4903c1f7554eae0c4448c0fef8d62410e12d))
22
+
23
+
24
+
25
+
26
+
6
27
  ## 0.2.105 (2026-06-01)
7
28
 
8
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@befe/brick-comp-popover",
3
- "version": "0.2.105",
3
+ "version": "0.2.106",
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.97",
29
- "@befe/brick-comp-close-x": "^0.2.98",
30
- "@befe/brick-comp-icon": "^0.2.94",
31
- "@befe/brick-comp-popper": "^0.2.98",
32
- "@befe/brick-core": "^0.2.53",
33
- "@befe/brick-style": "^0.2.65",
34
- "@befe/brick-utils": "^0.2.25"
28
+ "@befe/brick-comp-button": "^0.2.98",
29
+ "@befe/brick-comp-close-x": "^0.2.99",
30
+ "@befe/brick-comp-icon": "^0.2.95",
31
+ "@befe/brick-comp-popper": "^0.2.99",
32
+ "@befe/brick-core": "^0.2.54",
33
+ "@befe/brick-style": "^0.2.66",
34
+ "@befe/brick-utils": "^0.2.26"
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": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
42
+ "gitHead": "bca818bbfaad5ab6ecde4a9253d41fe32c3b1da8"
43
43
  }