@hi-ui/hiui 4.8.0 → 4.9.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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3052](https://github.com/XiaoMi/hiui/pull/3052) [`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): add tableWidthAdjustOnResize api (#3046)
8
+
9
+ - [#3048](https://github.com/XiaoMi/hiui/pull/3048) [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(pagination): add size api(#3047)
10
+
11
+ - [#3045](https://github.com/XiaoMi/hiui/pull/3045) [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a) Thanks [@fcppddl](https://github.com/fcppddl)! - feat(table): 虚拟列表下,支持设置滚动位置(#3044)
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`a3ef6ac6e`](https://github.com/XiaoMi/hiui/commit/a3ef6ac6e3361c8bd1a0e3c12d7e4204dcbbf5f6), [`cc8c3a263`](https://github.com/XiaoMi/hiui/commit/cc8c3a263357069626c0ed9e2f2d50a3f24615af), [`26a081f0a`](https://github.com/XiaoMi/hiui/commit/26a081f0a51efb1d2b8f69720d28818e04b3b24a)]:
16
+ - @hi-ui/table@4.9.0
17
+ - @hi-ui/pagination@4.2.0
18
+
19
+ ## 4.8.1
20
+
21
+ ### Patch Changes
22
+
23
+ - [#3042](https://github.com/XiaoMi/hiui/pull/3042) [`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(scrollbar): Scrollbar 组件中去掉 perfect-scrollbar 依赖,因为通过 patch-package 修改了这个库的源码,所以必现将依赖去掉,这样才能将修改的源码打包到 Scrollbar 组件的 lib 中
24
+
25
+ - [#3041](https://github.com/XiaoMi/hiui/pull/3041) [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复分页器被遮挡的问题 (#3040)
26
+
27
+ - Updated dependencies [[`3a5f60d`](https://github.com/XiaoMi/hiui/commit/3a5f60d702bee78455e936bbb4d094e272bd7b9f), [`8aa606943`](https://github.com/XiaoMi/hiui/commit/8aa606943589b600a9ef63961498c12d0f6037cb)]:
28
+ - @hi-ui/scrollbar@4.2.1
29
+ - @hi-ui/pagination@4.1.0
30
+
3
31
  ## 4.8.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -78,7 +78,7 @@
78
78
  "@hi-ui/modal": "^4.2.0",
79
79
  "@hi-ui/notification": "^4.2.1",
80
80
  "@hi-ui/number-input": "^4.2.0",
81
- "@hi-ui/pagination": "^4.0.17",
81
+ "@hi-ui/pagination": "^4.2.0",
82
82
  "@hi-ui/picker": "^4.1.6",
83
83
  "@hi-ui/pop-confirm": "^4.2.5",
84
84
  "@hi-ui/popover": "^4.1.1",
@@ -88,7 +88,7 @@
88
88
  "@hi-ui/radio": "^4.1.4",
89
89
  "@hi-ui/rating": "^4.0.10",
90
90
  "@hi-ui/result": "^4.0.8",
91
- "@hi-ui/scrollbar": "^4.2.0",
91
+ "@hi-ui/scrollbar": "^4.2.1",
92
92
  "@hi-ui/search": "^4.1.0",
93
93
  "@hi-ui/select": "^4.6.0",
94
94
  "@hi-ui/slider": "^4.0.11",
@@ -97,7 +97,7 @@
97
97
  "@hi-ui/stepper": "^4.1.0",
98
98
  "@hi-ui/svg-icon": "^4.0.8",
99
99
  "@hi-ui/switch": "^4.0.11",
100
- "@hi-ui/table": "^4.8.0",
100
+ "@hi-ui/table": "^4.9.0",
101
101
  "@hi-ui/tabs": "^4.1.6",
102
102
  "@hi-ui/tag": "^4.2.1",
103
103
  "@hi-ui/textarea": "^4.1.7",