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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,25 @@
1
-
# v0.6.0
1
+
# v0.6.1
2
2
## Bug Fixes
3
+
`v-date-picker`
4
+
* Prevent bug causing infinite update cycle loop and locking the browser when using `disabled-dates`. Closes #61.
5
+
6
+
## Improvements
7
+
`v-calendar`
8
+
* Improve efficiency of date intersection detection logic.
3
9
10
+
# v0.6.0
11
+
## Bug Fixes
4
12
`v-date-picker`
5
13
* Bug: `fromPage` and `toPage` not updating when new date was assigned or selected.
6
14
Fix: `fromPage` and `toPage` are updated when new value is assigned, if needed. Closes #51.
7
15
* Bug: When clearing out input element, infinite start and end dates selected.
8
16
Fix: When clearing out input element, date is cleared or reverts to previous value, depending on `is-required` prop or if dragging in `"range"` mode. Closes #54.
9
17
10
18
## Improvements
11
-
12
19
* Add Finnish translation to locales
13
-
14
20
`v-calendar`
15
-
### Props
16
-
* Rename `popover-header` slot name to `day-popover-header` to more clearly identify slot target
17
21
### Slots
22
+
* Rename `popover-header` slot name to `day-popover-header` to more clearly identify slot target
18
23
* Add `day-popover-footer` slot for day popover footers
19
24
*`day-popover-header`, `day-popover-footer` and custom popover slots accept `day` prop instead of `day-info` prop
0 commit comments