@hi-ui/hiui 4.1.25-beta.0 → 4.2.0-beta.1

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.0-beta.1
4
+
5
+ ### Minor Changes
6
+
7
+ - c15aaa645: Table feat: add SettingDrawer component
8
+
9
+ ### Patch Changes
10
+
11
+ - 8198be5ac: DatePicker fix: 范围选择中,需要在切换年份或月份时触发 onSelect
12
+ - Updated dependencies [8198be5ac]
13
+ - Updated dependencies [c15aaa645]
14
+ - @hi-ui/date-picker@4.0.16-beta.0
15
+ - @hi-ui/table@4.1.0-beta.5
16
+
3
17
  ## 4.1.25-beta.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.1.25-beta.0",
3
+ "version": "4.2.0-beta.1",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -59,7 +59,7 @@
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.0",
61
61
  "@hi-ui/counter": "^4.0.5",
62
- "@hi-ui/date-picker": "^4.0.15",
62
+ "@hi-ui/date-picker": "^4.0.16-beta.0",
63
63
  "@hi-ui/descriptions": "^4.1.1",
64
64
  "@hi-ui/drawer": "^4.0.7",
65
65
  "@hi-ui/dropdown": "^4.0.5",
@@ -97,7 +97,7 @@
97
97
  "@hi-ui/stepper": "^4.0.4",
98
98
  "@hi-ui/svg-icon": "^4.0.4",
99
99
  "@hi-ui/switch": "^4.0.6",
100
- "@hi-ui/table": "^4.1.0-beta.4",
100
+ "@hi-ui/table": "^4.1.0-beta.5",
101
101
  "@hi-ui/tabs": "^4.0.8",
102
102
  "@hi-ui/tag": "^4.0.7",
103
103
  "@hi-ui/textarea": "^4.0.7",