Williamtroup Calendar.js Versions Save

📅 A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.

2.10.15

3 weeks ago
  • Renamed the public function "exportAllEvents()" to "export()".
  • Added new public function "import()”, which can be used to import events from a specific file object (for JSON and iCAL files).
  • Code improvements for readability.

2.10.14

1 month ago

Translations:

  • Added translation support for Frisian (fy).
  • Added translation support for Sinhalese (si).
  • Added translation support for Tagalog (tl).
  • Added translation support for Tamil (ta).
  • Added translation support for Taiwanese (zh-tw).
  • Added translation support for Telugu (te).

Fixes & Improvements:

  • Removed the documentation from the main Calendar.js file (at the top), as it's not needed and involves duplicate work.
  • Fixed a minor formatting issue in the "package.json" file.
  • Fixed some of the arrow buttons in the display showing strange transition effects when they are changed.
  • Fixed the "Timeline" view axis not staying over the top of events when scrolled.
  • Improved the way default function parameters are handled.
  • Fixed the tabs showing a strange transition effect when opened/closed.

2.10.13

2 months ago
  • Fixed a fault that prevented the "onEventClick" and "onEventDoubleClick" custom triggers from firing in in the "Timeline" view.
  • Removed all documentation, as it now all available on the main website.

2.10.12

2 months ago
  • Updated the main icon image.
  • Fixed a fault that prevented the "hidden" date picker input using an ISO standard for the selected date.

2.10.11

2 months ago
  • Fixed a fault that prevented the custom trigger "onSetDate" from firing when the "Jump To Date" dialog is used.
  • Fixed a fault that caused all pre-configured settings to be wiped out when calling "setOptions()".

2.10.10

2 months ago
  • Fixed the CLASS.md documentation links (thank you @cdoublev).
  • Fixed a spelling mistake in the configuration/OPTIONS.md documentation (thank you @mrussojr).
  • Fixed a fault that specified an invalid default value for the "reverseOrderDaysOfWeek" setting.
  • Added translation support for Afrikaans (af).
  • Added translation support for Armenian (hy).
  • Added translation support for Belarusian (be).
  • Added translation support for Catalan (ca).
  • Added translation support for Esperanto (eo).

2.10.9

3 months ago
  • Added install instructions into the main README files.
  • Fixed the "calendar.js.nuspec" file including the ".github" folder when NuGet PACK is called.
  • Added Math injection directly into the main instance.
  • Added JSON injection directly into the main instance.
  • Added a new ":root" variable called "--calendar-js-default-font" (the default font is now different and more in line with Bootstrap).
  • Updated the package files to contain better keywords.
  • All hover transition effects now work in all states (when entering/leaving an element), which results in a smoother display.
  • Added translation support for Hebrew (he).
  • Added translation support for Indonesian (id).
  • Added translation support for Estonian (et).
  • Added translation support for Icelandic (is).
  • Added translation support for Nepali (ne).
  • Added translation support for Thai (th).
  • Added translation support for Slovenian (sl).
  • Added translation support for Farsi (fa).
  • Added translation support for Slovak (sk).
  • Added translation support for Luxembourgish (lb).
  • Added translation support for Irish (ga).
  • Added translation support for Galician (gl).
  • Added translation support for Malay (ms).

2.10.8

3 months ago
  • Fixed a fault that allowed negative values to be entered into the "Alarm Offset (minutes)" field in the Event Editor dialog.
  • Fixed a fault that caused all local storage objects to be cleared when the Calendar uses the setting "useLocalStorageForEvents".
  • Updates to the Chinese (simplified) translations (thank you @ZhangChengLin).

2.10.7

3 months ago
  • Fixed some dialog titles not showing the right text color (they were inherited from the body).
  • Added translation support for Danish (da).
  • Added translation support for Ukrainian (uk).
  • Added translation support for Dutch (nl).
  • Added translation support for Finnish (fi).
  • Added translation support for Greek (el).
  • Added translation support for Georgian (ka).
  • Added translation support for Korean (ko).
  • Added translation support for Hungarian (hu).
  • Added translation support for Italian (it).
  • Added translation support for Latvian (lv).
  • Added translation support for Lithuanian (lt).
  • Added translation support for Norwegian (no).
  • Added translation support for Romanian (ro).
  • Added translation support for Swedish (sv).
  • Added translation support for Bulgarian (bg).

2.10.6

3 months ago
  • Updates to the Chinese translations (thanks @ZhangChengLin).
  • Updates to the German translations (thanks @magistratus-de).