@hi-ui/hiui 5.0.0-canary.6 → 5.0.0-canary.8

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 +23 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 5.0.0-canary.8
4
+
5
+ ### Patch Changes
6
+
7
+ - c3a7005b0: style: 修改 UI 问题 (5.0)
8
+ - Updated dependencies [c3a7005b0]
9
+ - @hi-ui/date-picker@5.0.0-canary.4
10
+ - @hi-ui/dropdown@5.0.0-canary.2
11
+ - @hi-ui/picker@5.0.0-canary.4
12
+ - @hi-ui/table@5.0.0-canary.4
13
+ - @hi-ui/tabs@5.0.0-canary.2
14
+
15
+ ## 5.0.0-canary.7
16
+
17
+ ### Minor Changes
18
+
19
+ - 870279eff: feat(table): add stretchHeight api (5.0)
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [870279eff]
24
+ - @hi-ui/table@5.0.0-canary.3
25
+
3
26
  ## 5.0.0-canary.6
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "5.0.0-canary.6",
3
+ "version": "5.0.0-canary.8",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -60,10 +60,10 @@
60
60
  "@hi-ui/checkbox": "^5.0.0-canary.0",
61
61
  "@hi-ui/collapse": "^5.0.0-canary.0",
62
62
  "@hi-ui/counter": "^5.0.0-canary.0",
63
- "@hi-ui/date-picker": "^5.0.0-canary.3",
63
+ "@hi-ui/date-picker": "^5.0.0-canary.4",
64
64
  "@hi-ui/descriptions": "^5.0.0-canary.1",
65
65
  "@hi-ui/drawer": "^5.0.0-canary.1",
66
- "@hi-ui/dropdown": "^5.0.0-canary.1",
66
+ "@hi-ui/dropdown": "^5.0.0-canary.2",
67
67
  "@hi-ui/ellipsis-tooltip": "^5.0.0-canary.0",
68
68
  "@hi-ui/empty-state": "^5.0.0-canary.0",
69
69
  "@hi-ui/filter": "^5.0.0-canary.0",
@@ -80,7 +80,7 @@
80
80
  "@hi-ui/notification": "^5.0.0-canary.1",
81
81
  "@hi-ui/number-input": "^5.0.0-canary.0",
82
82
  "@hi-ui/pagination": "^5.0.0-canary.2",
83
- "@hi-ui/picker": "^5.0.0-canary.3",
83
+ "@hi-ui/picker": "^5.0.0-canary.4",
84
84
  "@hi-ui/pop-confirm": "^5.0.0-canary.0",
85
85
  "@hi-ui/popover": "^5.0.0-canary.0",
86
86
  "@hi-ui/preview": "^5.0.0-canary.0",
@@ -98,8 +98,8 @@
98
98
  "@hi-ui/stepper": "^5.0.0-canary.0",
99
99
  "@hi-ui/svg-icon": "^5.0.0-canary.0",
100
100
  "@hi-ui/switch": "^5.0.0-canary.0",
101
- "@hi-ui/table": "^5.0.0-canary.2",
102
- "@hi-ui/tabs": "^5.0.0-canary.1",
101
+ "@hi-ui/table": "^5.0.0-canary.4",
102
+ "@hi-ui/tabs": "^5.0.0-canary.2",
103
103
  "@hi-ui/tag": "^5.0.0-canary.2",
104
104
  "@hi-ui/textarea": "^5.0.0-canary.1",
105
105
  "@hi-ui/time-picker": "^5.0.0-canary.0",
@@ -119,7 +119,7 @@
119
119
  },
120
120
  "devDependencies": {
121
121
  "@hi-ui/core": "^5.0.0-canary.0",
122
- "@hi-ui/core-css": "^5.0.0-canary.2",
122
+ "@hi-ui/core-css": "^5.0.0-canary.3",
123
123
  "react": "^17.0.1",
124
124
  "react-dom": "^17.0.1"
125
125
  }