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 a2fa045 commit 507c85aCopy full SHA for 507c85a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.7.3
2
+## Bug Fixes
3
+* Fix scoped slot usage in `v-date-picker` render function. Closes #83.
4
+
5
# v0.7.2
6
## Bug Fixes
7
* Fix event collision when using render functions. Closes #82.
package.json
@@ -1,6 +1,6 @@
{
"name": "v-calendar",
- "version": "0.7.2",
+ "version": "0.7.3",
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
"keywords": [
"vue",
0 commit comments