From 0413d996a3772e97b6e0dffd1fa7e3fb3702296c Mon Sep 17 00:00:00 2001 From: Manuk Minasyan Date: Fri, 7 Feb 2020 20:38:50 +0400 Subject: [PATCH] Minimum and maximum selected dates functionality (Imporvments) --- package.json | 2 +- src/Demo.vue | 2 +- src/components/FunctionalCalendar.vue | 74 ++++++++++++++++++++------- 3 files changed, 58 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 9e2d441..e139a0c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "name": "vue-functional-calendar", "description": "Lightweight, high-performance calendar component based on Vue.js", - "version": "2.7.6", + "version": "2.7.7", "license": "MIT", "repository": { "type": "git", diff --git a/src/Demo.vue b/src/Demo.vue index 6dce225..a587302 100644 --- a/src/Demo.vue +++ b/src/Demo.vue @@ -1,6 +1,6 @@