diff --git a/README.md b/README.md index 56ee245..8e40cdf 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Full props documentation is available at https://icehaunter.github.io/vue3-datep - `decadePageChanged`: Emitted when a page is changed on the year picker view, displaying a different decade. Has a date that is included in the shown decade as an argument. - `yearPageChanged`: Emitted when a page is changed on the month picker view, displaying a different year. Has a date that is included in the shown year as an argument. - `monthPageChanged`: Emitted when a page is changed on the day picker view, displaying a different month. Has a date that is included in the shown month as an argument. + ## Compatibility Package is transpiled and should be usable for everyone with ES6 and above, but the styling of the datepicker itself uses CSS Grid and CSS variables. diff --git a/package.json b/package.json index ff95f4f..a66eaf0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "private": false, "name": "vue3-datepicker", - "version": "0.3.7", + "version": "0.3.8", "publishConfig": { "access": "public" },