We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0931306 commit 8057f6bCopy full SHA for 8057f6b
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Add support for attribute `excludeDates`, date picker `availableDates`. Closes #19.
5
* Add support for endless date ranges using null for start/end dates. Closes #20.
6
* Add support for attaching custom data to attributes via `customData` property. Closes #21.
7
+* Add Turkish locale.
8
9
## 0.3.3
10
* Fix duplicate input event for inline date picker
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "v-calendar",
3
- "version": "0.3.2",
+ "version": "0.4.0",
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
"keywords": [
"vue",
0 commit comments