Skip to content

Commit

Permalink
Fix detection of intersecting dates. Closes #12. Add constructor opti…
Browse files Browse the repository at this point in the history
…on. Closes #37.
  • Loading branch information
Nathan Reyes committed Jan 10, 2018
1 parent 6f25fa4 commit 1a13bdd
Show file tree
Hide file tree
Showing 39 changed files with 13,257 additions and 19,138 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.5.3
## Bug Fixes
* Detect date range intersections with `disabled-dates`. Closes #12.

## Improvements
* Added `componentPrefix` constructor option when using plugin. Closes #37.
* Redesigned popover for selected and dragged regions in `v-date-picker`.
* Input elements in `v-date-packer` no longer require `readonly` attribute when using date patterns with `disabled-dates` or `available-dates`.
* Popovers for selected and dragged regions can be hidden via `show-popover` prop in `v-date-picker`.
* Use custom component for popover attributes via the `component` property.
* Testing framework moved to Jest. Added tests for detecting date collisions.
* Update README for more clear introduction guide.

# v0.5.2
## Bug Fixes
* Fix bug for wrong/missing parameters passed on day events. Closes #33.
Expand Down
Loading

0 comments on commit 1a13bdd

Please sign in to comment.