Skip to content

Commit

Permalink
Itegrate support for complex attribute dates, endless dates and custo…
Browse files Browse the repository at this point in the history
…m data. Closes #7, closes #12, closes #19, closes #20, closes #21.
  • Loading branch information
Nathan Reyes committed Dec 11, 2017
1 parent 0931306 commit 8057f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Add support for attribute `excludeDates`, date picker `availableDates`. Closes #19.
* Add support for endless date ranges using null for start/end dates. Closes #20.
* Add support for attaching custom data to attributes via `customData` property. Closes #21.
* Add Turkish locale.

## 0.3.3
* Fix duplicate input event for inline date picker
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.3.2",
"version": "0.4.0",
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
"keywords": [
"vue",
Expand Down

0 comments on commit 8057f6b

Please sign in to comment.