@hi-ui/hiui 5.0.0-canary.1 → 5.0.0-canary.3

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 +30 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 5.0.0-canary.3
4
+
5
+ ### Minor Changes
6
+
7
+ - b98def710: feat(date-picker): appearance 参数增加 contained 类型 (5.0)
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b98def710]
12
+ - Updated dependencies [b98def710]
13
+ - @hi-ui/date-picker@5.0.0-canary.1
14
+ - @hi-ui/input@5.0.0-canary.3
15
+
16
+ ## 5.0.0-canary.2
17
+
18
+ ### Minor Changes
19
+
20
+ - 6c4bf35af: feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [6c4bf35af]
25
+ - @hi-ui/cascader@5.0.0-canary.2
26
+ - @hi-ui/check-cascader@5.0.0-canary.2
27
+ - @hi-ui/check-select@5.0.0-canary.1
28
+ - @hi-ui/check-tree-select@5.0.0-canary.1
29
+ - @hi-ui/input@5.0.0-canary.2
30
+ - @hi-ui/select@5.0.0-canary.1
31
+ - @hi-ui/tree-select@5.0.0-canary.1
32
+
3
33
  ## 5.0.0-canary.1
4
34
 
5
35
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "5.0.0-canary.1",
3
+ "version": "5.0.0-canary.3",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -53,14 +53,14 @@
53
53
  "@hi-ui/button": "^5.0.0-canary.1",
54
54
  "@hi-ui/card": "^5.0.0-canary.0",
55
55
  "@hi-ui/carousel": "^5.0.0-canary.0",
56
- "@hi-ui/cascader": "^5.0.0-canary.1",
57
- "@hi-ui/check-cascader": "^5.0.0-canary.1",
58
- "@hi-ui/check-select": "^5.0.0-canary.0",
59
- "@hi-ui/check-tree-select": "^5.0.0-canary.0",
56
+ "@hi-ui/cascader": "^5.0.0-canary.2",
57
+ "@hi-ui/check-cascader": "^5.0.0-canary.2",
58
+ "@hi-ui/check-select": "^5.0.0-canary.1",
59
+ "@hi-ui/check-tree-select": "^5.0.0-canary.1",
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.0",
63
+ "@hi-ui/date-picker": "^5.0.0-canary.1",
64
64
  "@hi-ui/descriptions": "^5.0.0-canary.1",
65
65
  "@hi-ui/drawer": "^5.0.0-canary.1",
66
66
  "@hi-ui/dropdown": "^5.0.0-canary.0",
@@ -70,7 +70,7 @@
70
70
  "@hi-ui/form": "^5.0.0-canary.1",
71
71
  "@hi-ui/grid": "^5.0.0-canary.1",
72
72
  "@hi-ui/highlighter": "^5.0.0-canary.0",
73
- "@hi-ui/input": "^5.0.0-canary.1",
73
+ "@hi-ui/input": "^5.0.0-canary.3",
74
74
  "@hi-ui/input-group": "^5.0.0-canary.0",
75
75
  "@hi-ui/list": "^5.0.0-canary.0",
76
76
  "@hi-ui/loading": "^5.0.0-canary.0",
@@ -91,7 +91,7 @@
91
91
  "@hi-ui/result": "^5.0.0-canary.0",
92
92
  "@hi-ui/scrollbar": "^5.0.0-canary.0",
93
93
  "@hi-ui/search": "^5.0.0-canary.0",
94
- "@hi-ui/select": "^5.0.0-canary.0",
94
+ "@hi-ui/select": "^5.0.0-canary.1",
95
95
  "@hi-ui/slider": "^5.0.0-canary.0",
96
96
  "@hi-ui/space": "^5.0.0-canary.0",
97
97
  "@hi-ui/spinner": "^5.0.0-canary.0",
@@ -107,7 +107,7 @@
107
107
  "@hi-ui/tooltip": "^5.0.0-canary.1",
108
108
  "@hi-ui/transfer": "^5.0.0-canary.0",
109
109
  "@hi-ui/tree": "^5.0.0-canary.1",
110
- "@hi-ui/tree-select": "^5.0.0-canary.0",
110
+ "@hi-ui/tree-select": "^5.0.0-canary.1",
111
111
  "@hi-ui/upload": "^5.0.0-canary.1",
112
112
  "@hi-ui/watermark": "^5.0.0-canary.0",
113
113
  "@hi-ui/zen-mode": "^5.0.0-canary.0"