@hi-ui/hiui 4.5.9 → 4.5.11

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 +57 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2859](https://github.com/XiaoMi/hiui/pull/2859) [`a8d3a1f26`](https://github.com/XiaoMi/hiui/commit/a8d3a1f2687709b986fc54408cb6c69b9eb56318) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复 onDragStart 事件不触发问题
8
+
9
+ - [#2870](https://github.com/XiaoMi/hiui/pull/2870) [`5508758ec`](https://github.com/XiaoMi/hiui/commit/5508758ec2fe241d635949828065111c9a465ef8) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(pagination): 每页显示条数选择器改为基于父元素定位
10
+
11
+ - [#2847](https://github.com/XiaoMi/hiui/pull/2847) [`1d048306f`](https://github.com/XiaoMi/hiui/commit/1d048306f431e58169ebc4b31cf0b6c7b8ea6ed6) Thanks [@aqiusen](https://github.com/aqiusen)! - fix(table): 修复虚拟列表 maxHeight 无法支持字符串问题
12
+
13
+ - [#2860](https://github.com/XiaoMi/hiui/pull/2860) [`b4945c38b`](https://github.com/XiaoMi/hiui/commit/b4945c38bdc98631b9d262b9a8e4e4319678bc71) Thanks [@maoguoping](https://github.com/maoguoping)! - fix(date-picker): 修复 datepicker 显示农历时 2 月中 1 月农历显示错误问题
14
+
15
+ - [#2867](https://github.com/XiaoMi/hiui/pull/2867) [`eec624313`](https://github.com/XiaoMi/hiui/commit/eec624313de88943869f592dd06248455bddedbc) Thanks [@aqiusen](https://github.com/aqiusen)! - fix(table): 修复统计行中选中模式下显示异常问题(#2863)
16
+
17
+ - [#2854](https://github.com/XiaoMi/hiui/pull/2854) [`3585fd8fe`](https://github.com/XiaoMi/hiui/commit/3585fd8fe0797972277681caf153fdeb9dfe37c0) Thanks [@maoguoping](https://github.com/maoguoping)! - fix(date-picker): 修复预置农历下切换 1891 年以前组件报错问题 (#2611)
18
+
19
+ - Updated dependencies [[`eec624313`](https://github.com/XiaoMi/hiui/commit/eec624313de88943869f592dd06248455bddedbc), [`a8d3a1f26`](https://github.com/XiaoMi/hiui/commit/a8d3a1f2687709b986fc54408cb6c69b9eb56318), [`3585fd8fe`](https://github.com/XiaoMi/hiui/commit/3585fd8fe0797972277681caf153fdeb9dfe37c0), [`5508758ec`](https://github.com/XiaoMi/hiui/commit/5508758ec2fe241d635949828065111c9a465ef8), [`0e67d2263`](https://github.com/XiaoMi/hiui/commit/0e67d2263c7e1bf9213e1a2f74300ee201f3a52e), [`b4945c38b`](https://github.com/XiaoMi/hiui/commit/b4945c38bdc98631b9d262b9a8e4e4319678bc71)]:
20
+ - @hi-ui/table@4.5.5
21
+ - @hi-ui/date-picker@4.6.4
22
+ - @hi-ui/pagination@4.0.16
23
+
24
+ ## 4.5.10
25
+
26
+ ### Patch Changes
27
+
28
+ - [#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): 修复设置空字符串无效问题
29
+
30
+ - [#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 异步搜索中,搜索结果没有高亮显示
31
+
32
+ - [#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 问题
33
+
34
+ - [#2829](https://github.com/XiaoMi/hiui/pull/2829) [`3afbf239e`](https://github.com/XiaoMi/hiui/commit/3afbf239e816ede48d6a85cbd99b6b099b8c8eb3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(env): 添加依赖兼容之前组件
35
+
36
+ - [#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 设置为空字符串报错
37
+
38
+ - [#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'情况下生效
39
+
40
+ - [#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 回调参数异常问题
41
+
42
+ - [#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): 修复异步搜索中,搜索结果中关键字没有高亮显示问题
43
+
44
+ - [#2842](https://github.com/XiaoMi/hiui/pull/2842) [`3dc8c1556`](https://github.com/XiaoMi/hiui/commit/3dc8c155674bb8d702187cc4a33e684d22f04bf6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 修复标签顶对齐时样式问题
45
+
46
+ - [#2815](https://github.com/XiaoMi/hiui/pull/2815) [`9103ff92e`](https://github.com/XiaoMi/hiui/commit/9103ff92e490105df57e0369ed6512a10e1818de) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(preview): 支持图片配置水印以及禁止右键下载图片
47
+
48
+ - [#2814](https://github.com/XiaoMi/hiui/pull/2814) [`613c15a41`](https://github.com/XiaoMi/hiui/commit/613c15a41d783b86d86ccfb1dccd4da897e5ba9c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(select): 修复搜索时在中文输入法下按回车键弹窗会关闭的问题
49
+
50
+ - 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)]:
51
+ - @hi-ui/pop-confirm@4.2.5
52
+ - @hi-ui/table@4.5.4
53
+ - @hi-ui/time-picker@4.0.15
54
+ - @hi-ui/check-select@4.4.4
55
+ - @hi-ui/preview@4.1.0
56
+ - @hi-ui/form@4.2.1
57
+ - @hi-ui/select@4.4.2
58
+ - @hi-ui/date-picker@4.6.3
59
+
3
60
  ## 4.5.9
4
61
 
5
62
  ### 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.11",
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.4",
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",
@@ -78,11 +78,11 @@
78
78
  "@hi-ui/modal": "^4.1.1",
79
79
  "@hi-ui/notification": "^4.1.4",
80
80
  "@hi-ui/number-input": "^4.1.8",
81
- "@hi-ui/pagination": "^4.0.15",
81
+ "@hi-ui/pagination": "^4.0.16",
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.5",
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",