@hi-ui/hiui 4.2.6 → 4.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2534](https://github.com/XiaoMi/hiui/pull/2534) [`9fec6fc1f`](https://github.com/XiaoMi/hiui/commit/9fec6fc1f647a274f4d2bbd139e2b01401a1a54f) Thanks [@safga](https://github.com/safga)! - Textarea fix: 修复 resize 调整高度和 disabled 样式问题
8
+
9
+ - [#2538](https://github.com/XiaoMi/hiui/pull/2538) [`ec2c785cf`](https://github.com/XiaoMi/hiui/commit/ec2c785cf4cc3b87b901f1ea0a436c0e3b035a52) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput feat: 支持 placeholder
10
+
11
+ - [#2536](https://github.com/XiaoMi/hiui/pull/2536) [`e8443a2f8`](https://github.com/XiaoMi/hiui/commit/e8443a2f871ad19faa7bbf1df2ad3f52ab245019) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs feat: 增加 unmountOnInactive API
12
+
13
+ - Updated dependencies [[`9fec6fc1f`](https://github.com/XiaoMi/hiui/commit/9fec6fc1f647a274f4d2bbd139e2b01401a1a54f), [`e8443a2f8`](https://github.com/XiaoMi/hiui/commit/e8443a2f871ad19faa7bbf1df2ad3f52ab245019), [`ec2c785cf`](https://github.com/XiaoMi/hiui/commit/ec2c785cf4cc3b87b901f1ea0a436c0e3b035a52)]:
14
+ - @hi-ui/textarea@4.1.1
15
+ - @hi-ui/tabs@4.1.0
16
+ - @hi-ui/counter@4.1.4
17
+ - @hi-ui/number-input@4.1.3
18
+
19
+ ## 4.2.7
20
+
21
+ ### Patch Changes
22
+
23
+ - [#2523](https://github.com/XiaoMi/hiui/pull/2523) [`765c4e770`](https://github.com/XiaoMi/hiui/commit/765c4e770626006de15352c49e7c3b8af255c0ca) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker fix: 修复 Safari 中月份选择时回调数据错误问题
24
+
25
+ - Updated dependencies [[`765c4e770`](https://github.com/XiaoMi/hiui/commit/765c4e770626006de15352c49e7c3b8af255c0ca)]:
26
+ - @hi-ui/date-picker@4.0.18
27
+
3
28
  ## 4.2.6
4
29
 
5
30
  ### Patch Changes
@@ -38,9 +38,6 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
38
38
  var DEFAULT_LOCALE = 'zh-CN'; // 自定义语言包注册表
39
39
 
40
40
  var USER_LANGUAGES_TABLES = {};
41
- /**
42
- * TODO: What is LocaleContext
43
- */
44
41
 
45
42
  var LocaleProvider = function LocaleProvider(_ref) {
46
43
  var children = _ref.children,
@@ -15,9 +15,6 @@ import localeMap from './locale/index.js';
15
15
  var DEFAULT_LOCALE = 'zh-CN'; // 自定义语言包注册表
16
16
 
17
17
  var USER_LANGUAGES_TABLES = {};
18
- /**
19
- * TODO: What is LocaleContext
20
- */
21
18
 
22
19
  var LocaleProvider = function LocaleProvider(_ref) {
23
20
  var children = _ref.children,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.6",
3
+ "version": "4.2.8",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -58,8 +58,8 @@
58
58
  "@hi-ui/check-tree-select": "^4.1.0",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.0",
61
- "@hi-ui/counter": "^4.1.3",
62
- "@hi-ui/date-picker": "^4.0.17",
61
+ "@hi-ui/counter": "^4.1.4",
62
+ "@hi-ui/date-picker": "^4.0.18",
63
63
  "@hi-ui/descriptions": "^4.1.1",
64
64
  "@hi-ui/drawer": "^4.0.9",
65
65
  "@hi-ui/dropdown": "^4.0.6",
@@ -77,7 +77,7 @@
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.10",
79
79
  "@hi-ui/notification": "^4.0.6",
80
- "@hi-ui/number-input": "^4.1.2",
80
+ "@hi-ui/number-input": "^4.1.3",
81
81
  "@hi-ui/pagination": "^4.0.10",
82
82
  "@hi-ui/picker": "^4.0.6",
83
83
  "@hi-ui/pop-confirm": "^4.0.6",
@@ -98,9 +98,9 @@
98
98
  "@hi-ui/svg-icon": "^4.0.4",
99
99
  "@hi-ui/switch": "^4.0.6",
100
100
  "@hi-ui/table": "^4.1.0",
101
- "@hi-ui/tabs": "^4.0.8",
101
+ "@hi-ui/tabs": "^4.1.0",
102
102
  "@hi-ui/tag": "^4.0.7",
103
- "@hi-ui/textarea": "^4.1.0",
103
+ "@hi-ui/textarea": "^4.1.1",
104
104
  "@hi-ui/time-picker": "^4.0.9",
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",
@@ -119,7 +119,6 @@
119
119
  "devDependencies": {
120
120
  "@hi-ui/core": "^4.0.5",
121
121
  "@hi-ui/core-css": "^4.1.0",
122
- "@hi-ui/hi-build": "^4.0.1",
123
122
  "react": "^17.0.1",
124
123
  "react-dom": "^17.0.1"
125
124
  }