@innoways/drip-form-theme-antd 9.0.9 → 9.0.11
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 +18 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: optimize form data dispatch in useValidate to prevent unnecessary updates 9.0.11
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/hooks@9.0.11
|
|
10
|
+
- @innoways/utils@9.0.11
|
|
11
|
+
|
|
12
|
+
## 9.0.10
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- feat: add id prop support to StyledFlatPicker for better form labelling 9.1.0
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @innoways/hooks@9.0.10
|
|
19
|
+
- @innoways/utils@9.0.10
|
|
20
|
+
|
|
3
21
|
## 9.0.9
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -21893,6 +21893,7 @@ var TimePickerField = function TimePickerField(_ref) {
|
|
|
21893
21893
|
onChange: _onChange,
|
|
21894
21894
|
style: style,
|
|
21895
21895
|
locale: locale,
|
|
21896
|
+
format: format,
|
|
21896
21897
|
use12Hours: use12Hours,
|
|
21897
21898
|
placeholder: restProps.placeholder || 'Please select a time'
|
|
21898
21899
|
}, restProps));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/drip-form-theme-antd",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.11",
|
|
4
4
|
"author": "JDFED",
|
|
5
5
|
"description": "drip-form antd主题包",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ant-design/icons": "^4.7.0",
|
|
33
33
|
"@babel/runtime": "^7.10.2",
|
|
34
|
-
"@innoways/hooks": "^9.0.
|
|
35
|
-
"@innoways/utils": "^9.0.
|
|
34
|
+
"@innoways/hooks": "^9.0.11",
|
|
35
|
+
"@innoways/utils": "^9.0.11",
|
|
36
36
|
"antd": "^4.16.13",
|
|
37
37
|
"flatpickr": "4.6.3",
|
|
38
38
|
"moment": "^2.26.0",
|