Skip to content

Version 1.4.4

Compare
Choose a tag to compare
@GramThanos GramThanos released this 05 May 17:29
· 110 commits to master since this release
b247b7a

version date
added fixed translated

Changelog

  • Added

    • API
      • Render handlers (based on PR #35 by jordanwallwork and Issue #40 by Daniel Rudolf)
        • Option and method onMonthRender
        • Option and method onDayRender
        • Option and method onDateRender
      • Default options were exposed on jsCalendar.options["option-name"]
      • Exposed jsCalendar.tools.getElement method (previously known as jsCalendar.prototype._getElement)
  • Fixed

    • Bugs
      • Fixed days locale bug of the setLanguage method (Issue #28)
      • Fixed a typo in French language (by Thomas Chapuis)
      • Fixed min-date comparison on previous month navigation (Issue #30)
      • Fixed compatibility with bootstrap (Issue #31)
      • Fixed classic micro theme days of the week width bug
      • Fixed not parsing dataset options on dynamic calendar creation
      • Fixed this not pointing to jsCalendar instance on events handlers (onDateClick and onMonthChange)
    • Languages
      • Fixed French language typo (by amstr4d)
  • Translations