@croquiscom/pds 16.13.1 → 16.13.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.
- package/CHANGELOG.md +15 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 16.13.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6f92d2f: - DatePicker disabledDays 인풋에 직접 입력하면 세팅이 되는 현상 수정
|
|
8
|
+
- DatePicker Input 입력 제한 해제
|
|
9
|
+
|
|
10
|
+
## 16.13.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- a221f6f: DatePicker Input 입력 기능 제한
|
|
15
|
+
|
|
16
|
+
- disabledDays validate 기능 버그가 있어 해소전까지 제한합니다.
|
|
17
|
+
|
|
3
18
|
## 16.13.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|