@befe/brick-comp-badge 0.2.93 → 0.2.95
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 +50 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
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.95 (2026-06-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Badge:** content isReactNode has mask & demo code style ([5f432b7](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/5f432b7ac557cd766754a44d1510517839913875))
|
|
12
|
+
* **Badge:** props comments; demo optimize; test empty content ([94c76af](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/94c76af9f03ab38c27992451293b0e58d36c8674))
|
|
13
|
+
* **Badge:** remove custom content Node ([944e7b9](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/944e7b975656fe9143927b60f9393a60f1e8e28f))
|
|
14
|
+
* 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **Badge:** annotation special mark about the tag about info, todo ([b5ee9f6](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b5ee9f6ee6199c3df9d3432fbadcf74de363135a))
|
|
20
|
+
* **badge:** badge-content-max-width annotation ([0983dc6](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/0983dc64b22fc33ceeb0868b0c3c92538eb23506))
|
|
21
|
+
* **Badge:** demos about dot ([bfeadf3](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/bfeadf3cb3c78c49bba239caccab1ca2a5040339))
|
|
22
|
+
* **badge:** limit content length with 8 words && demo it ([2330117](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/2330117561b2659746a7599c1ebb52926df00ca8))
|
|
23
|
+
* **Badge:** remove test jest-enzyme ([15a8170](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/15a8170b708df5c462e1d7e5a1bed1b7f9aa482e))
|
|
24
|
+
* **badge:** 基础功能 ([59f8664](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/59f8664df60bcdca2cea3fe8f2f9f399c854e20f))
|
|
25
|
+
* make badge-content-max-width be an params ([f2008b1](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/f2008b146c3260b19dc8ae73b930bcc6dc9f2ab3))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 0.2.94 (2026-06-01)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **Badge:** content isReactNode has mask & demo code style ([5f432b7](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/5f432b7ac557cd766754a44d1510517839913875))
|
|
37
|
+
* **Badge:** props comments; demo optimize; test empty content ([94c76af](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/94c76af9f03ab38c27992451293b0e58d36c8674))
|
|
38
|
+
* **Badge:** remove custom content Node ([944e7b9](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/944e7b975656fe9143927b60f9393a60f1e8e28f))
|
|
39
|
+
* 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* **Badge:** annotation special mark about the tag about info, todo ([b5ee9f6](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b5ee9f6ee6199c3df9d3432fbadcf74de363135a))
|
|
45
|
+
* **badge:** badge-content-max-width annotation ([0983dc6](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/0983dc64b22fc33ceeb0868b0c3c92538eb23506))
|
|
46
|
+
* **Badge:** demos about dot ([bfeadf3](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/bfeadf3cb3c78c49bba239caccab1ca2a5040339))
|
|
47
|
+
* **badge:** limit content length with 8 words && demo it ([2330117](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/2330117561b2659746a7599c1ebb52926df00ca8))
|
|
48
|
+
* **Badge:** remove test jest-enzyme ([15a8170](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/15a8170b708df5c462e1d7e5a1bed1b7f9aa482e))
|
|
49
|
+
* **badge:** 基础功能 ([59f8664](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/59f8664df60bcdca2cea3fe8f2f9f399c854e20f))
|
|
50
|
+
* make badge-content-max-width be an params ([f2008b1](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/f2008b146c3260b19dc8ae73b930bcc6dc9f2ab3))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
6
56
|
## [0.2.93](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-badge%400.2.92...%40befe%2Fbrick-comp-badge%400.2.93) (2026-05-25)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @befe/brick-comp-badge
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-badge",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.95",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "ssh://git@icode.baidu.com:8235/baidu/be-fe/brick",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"author": "wujun07",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@befe/brick-core": "^0.2.
|
|
29
|
-
"@befe/brick-style": "^0.2.
|
|
30
|
-
"@befe/brick-utils": "^0.2.
|
|
28
|
+
"@befe/brick-core": "^0.2.54",
|
|
29
|
+
"@befe/brick-style": "^0.2.66",
|
|
30
|
+
"@befe/brick-utils": "^0.2.26"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"classnames": "^2.0.0",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"react": "^16.9.0 || ^17.0.0",
|
|
36
36
|
"react-dom": "^16.9.0 || ^17.0.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "bca818bbfaad5ab6ecde4a9253d41fe32c3b1da8"
|
|
39
39
|
}
|