@hi-ui/hiui 4.5.9 → 4.5.10

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 +36 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2841](https://github.com/XiaoMi/hiui/pull/2841) [`494ebd982`](https://github.com/XiaoMi/hiui/commit/494ebd982d50a1bc57697effd8365adfa2d37132) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(time-picker): 修复设置空字符串无效问题
8
+
9
+ - [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复 select 异步搜索中,搜索结果没有高亮显示
10
+
11
+ - [#2813](https://github.com/XiaoMi/hiui/pull/2813) [`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pop-confirm): 修复点击确定按钮会触发 onCancel 问题
12
+
13
+ - [#2829](https://github.com/XiaoMi/hiui/pull/2829) [`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 添加依赖兼容之前组件
14
+
15
+ - [#2839](https://github.com/XiaoMi/hiui/pull/2839) [`e8498f36e`](https://github.com/XiaoMi/hiui/commit/e8498f36efe4dd42e0ef26c2e4c60298e2ce0147) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 columns 中将 title 设置为空字符串报错
16
+
17
+ - [#2827](https://github.com/XiaoMi/hiui/pull/2827) [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(date-picker): 修复 format 传入函数,只有在 type='weekrange'情况下生效
18
+
19
+ - [#2840](https://github.com/XiaoMi/hiui/pull/2840) [`c2afbaf33`](https://github.com/XiaoMi/hiui/commit/c2afbaf337dc933aa3858187e0010255ee2b82d5) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复同时设置 fieldKey 和 rowSelection 时 onChange 回调参数异常问题
20
+
21
+ - [#2828](https://github.com/XiaoMi/hiui/pull/2828) [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(check-select): 修复异步搜索中,搜索结果中关键字没有高亮显示问题
22
+
23
+ - [#2842](https://github.com/XiaoMi/hiui/pull/2842) [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复标签顶对齐时样式问题
24
+
25
+ - [#2815](https://github.com/XiaoMi/hiui/pull/2815) [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(preview): 支持图片配置水印以及禁止右键下载图片
26
+
27
+ - [#2814](https://github.com/XiaoMi/hiui/pull/2814) [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复搜索时在中文输入法下按回车键弹窗会关闭的问题
28
+
29
+ - Updated dependencies [[`084600ea6`](https://github.com/XiaoMi/hiui/commit/084600ea6e4fdec7efde79a3cc90d8ef45ca602f), [`e8498f36e`](https://github.com/XiaoMi/hiui/commit/e8498f36efe4dd42e0ef26c2e4c60298e2ce0147), [`494ebd982`](https://github.com/XiaoMi/hiui/commit/494ebd982d50a1bc57697effd8365adfa2d37132), [`b8679ce3e`](https://github.com/XiaoMi/hiui/commit/b8679ce3e7fab435fd126901e6e8b23268bcf712), [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de), [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6), [`c2afbaf33`](https://github.com/XiaoMi/hiui/commit/c2afbaf337dc933aa3858187e0010255ee2b82d5), [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c), [`5d531802b`](https://github.com/XiaoMi/hiui/commit/5d531802ba9b142d448a2de2a7a8315722be0af8), [`9809ce813`](https://github.com/XiaoMi/hiui/commit/9809ce8132600cb7a3e8bb8537909bb3c3c9551b)]:
30
+ - @hi-ui/pop-confirm@4.2.5
31
+ - @hi-ui/table@4.5.4
32
+ - @hi-ui/time-picker@4.0.15
33
+ - @hi-ui/check-select@4.4.4
34
+ - @hi-ui/preview@4.1.0
35
+ - @hi-ui/form@4.2.1
36
+ - @hi-ui/select@4.4.2
37
+ - @hi-ui/date-picker@4.6.3
38
+
3
39
  ## 4.5.9
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.5.9",
3
+ "version": "4.5.10",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -54,19 +54,19 @@
54
54
  "@hi-ui/carousel": "^4.1.1",
55
55
  "@hi-ui/cascader": "^4.2.0",
56
56
  "@hi-ui/check-cascader": "^4.2.7",
57
- "@hi-ui/check-select": "^4.4.3",
57
+ "@hi-ui/check-select": "^4.4.4",
58
58
  "@hi-ui/check-tree-select": "^4.4.1",
59
59
  "@hi-ui/checkbox": "^4.0.10",
60
60
  "@hi-ui/collapse": "^4.1.6",
61
61
  "@hi-ui/counter": "^4.1.9",
62
- "@hi-ui/date-picker": "^4.6.2",
62
+ "@hi-ui/date-picker": "^4.6.3",
63
63
  "@hi-ui/descriptions": "^4.3.0",
64
64
  "@hi-ui/drawer": "^4.1.4",
65
65
  "@hi-ui/dropdown": "^4.1.5",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.8",
67
67
  "@hi-ui/empty-state": "^4.1.1",
68
68
  "@hi-ui/filter": "^4.1.5",
69
- "@hi-ui/form": "^4.2.0",
69
+ "@hi-ui/form": "^4.2.1",
70
70
  "@hi-ui/grid": "^4.0.9",
71
71
  "@hi-ui/highlighter": "^4.0.9",
72
72
  "@hi-ui/input": "^4.1.1",
@@ -80,9 +80,9 @@
80
80
  "@hi-ui/number-input": "^4.1.8",
81
81
  "@hi-ui/pagination": "^4.0.15",
82
82
  "@hi-ui/picker": "^4.1.6",
83
- "@hi-ui/pop-confirm": "^4.2.4",
83
+ "@hi-ui/pop-confirm": "^4.2.5",
84
84
  "@hi-ui/popover": "^4.1.1",
85
- "@hi-ui/preview": "^4.0.9",
85
+ "@hi-ui/preview": "^4.1.0",
86
86
  "@hi-ui/progress": "^4.0.10",
87
87
  "@hi-ui/provider": "^4.0.9",
88
88
  "@hi-ui/radio": "^4.1.4",
@@ -90,18 +90,18 @@
90
90
  "@hi-ui/result": "^4.0.8",
91
91
  "@hi-ui/scrollbar": "^4.1.1",
92
92
  "@hi-ui/search": "^4.0.14",
93
- "@hi-ui/select": "^4.4.1",
93
+ "@hi-ui/select": "^4.4.2",
94
94
  "@hi-ui/slider": "^4.0.11",
95
95
  "@hi-ui/space": "^4.0.11",
96
96
  "@hi-ui/spinner": "^4.0.9",
97
97
  "@hi-ui/stepper": "^4.0.8",
98
98
  "@hi-ui/svg-icon": "^4.0.8",
99
99
  "@hi-ui/switch": "^4.0.11",
100
- "@hi-ui/table": "^4.5.3",
100
+ "@hi-ui/table": "^4.5.4",
101
101
  "@hi-ui/tabs": "^4.1.5",
102
102
  "@hi-ui/tag": "^4.2.1",
103
103
  "@hi-ui/textarea": "^4.1.7",
104
- "@hi-ui/time-picker": "^4.0.14",
104
+ "@hi-ui/time-picker": "^4.0.15",
105
105
  "@hi-ui/timeline": "^4.0.8",
106
106
  "@hi-ui/tooltip": "^4.0.11",
107
107
  "@hi-ui/transfer": "^4.0.14",