Skip to content

1.4.3

Compare
Choose a tag to compare
@702573N 702573N released this 22 Dec 13:39
· 14 commits to main since this release
d6f1566

What's changed?

  • (JS) The overdue flags now contains the relative time between overdue date and today
  • (JS/CSS) Option noOverdueDays is renamed to noOverdueFlag
  • 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"