Skip to content

Commit 8057f6b

Browse files
author
Nathan Reyes
committed
Itegrate support for complex attribute dates, endless dates and custom data. Closes #7, closes #12, closes #19, closes #20, closes #21.
1 parent 0931306 commit 8057f6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Add support for attribute `excludeDates`, date picker `availableDates`. Closes #19.
55
* Add support for endless date ranges using null for start/end dates. Closes #20.
66
* Add support for attaching custom data to attributes via `customData` property. Closes #21.
7+
* Add Turkish locale.
78

89
## 0.3.3
910
* Fix duplicate input event for inline date picker

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-calendar",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)