From 78e6d768be23f7bcf2ad436f4843187b9ad7fbeb Mon Sep 17 00:00:00 2001 From: Nathan Reyes Date: Mon, 2 Apr 2018 16:00:10 -0500 Subject: [PATCH] Roll revision. Update README. --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d9a14838..5dd2a8d38 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,8 @@ Vue.use(VCalendar, { | `titlePosition` | String | Position of the title in the header (`"left"`, `"center"`, `"right"`) | `"center"` | | `titleTransition` | String | Transition type for title when navigating to a new page (`"slide-h"`, `"slide-v"`, `"fade"`, `"none"`) | `"slide-h"` | | `weeksTransition` | String | Transition type for weeks when navigating to a new page (`"slide-h"`, `"slide-v"`, `"fade"`, `"none"`) | `"slide-h"` | +| `paneWidth` | Number | Width of a single pane, in pixels. | `256` | +| `showLinkedButtons` | Boolean | When calendar `is-linked` and `!is-vertical`, show the inner header navigation buttons that are usually hidden. | | `datePickerTintColor` | String | Background color of the selected and dragged highlighted regions (`opacity: 0.5` for dragged). This setting is overridden by `select-attribute` and `drag-attribute` if specified. | `"#66B3CC"` | | `datePickerShowCaps` | Boolean | Show caps and the end of the highlighted and dragged regions when `mode === "range"` | `false` | | `datePickerShowDayPopover` | Boolean | Show popover for dragged and selected regions | `true` | diff --git a/package.json b/package.json index 1f6b017c9..00c5884d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-calendar", - "version": "0.8.0", + "version": "0.9.0", "description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.", "keywords": [ "vue",