Skip to content

Commit 1a13bdd

Browse files
author
Nathan Reyes
committed
Fix detection of intersecting dates. Closes #12. Add constructor option. Closes #37.
1 parent 6f25fa4 commit 1a13bdd

39 files changed

+13257
-19138
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.5.3
2+
## Bug Fixes
3+
* Detect date range intersections with `disabled-dates`. Closes #12.
4+
5+
## Improvements
6+
* Added `componentPrefix` constructor option when using plugin. Closes #37.
7+
* Redesigned popover for selected and dragged regions in `v-date-picker`.
8+
* Input elements in `v-date-packer` no longer require `readonly` attribute when using date patterns with `disabled-dates` or `available-dates`.
9+
* Popovers for selected and dragged regions can be hidden via `show-popover` prop in `v-date-picker`.
10+
* Use custom component for popover attributes via the `component` property.
11+
* Testing framework moved to Jest. Added tests for detecting date collisions.
12+
* Update README for more clear introduction guide.
13+
114
# v0.5.2
215
## Bug Fixes
316
* Fix bug for wrong/missing parameters passed on day events. Closes #33.

0 commit comments

Comments
 (0)