What's Changed
- Calendar: upgrade to v3 by @robsontenorio in #1063
Breaking change
Upgrade to the latest VanillaCalendarPro v3 version.
<script src="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/index.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.1.0/styles/index.min.css" rel="stylesheet">Actually you just need to update the CDN scripts.
Additionally if you use the $config object, take a look at VanillaCalendarPro api docs.
If you don't, you are good to go.
Full Changelog: 2.7.2...2.8.0