1.4.3
What's changed?
- (JS) The overdue flags now contains the relative time between overdue date and today
- (JS/CSS) Option
noOverdueDays
is renamed tonoOverdueFlag
- Fix (CSS): task description
display: inline
⚠️ All users must modify their dv.view() code line ⚠️
- Fix (JS): Error handler for firstDayOfWeek doesn't work properly. The input of 0 (zero) as number for using Sundays as first day of week doesn't work. Now the user has to write the firstDayOfWeek value inside quotes.
firstDayOfWeek: "0"