Skip to content

Commit

Permalink
Roll revision. Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Reyes committed Apr 2, 2018
1 parent 349d11b commit 78e6d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 78e6d76

Please sign in to comment.