vue-simple-calendar
Advanced tools
Changelog
7.1.0 (2024-02-03)
Changelog
7.0.1 (2024-01-15)
Changelog
7.0.0 (2024-01-14)
kebab-case
, which is the norm for Vue 3 (#224)click-item
, item-mouseenter
, item-mouseleave
, and drag-start
events (they send the normalized item, not the original)Changelog
6.3.1 (2023-02-11)
package.json
exports
list (#218)Changelog
6.3.0 (2023-01-26)
enableHtmlTitles
option to make it easier to sanitize user-provided content in calendar item title
values, and a related warning in the README (thanks Pau!)Changelog
6.2.1 (2022-10-17)
Changelog
6.2.0 (2022-10-15)
date-selection
, date-selection-start
, and date-selection-finish
now pass the DOM event as a second parameter to your event handler rather than as the third element of the array. This is more consistent with other events, and makes typing for the event handlers easier.If you need time to make some changes to adjust for the stricter event typing that is now available, please use 6.1.0 for now, since other than the above, these versions are identical.
Changelog
6.1.0 (2022-10-15)
npm run dev
)script setup