@innoways/ajv 9.0.14 → 9.0.16
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/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feature: DatepickerField updated to support custom date formats, picker, showtime, time_24hr configs 9.0.15
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/drip-form-plugin-formats@9.0.16
|
|
10
|
+
- @innoways/drip-form-plugin-keywords@9.0.16
|
|
11
|
+
|
|
12
|
+
## 9.0.15
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- feat: add datePicker schema configuration and improve date handling in DatePickerField 9.0.15
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @innoways/drip-form-plugin-formats@9.0.15
|
|
19
|
+
- @innoways/drip-form-plugin-keywords@9.0.15
|
|
20
|
+
|
|
3
21
|
## 9.0.14
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/ajv",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.16",
|
|
4
4
|
"description": "drip ajv核心包",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ajv"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"url": "https://github.com/JDFED/drip-form/"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@innoways/drip-form-plugin-formats": "^9.0.
|
|
38
|
-
"@innoways/drip-form-plugin-keywords": "^9.0.
|
|
37
|
+
"@innoways/drip-form-plugin-formats": "^9.0.16",
|
|
38
|
+
"@innoways/drip-form-plugin-keywords": "^9.0.16",
|
|
39
39
|
"ajv": "^8.6.2",
|
|
40
40
|
"ajv-errors": "^3.0.0",
|
|
41
41
|
"ajv-formats": "^2.1.0",
|