Version 1.4.4
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
- Option and method
- Default options were exposed on
jsCalendar.options["option-name"]
- Exposed
jsCalendar.tools.getElement
method (previously known asjsCalendar.prototype._getElement
)
- Render handlers (based on PR #35 by jordanwallwork and Issue #40 by Daniel Rudolf)
- API
-
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
andonMonthChange
)
- Fixed days locale bug of the
- Languages
- Fixed French language typo (by amstr4d)
- Bugs
-
Translations
- Languages
- Added Dutch Language (by mikedebruijn)
- Added Catalan Language (by antonstsk)
- Added Swedish Language (by olssonm)
- Added Belarusian Language (by vorvule)
- Languages