Skip to content

Version 1.4.5

Latest
Compare
Choose a tag to compare
@GramThanos GramThanos released this 12 Dec 12:33
· 19 commits to master since this release

version date
added fixed translated

Changelog

  • Added

    • Added extension add method jsCalendar.ext('example', {init : <function>, create : <function>, update : <function>});
    • Added methods freeze/unfreeze/isFrozen to prevent the calendars from re-rendering the UI PR#56 by [paxperscientiam](https://github.com/paxperscientiam]
  • Bugs

    • Fixed info.start parameter on onMonthRender (was not the first date)
    • Fixed selected dates not highlighted bug (depending on your timezone) (issue #44)
    • Fixed onDateRender incorrect isCurrentMonth, isPreviousMonth and isNextMonth (issue #45)
    • Fixed fdotw bug #42
    • Improved UX on dates outside min & max limits PR#58 by zangarmarsh
    • Fixed invalid date passed as date object not being detected
    • Fixed Catalan Language spelling mistake
  • New Languages