You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog
2
2
3
+
### v3.5.2
4
+
* fixed range mode [#613](https://github.com/t1m0n/air-datepicker/issues/613)
5
+
3
6
### v3.5.1
4
7
* improved `destroy()` behavior - added `isDestroyed` property, `opts` and `selectedDates` will still have empty values, instead of `null`, even after AirDatepicker has been destroyed [#600](https://github.com/t1m0n/air-datepicker/issues/600)
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ new AirDatepicker('#el' [, options]);
24
24
25
25
## Recent updates
26
26
27
+
### v3.5.2
28
+
* fixed range mode [#613](https://github.com/t1m0n/air-datepicker/issues/613)
29
+
27
30
### v3.5.1
28
31
* improved `destroy()` behavior - added `isDestroyed` property, `opts` and `selectedDates` will still have empty values, instead of `null`, even after AirDatepicker has been destroyed [#600](https://github.com/t1m0n/air-datepicker/issues/600)
Copy file name to clipboardExpand all lines: dist/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ new AirDatepicker('#el' [, options]);
24
24
25
25
## Recent updates
26
26
27
+
### v3.5.2
28
+
* fixed range mode [#613](https://github.com/t1m0n/air-datepicker/issues/613)
29
+
27
30
### v3.5.1
28
31
* improved `destroy()` behavior - added `isDestroyed` property, `opts` and `selectedDates` will still have empty values, instead of `null`, even after AirDatepicker has been destroyed [#600](https://github.com/t1m0n/air-datepicker/issues/600)
0 commit comments