@hi-ui/tag-input 5.0.0-rc.0 → 5.0.0

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 +53 -46
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,69 +1,76 @@
1
1
  # @hi-ui/tag-input
2
2
 
3
- ## 5.0.0-rc.0
3
+ ## 5.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - 8f3aa85e4: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
7
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
8
8
 
9
9
  ### Minor Changes
10
10
 
11
- - f1ab51725: <br>
11
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
12
+
12
13
  - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
13
14
  - feat(input): 输入框组件增加 xs 尺寸 (5.0)
14
- - 6dca7795c: feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
15
- - 77d969c2e: feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
16
- - 58ad82e94: feat: 输入框和选择器组件增加 borderless 形态 (5.0)
15
+
16
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6dca7795c`](https://github.com/XiaoMi/hiui/commit/6dca7795c71123f941d91b991ecd17ce26b6a2da) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
17
+
18
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`77d969c2e`](https://github.com/XiaoMi/hiui/commit/77d969c2e4f6db55f6cc154c1803971ac3e3f085) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
19
+
20
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 输入框和选择器组件增加 borderless 形态 (5.0)
17
21
 
18
22
  ### Patch Changes
19
23
 
20
- - cce71cdfa: style(tag-input): 调整 total 的内边距和最小宽度 (5.0)
21
- - 41552be0b: <br>
24
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cce71cdfa`](https://github.com/XiaoMi/hiui/commit/cce71cdfaded860c0420be6d3de2a3534cfdb9bd) Thanks [@zyprepare](https://github.com/zyprepare)! - style(tag-input): 调整 total 的内边距和最小宽度 (5.0)
25
+
26
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`41552be0b`](https://github.com/XiaoMi/hiui/commit/41552be0b42df7c47b481cf8aacc8be76fc3f277) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
27
+
22
28
  - style(time-picker): 为占位符增加溢出处理和文本省略样式 (5.0)
23
29
  - style(tag-input): 为占位符增加溢出处理和文本省略样式 (5.0)
24
30
  - style(input): 增加溢出处理和文本省略样式 (5.0)
25
31
  - style(number-input): 增加溢出处理和文本省略样式 (5.0)
26
- - 9b34d99bc: fix: 修复 5.0 UI 问题 (5.0)
27
- - cb9d8f6db: fix(tag-input): 修复 contained 模式下 displayRender 设置无效问题 (5.0)
28
- - 29cae09ea: style: 修改 appearance 为 unset 和 borderless 模式的样式 (5.0)
29
- - 2e56529f7: styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
30
- - 8f23e9322: style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
31
- - eb17c4697: style: 修复 UI/样式问题 (5.0)
32
- - 900c6c2f0: style: 统一修改表单类组件 filled 背景色为 g100 (5.0)
33
- - 9ecf354ba: perf(cascader): 性能优化 (5.0)
34
- - 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
35
- - e7b64347e: style(tag-input): 增加 flex-wrap 属性以优化标签换行展示 (5.0)
36
- - 6fcda9bf2: chore: 优化 Input 和 TagInput label 显示逻辑 (5.0)
37
- - 0a4e90dbd: <br>
32
+
33
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 5.0 UI 问题 (5.0)
34
+
35
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cb9d8f6db`](https://github.com/XiaoMi/hiui/commit/cb9d8f6db18ef3322502ae2da93c8266aa3114d5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tag-input): 修复 contained 模式下 displayRender 设置无效问题 (5.0)
36
+
37
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`29cae09ea`](https://github.com/XiaoMi/hiui/commit/29cae09ea3d7a61781c3c4a9f51355a83229bd97) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 修改 appearance 为 unset 和 borderless 模式的样式 (5.0)
38
+
39
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac) Thanks [@zyprepare](https://github.com/zyprepare)! - styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
40
+
41
+ - [#3489](https://github.com/XiaoMi/hiui/pull/3489) [`8f23e9322`](https://github.com/XiaoMi/hiui/commit/8f23e9322e8aa117608d42898cce1f9d74414629) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
42
+
43
+ - [#3504](https://github.com/XiaoMi/hiui/pull/3504) [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 修复 UI/样式问题 (5.0)
44
+
45
+ - [#3497](https://github.com/XiaoMi/hiui/pull/3497) [`900c6c2f0`](https://github.com/XiaoMi/hiui/commit/900c6c2f0b397bb2a6c2a5b2cc0c0f83442813ec) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 统一修改表单类组件 filled 背景色为 g100 (5.0)
46
+
47
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9ecf354ba`](https://github.com/XiaoMi/hiui/commit/9ecf354bae5030438967f4723c601b01fa718572) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(cascader): 性能优化 (5.0)
48
+
49
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
50
+
51
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`e7b64347e`](https://github.com/XiaoMi/hiui/commit/e7b64347e578c3a674c63f30341d87d358a4cd7b) Thanks [@zyprepare](https://github.com/zyprepare)! - style(tag-input): 增加 flex-wrap 属性以优化标签换行展示 (5.0)
52
+
53
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6fcda9bf2`](https://github.com/XiaoMi/hiui/commit/6fcda9bf23e6e16c593fd4d9e3db8d08bcb6b9b5) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 优化 Input 和 TagInput label 显示逻辑 (5.0)
54
+
55
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0a4e90dbd`](https://github.com/XiaoMi/hiui/commit/0a4e90dbd7398e69511e7505b1fd6093eca48cee) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
56
+
38
57
  - style(tag-input): 间距调整 (5.0)
39
58
  - style(select): 选择类组件选项圆角改为 4px (5.0)
40
59
  - style(picker): 搜索框样式调整 (5.0)
41
- - 99801c2d1: fix: 修复 UI 问题 (5.0)
42
- - Updated dependencies [7f204c892]
43
- - Updated dependencies [122d1d859]
44
- - Updated dependencies [eb17c4697]
45
- - Updated dependencies [8c0ee78f0]
46
- - Updated dependencies [8f3aa85e4]
47
- - Updated dependencies [fd4c20bbd]
48
- - Updated dependencies [79ea480f3]
49
- - Updated dependencies [eb17c4697]
50
- - Updated dependencies [976ec929d]
51
- - Updated dependencies [f1ab51725]
52
- - Updated dependencies [d91a8bb0f]
53
- - Updated dependencies [e42e2badf]
54
- - Updated dependencies [33da3144e]
55
- - Updated dependencies [58ad82e94]
56
- - Updated dependencies [95d930354]
57
- - @hi-ui/icons@5.0.0-rc.0
58
- - @hi-ui/core@5.0.0-rc.0
59
- - @hi-ui/use-latest@5.0.0-rc.0
60
- - @hi-ui/use-merge-refs@5.0.0-rc.0
61
- - @hi-ui/use-outside-click@5.0.0-rc.0
62
- - @hi-ui/use-uncontrolled-state@5.0.0-rc.0
63
- - @hi-ui/classname@5.0.0-rc.0
64
- - @hi-ui/env@5.0.0-rc.0
65
- - @hi-ui/func-utils@5.0.0-rc.0
66
- - @hi-ui/type-assertion@5.0.0-rc.0
60
+
61
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`99801c2d1`](https://github.com/XiaoMi/hiui/commit/99801c2d12628c194657579eccd09a86aedea22b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 UI 问题 (5.0)
62
+
63
+ - Updated dependencies [[`7f204c892`](https://github.com/XiaoMi/hiui/commit/7f204c892156ea8a4fb95d218db9d59c8c4e0c49), [`122d1d859`](https://github.com/XiaoMi/hiui/commit/122d1d859bb92379fbe109fe9a5581259e6bb9a1), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`8c0ee78f0`](https://github.com/XiaoMi/hiui/commit/8c0ee78f013dcd9ced94cef13a69933e039621aa), [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39), [`fd4c20bbd`](https://github.com/XiaoMi/hiui/commit/fd4c20bbd30e18bc4c1a2eb078acaa4790f7b2eb), [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`976ec929d`](https://github.com/XiaoMi/hiui/commit/976ec929da088830d4d4bfa5438aa679676f71ca), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`d91a8bb0f`](https://github.com/XiaoMi/hiui/commit/d91a8bb0f887fa886215aa596852eef3c2ce8519), [`e42e2badf`](https://github.com/XiaoMi/hiui/commit/e42e2badfd099ced93eaf8414513d7a49d1e66c0), [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193), [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0), [`95d930354`](https://github.com/XiaoMi/hiui/commit/95d930354a1ab4291e98a9abccb9525d6c210795)]:
64
+ - @hi-ui/icons@5.0.0
65
+ - @hi-ui/core@5.0.0
66
+ - @hi-ui/use-latest@5.0.0
67
+ - @hi-ui/use-merge-refs@5.0.0
68
+ - @hi-ui/use-outside-click@5.0.0
69
+ - @hi-ui/use-uncontrolled-state@5.0.0
70
+ - @hi-ui/classname@5.0.0
71
+ - @hi-ui/env@5.0.0
72
+ - @hi-ui/func-utils@5.0.0
73
+ - @hi-ui/type-assertion@5.0.0
67
74
 
68
75
  ## 4.1.5
69
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/tag-input",
3
- "version": "5.0.0-rc.0",
3
+ "version": "5.0.0",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -44,25 +44,25 @@
44
44
  "url": "https://github.com/XiaoMi/hiui/issues"
45
45
  },
46
46
  "dependencies": {
47
- "@hi-ui/classname": "^5.0.0-rc.0",
48
- "@hi-ui/env": "^5.0.0-rc.0",
49
- "@hi-ui/func-utils": "^5.0.0-rc.0",
50
- "@hi-ui/icons": "^5.0.0-rc.0",
51
- "@hi-ui/type-assertion": "^5.0.0-rc.0",
52
- "@hi-ui/use-latest": "^5.0.0-rc.0",
53
- "@hi-ui/use-merge-refs": "^5.0.0-rc.0",
54
- "@hi-ui/use-outside-click": "^5.0.0-rc.0",
55
- "@hi-ui/use-uncontrolled-state": "^5.0.0-rc.0",
47
+ "@hi-ui/classname": "^5.0.0",
48
+ "@hi-ui/env": "^5.0.0",
49
+ "@hi-ui/func-utils": "^5.0.0",
50
+ "@hi-ui/icons": "^5.0.0",
51
+ "@hi-ui/type-assertion": "^5.0.0",
52
+ "@hi-ui/use-latest": "^5.0.0",
53
+ "@hi-ui/use-merge-refs": "^5.0.0",
54
+ "@hi-ui/use-outside-click": "^5.0.0",
55
+ "@hi-ui/use-uncontrolled-state": "^5.0.0",
56
56
  "react-resize-detector": "^6.7.6"
57
57
  },
58
58
  "peerDependencies": {
59
- "@hi-ui/core": ">=5.0.0-rc.0",
59
+ "@hi-ui/core": ">=5.0.0",
60
60
  "react": ">=16.8.6",
61
61
  "react-dom": ">=16.8.6"
62
62
  },
63
63
  "devDependencies": {
64
- "@hi-ui/core": "^5.0.0-rc.0",
65
- "@hi-ui/core-css": "^5.0.0-rc.0",
64
+ "@hi-ui/core": "^5.0.0",
65
+ "@hi-ui/core-css": "^5.0.0",
66
66
  "react": "^17.0.1",
67
67
  "react-dom": "^17.0.1"
68
68
  }