|  | 
| 1 |  | -## 0.4.3 | 
|  | 1 | +# v0.5.0 | 
|  | 2 | +## Bug Fixes | 
|  | 3 | +* Day content more vertically centered with `line-height: 1` | 
|  | 4 | +* Strip unused component props | 
|  | 5 | + | 
|  | 6 | +## Improvements | 
|  | 7 | +* Support day popovers for attributes (custom slots supported). Closes #13. | 
|  | 8 | +* Support `dayPopoverContent` theme style | 
|  | 9 | +* Support multiple visibility options for navigation header ('hover', 'focus', 'visible', 'hidden') | 
|  | 10 | +* Simplified popover visibility state transitions | 
|  | 11 | +* Support `span` (day length) in place of `end` date for date ranges | 
|  | 12 | +* Add `targetDate` property to attributes passed in event handlers | 
|  | 13 | +* Extract touch handlers to separate state functions | 
|  | 14 | +* Require Vue v2.5.0+ | 
|  | 15 | + | 
|  | 16 | +# v0.4.3 | 
| 2 | 17 | * Fix bug for duplicated weekday label keys. Closes #28. | 
| 3 | 18 | 
 | 
| 4 |  | -## 0.4.2 | 
|  | 19 | +# v0.4.2 | 
| 5 | 20 | * Convert event names to all lowercase to support in-DOM templates. Closes #26. | 
| 6 | 21 | 
 | 
| 7 |  | -## 0.4.1 | 
|  | 22 | +# v0.4.1 | 
| 8 | 23 | * Use local nextTick reference, deleting Vue scope dependency. | 
| 9 | 24 | * Fix null attribute bug in date picker. | 
| 10 | 25 | 
 | 
| 11 |  | -## 0.4.0 | 
|  | 26 | +# v0.4.0 | 
| 12 | 27 | * Fix weekday labels not always having same exact width | 
| 13 | 28 | * Add support for complex attribute dates. Closes #7 and #12. | 
| 14 | 29 | * Add support for attribute `excludeDates`, date picker `availableDates`. Closes #19. | 
| 15 | 30 | * Add support for endless date ranges using null for start/end dates. Closes #20. | 
| 16 | 31 | * Add support for attaching custom data to attributes via `customData` property. Closes #21. | 
| 17 | 32 | * Add Turkish locale. | 
| 18 | 33 | 
 | 
| 19 |  | -## 0.3.3 | 
|  | 34 | +# v0.3.3 | 
| 20 | 35 | * Fix duplicate input event for inline date picker | 
| 21 | 36 | 
 | 
| 22 |  | -## 0.3.2 | 
|  | 37 | +# v0.3.2 | 
| 23 | 38 | * Fix styling bug introduced by v0.3.1. | 
| 24 | 39 | 
 | 
| 25 |  | -## 0.3.1 | 
|  | 40 | +# v0.3.1 | 
| 26 | 41 | * Fix bug with duplicate events being fired. Closes #15. | 
| 27 | 42 | * Fix application of styling for date pickers when not inline. Closes #17. | 
| 28 | 43 | 
 | 
| 29 |  | -## 0.3.0 | 
|  | 44 | +# v0.3.0 | 
| 30 | 45 | * Add support for accepting various defaults when calling Vue.use(VCalendar, { ...defaults... }) | 
| 31 | 46 | * Set default calendar pages to best show date picker values | 
| 32 | 47 | * Fix issue where inline date picker would not respond to is-expanded. Fixes #8. | 
| 33 | 48 | * Dismiss popovers on navigation month select and date selection. Fixes #9. | 
| 34 | 49 | * Fix issue where popover content not properly layered. Fixes #10. | 
| 35 | 50 | * Add locale detection and support user-supplied locales for month/weekday labels. Fixes #11. | 
| 36 | 51 | 
 | 
| 37 |  | -## 0.2.2 | 
|  | 52 | +# v0.2.2 | 
| 38 | 53 | * Fix bug where is-expanded prop not working for calendar component | 
| 39 | 54 | 
 | 
| 40 |  | -## 0.2.1 | 
|  | 55 | +# v0.2.1 | 
| 41 | 56 | * Fix layout bug with navigation panel in Firefox | 
| 42 | 57 | 
 | 
| 43 |  | -## 0.2.0 | 
|  | 58 | +# v0.2.0 | 
| 44 | 59 | * Simplify header title layout | 
| 45 | 60 | * Add navigation panel popover with indicators | 
| 46 | 61 | * Add passive event modifiers for touch events | 
|  | 
| 50 | 65 | * Move DateInfo class into separate file | 
| 51 | 66 | * Fix date logic for range intersections | 
| 52 | 67 | 
 | 
| 53 |  | -## 0.1.1 | 
|  | 68 | +# v0.1.1 | 
| 54 | 69 | * Add documentation for custom theming | 
| 55 | 70 | * Restructure docs component hierarchy | 
| 56 | 71 | * Remove lib files from git tracking | 
| 57 | 72 | * Fix layout bug in calendar pane | 
| 58 | 73 | * Fix event forwarding for date picker | 
| 59 | 74 | 
 | 
| 60 |  | -## 0.1.0 | 
|  | 75 | +# v0.1.0 | 
| 61 | 76 | * Add navigation pickers in calendar headers | 
| 62 | 77 | 
 | 
| 63 |  | -## 0.0.9 | 
|  | 78 | +# v0.0.9 | 
| 64 | 79 | * Add support for more flexible month/year navigation | 
| 65 | 80 | * Fix popover visibility bug | 
| 66 | 81 | * Fix styling bug in date example | 
| 67 | 82 | 
 | 
| 68 |  | -## 0.0.8 | 
|  | 83 | +# v0.0.8 | 
| 69 | 84 | * Add support for installing via CDN | 
| 70 | 85 | * Add licensing and copyright to README | 
| 71 | 86 | * Fix vertically centering header title | 
| 72 | 87 | * Fix styling bug with date picker | 
| 73 | 88 | * Fix setup instructions | 
| 74 | 89 | 
 | 
| 75 |  | -## 0.0.7 | 
|  | 90 | +# v0.0.7 | 
| 76 | 91 | * Add 'theme-styles' prop to calendar for theming | 
| 77 | 92 | * Remove a number of '...-style' replaced by theme-styles object | 
| 78 | 93 | * Renamed 'select-mode' prop to 'mode' for datepicker | 
| 79 | 94 | 
 | 
| 80 |  | -## 0.0.6 | 
|  | 95 | +# v0.0.6 | 
| 81 | 96 | * Fix README | 
| 82 | 97 | 
 | 
| 83 |  | -## 0.0.5 | 
|  | 98 | +# v0.0.5 | 
| 84 | 99 | 
 | 
| 85 | 100 | * Add tap to dismiss popover | 
| 86 | 101 | * Add tint color (with blending) for easy date picker styling | 
| 87 | 102 | * Add support for custom title position (left, center, right) | 
| 88 | 103 | 
 | 
| 89 |  | -## 0.0.4 | 
|  | 104 | +# v0.0.4 | 
| 90 | 105 | 
 | 
| 91 | 106 | * Fix lib subfolder not published | 
| 92 | 107 | * Add license declaration | 
|  | 
0 commit comments