@befe/brick-comp-tag 0.2.100 → 0.2.101

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 +31 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,37 @@
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.101 (2026-06-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **brick/tag:** 代码优化(修改评论) ([5b978c2](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/5b978c245859f0155c152283daece82607ff7a37))
12
+ * **brick/tag:** 修复非受控型问题 ([b1a5a8b](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/b1a5a8b903777caa6ff29a35acca48e8ec39e98a))
13
+ * **input:** 修正 handleKeyDown 的处理为,不管是否为 Enter,应总是调用 props.onKeyDown ([f8f4c8e](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/f8f4c8eba3589a5e33f0ca69baeb67ab89679b0c))
14
+ * **style.scss:** 去除多余的样式代码 ([33b2e0f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/33b2e0fbbd04408e5bc7fab8d360e624e46818ea))
15
+ * **tag:** tagGroup修改 ([c57fc3e](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/c57fc3e220ee1f6543809b3f37af45d28915f724))
16
+ * **tag:** tagGroup关于data的全控组件 ([48eea33](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/48eea332f9aaa571ce29fa2f9785890cca82275b))
17
+ * **tag:** tagGroup控制和非控制组件 ([e786fd8](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/e786fd8d83f1654b32ff3b3657d4b56b2debb6ae))
18
+ * **tag:** 修复命名复数问题,className 逻辑简化 ([16c9e5f](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/16c9e5ff28130cb6d9619aaee44459ad4fe71eb3))
19
+ * **tag:** 修正 `props.mode` 默认值为 'normal' ([73515da](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/73515da3b6177c9a7994aaca4a70c2d19253594d))
20
+ * 修改评论, 增加hi tag视觉 ([c1d46e0](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/c1d46e01cbbf88cccf5a915896a99aa7b2ae96d9))
21
+ * 修正各组件 peerDependecy `mobx` 的版本号 ([321ed47](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/321ed4704f2bd53449c6c71f1a340db427d4c656))
22
+
23
+
24
+ ### Features
25
+
26
+ * **brick/tag:** 1.新增选中标签 2.tagGroup ([c25d012](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/c25d012cfc7f2ebd122d6d32a2d1e7a32e924a8e))
27
+ * **components/tag:** color 扩展 `red` / `orange` / `yellow` / `green` / `cyan` / `blue` / `purple` / `pink` ([819b0a0](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/819b0a0ae372efc5c70845c2eb12fde669c19683))
28
+ * **components/tag:** select mode 新增 `color='light'` 轻量风格,配套主题变量 ([41dd296](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/41dd29615bcf671633067c43a09a4bb8bfb43ddc))
29
+ * **tag:** 内置 shape capsule 的单个字符正圆样式 ([1c1e6e7](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/1c1e6e7ba848f300d7f349f9bae04616dbcf3f99))
30
+ * **tag:** 实现国际化 ([f63cb44](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/f63cb445bd21f94febbb3f7c83b2918f00da6c8d))
31
+ * **tag:** 编辑型 添加按钮改为普通样式 ([2670a11](https://icode.baidu.com/repos/baidu/be-fe/brick/commits/2670a11a77a2e9c08f0cf24a6b1f0a07e2bd64c3))
32
+
33
+
34
+
35
+
36
+
6
37
  ## [0.2.100](https://icode.baidu.com:8235/baidu/be-fe/brick//%40befe%2Fbrick-comp-tag%400.2.99...%40befe%2Fbrick-comp-tag%400.2.100) (2026-05-25)
7
38
 
8
39
  **Note:** Version bump only for package @befe/brick-comp-tag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@befe/brick-comp-tag",
3
- "version": "0.2.100",
3
+ "version": "0.2.101",
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.96",
29
- "@befe/brick-comp-icon": "^0.2.93",
30
- "@befe/brick-comp-input": "^0.2.100",
31
- "@befe/brick-core": "^0.2.52",
32
- "@befe/brick-icon": "^0.2.26",
33
- "@befe/brick-style": "^0.2.64",
34
- "@befe/brick-utils": "^0.2.24"
28
+ "@befe/brick-comp-button": "^0.2.97",
29
+ "@befe/brick-comp-icon": "^0.2.94",
30
+ "@befe/brick-comp-input": "^0.2.101",
31
+ "@befe/brick-core": "^0.2.53",
32
+ "@befe/brick-icon": "^0.2.27",
33
+ "@befe/brick-style": "^0.2.65",
34
+ "@befe/brick-utils": "^0.2.25"
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": "b9584834398ed68526441721bf84bcd22022168e"
42
+ "gitHead": "370a467c43e73fd87ab22bfebe9d0953775a1d17"
43
43
  }