@hi-ui/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 +51 -48
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,68 +1,71 @@
1
1
  # @hi-ui/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
- - da2e63a14: feat(input&number-input): add styles and classNames api (5.0)
12
- - f1ab51725: <br>
11
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`da2e63a14`](https://github.com/XiaoMi/hiui/commit/da2e63a1478db819ec87d720fbfbf537319620c2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(input&number-input): add styles and classNames api (5.0)
12
+
13
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
14
+
13
15
  - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
14
16
  - feat(input): 输入框组件增加 xs 尺寸 (5.0)
15
- - 6dca7795c: feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
16
- - 77d969c2e: feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
17
- - 58ad82e94: feat: 输入框和选择器组件增加 borderless 形态 (5.0)
18
- - 59cef699f: feat: 组件语义化样式改造,增加 styles classNames 属性 (5.0)
17
+
18
+ - [#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)
19
+
20
+ - [#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)
21
+
22
+ - [#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)
23
+
24
+ - [#3502](https://github.com/XiaoMi/hiui/pull/3502) [`59cef699f`](https://github.com/XiaoMi/hiui/commit/59cef699f96f56d4f68fae7f9dadb960c487b5de) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件语义化样式改造,增加 styles 和 classNames 属性 (5.0)
19
25
 
20
26
  ### Patch Changes
21
27
 
22
- - 41552be0b: <br>
28
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`41552be0b`](https://github.com/XiaoMi/hiui/commit/41552be0b42df7c47b481cf8aacc8be76fc3f277) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
29
+
23
30
  - style(time-picker): 为占位符增加溢出处理和文本省略样式 (5.0)
24
31
  - style(tag-input): 为占位符增加溢出处理和文本省略样式 (5.0)
25
32
  - style(input): 增加溢出处理和文本省略样式 (5.0)
26
33
  - style(number-input): 增加溢出处理和文本省略样式 (5.0)
27
- - 9b34d99bc: fix: 修复 5.0 UI 问题 (5.0)
28
- - ec4c7faa2: fix(input): 使用 cx 函数优化样式类名的拼接 (5.0)
29
- - 29cae09ea: style: 修改 appearance 为 unset 和 borderless 模式的样式 (5.0)
30
- - 79ea480f3: feat(global-context): 增加 size api 全局配置 (5.0)
31
- - 2e56529f7: styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
32
- - 8f23e9322: style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
33
- - eb17c4697: style: 修复 UI/样式问题 (5.0)
34
- - 900c6c2f0: style: 统一修改表单类组件 filled 背景色为 g100 (5.0)
35
- - 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
36
- - 6fcda9bf2: chore: 优化 Input TagInput label 显示逻辑 (5.0)
37
- - 99801c2d1: fix: 修复 UI 问题 (5.0)
38
- - Updated dependencies [7f204c892]
39
- - Updated dependencies [122d1d859]
40
- - Updated dependencies [eb17c4697]
41
- - Updated dependencies [8c0ee78f0]
42
- - Updated dependencies [8f3aa85e4]
43
- - Updated dependencies [fd4c20bbd]
44
- - Updated dependencies [79ea480f3]
45
- - Updated dependencies [3a7186e4b]
46
- - Updated dependencies [eb17c4697]
47
- - Updated dependencies [976ec929d]
48
- - Updated dependencies [f1ab51725]
49
- - Updated dependencies [c407744fe]
50
- - Updated dependencies [d91a8bb0f]
51
- - Updated dependencies [e42e2badf]
52
- - Updated dependencies [33da3144e]
53
- - Updated dependencies [58ad82e94]
54
- - Updated dependencies [95d930354]
55
- - @hi-ui/icons@5.0.0-rc.0
56
- - @hi-ui/core@5.0.0-rc.0
57
- - @hi-ui/use-latest@5.0.0-rc.0
58
- - @hi-ui/use-merge-refs@5.0.0-rc.0
59
- - @hi-ui/use-uncontrolled-state@5.0.0-rc.0
60
- - @hi-ui/classname@5.0.0-rc.0
61
- - @hi-ui/dom-utils@5.0.0-rc.0
62
- - @hi-ui/env@5.0.0-rc.0
63
- - @hi-ui/func-utils@5.0.0-rc.0
64
- - @hi-ui/type-assertion@5.0.0-rc.0
65
- - @hi-ui/use-merge-semantic@5.0.0-rc.0
34
+
35
+ - [#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)
36
+
37
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`ec4c7faa2`](https://github.com/XiaoMi/hiui/commit/ec4c7faa29cb7812664d866260c7a59dc76cb983) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 使用 cx 函数优化样式类名的拼接 (5.0)
38
+
39
+ - [#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)
40
+
41
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(global-context): 增加 size api 全局配置 (5.0)
42
+
43
+ - [#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)
44
+
45
+ - [#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)
46
+
47
+ - [#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)
48
+
49
+ - [#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)
50
+
51
+ - [#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)
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) [`99801c2d1`](https://github.com/XiaoMi/hiui/commit/99801c2d12628c194657579eccd09a86aedea22b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 UI 问题 (5.0)
56
+
57
+ - 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), [`3a7186e4b`](https://github.com/XiaoMi/hiui/commit/3a7186e4b4e7ce351c3856f3e1ba574b9f6df22f), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`976ec929d`](https://github.com/XiaoMi/hiui/commit/976ec929da088830d4d4bfa5438aa679676f71ca), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`c407744fe`](https://github.com/XiaoMi/hiui/commit/c407744fea78d93da66b73eed0b62d18e5b3a011), [`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)]:
58
+ - @hi-ui/icons@5.0.0
59
+ - @hi-ui/core@5.0.0
60
+ - @hi-ui/use-latest@5.0.0
61
+ - @hi-ui/use-merge-refs@5.0.0
62
+ - @hi-ui/use-uncontrolled-state@5.0.0
63
+ - @hi-ui/classname@5.0.0
64
+ - @hi-ui/dom-utils@5.0.0
65
+ - @hi-ui/env@5.0.0
66
+ - @hi-ui/func-utils@5.0.0
67
+ - @hi-ui/type-assertion@5.0.0
68
+ - @hi-ui/use-merge-semantic@5.0.0
66
69
 
67
70
  ## 4.4.0
68
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/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/dom-utils": "^5.0.0-rc.0",
49
- "@hi-ui/env": "^5.0.0-rc.0",
50
- "@hi-ui/func-utils": "^5.0.0-rc.0",
51
- "@hi-ui/icons": "^5.0.0-rc.0",
52
- "@hi-ui/type-assertion": "^5.0.0-rc.0",
53
- "@hi-ui/use-latest": "^5.0.0-rc.0",
54
- "@hi-ui/use-merge-refs": "^5.0.0-rc.0",
55
- "@hi-ui/use-merge-semantic": "^5.0.0-rc.0",
56
- "@hi-ui/use-uncontrolled-state": "^5.0.0-rc.0"
47
+ "@hi-ui/classname": "^5.0.0",
48
+ "@hi-ui/dom-utils": "^5.0.0",
49
+ "@hi-ui/env": "^5.0.0",
50
+ "@hi-ui/func-utils": "^5.0.0",
51
+ "@hi-ui/icons": "^5.0.0",
52
+ "@hi-ui/type-assertion": "^5.0.0",
53
+ "@hi-ui/use-latest": "^5.0.0",
54
+ "@hi-ui/use-merge-refs": "^5.0.0",
55
+ "@hi-ui/use-merge-semantic": "^5.0.0",
56
+ "@hi-ui/use-uncontrolled-state": "^5.0.0"
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
  }