@befe/brick-comp-radio 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 +33 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
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-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **checkbox:** export generic-checkbox-group from index ([8a6c52f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/8a6c52fd16b4927739165385b61b40c01f37dbb2))
|
|
12
|
+
* peerDependencies versions ([dfffa0b](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/dfffa0b504b8a1583373bd5e13f7185d527f7e4c))
|
|
13
|
+
* peerDependencies versions ([66c1e4f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/66c1e4fd695a2d00d4ee7993fa0c39acfa3d995c))
|
|
14
|
+
* 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **checkbox:** generic checkbox 添加 size `lg` 并重构,修正一些样式问题 ([6509e6d](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/6509e6db3822efe52186070c921e28fe197dc970))
|
|
20
|
+
* **hi checkbox:** hi checkbox 的 override proposal; 同时, 通过改变 theme 来改动 defaultSize; ([a3b7615](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/a3b76152f780d8b66125b1e763542f5008ee88ad))
|
|
21
|
+
* **Radio & Checkbox:** 更新加强和重要类型命名, 添加break changes文档 ([900fb43](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/900fb439744fbc341eac774e683a22f772a9c335))
|
|
22
|
+
* **radio&checkbox:** 多行等宽 ([f8eb04d](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/f8eb04da115bf3cdd2e7f1d6b7717815c6470d57))
|
|
23
|
+
* **radio:** radio 多行等宽 ([345f78d](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/345f78daa8aee8f33eecf909e8156ecb8ca9375b))
|
|
24
|
+
* **radio:** 初始化实现基本功能 ([d84e88c](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/d84e88c7093a59299b6f888afdf624cd7fa727c2))
|
|
25
|
+
* **radio:** 加强样式更新 ([f5bfe0c](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/f5bfe0c0f4974da4ab3d473e00751a4dc74b8dd7))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [0.2.94](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-radio%400.2.93...%40befe%2Fbrick-comp-radio%400.2.94) (2026-05-25)
|
|
32
|
+
|
|
33
|
+
**Note:** Version bump only for package @befe/brick-comp-radio
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
## [0.2.93](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-radio%400.2.92...%40befe%2Fbrick-comp-radio%400.2.93) (2026-05-22)
|
|
7
40
|
|
|
8
41
|
**Note:** Version bump only for package @befe/brick-comp-radio
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@befe/brick-comp-radio",
|
|
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,10 +25,10 @@
|
|
|
25
25
|
"author": "wujun07",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@befe/brick-comp-checkbox": "^0.2.
|
|
29
|
-
"@befe/brick-core": "^0.2.
|
|
30
|
-
"@befe/brick-style": "^0.2.
|
|
31
|
-
"@befe/brick-utils": "^0.2.
|
|
28
|
+
"@befe/brick-comp-checkbox": "^0.2.95",
|
|
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
|
}
|