QCalendar v1.3.12 has been released!
-
https://github.com/quasarframework/quasar-ui-qcalendar/releases/tag/v1.3.12
- new: methods: ‘daysBetwen’, ‘weeksBetween’, ‘isOverlappingDates’
- added: testing for functions (98% coverage)
- fix: ‘diffTimestamp’ should return ms, not days
- removed: ‘nextMinutes’ - use ‘addToDate’ instead
- fix(getDateTime): when no time is available (hasTime === false)
- fix(parseTime): handling improvements
- perf(timestamp): isBetweenDates with useTime
- perf(isLeapYear): 16% faster on https://jsperf.com/isleapyear
- fix(addToDate): needs to modify and return a copy of original timestamp
- fix(docs): month day slot examples