All Versions
70
Latest Version
Avg Release Cycle
175 days
Latest Release
2730 days ago

Changelog History
Page 3

  • v2.0.2 Changes

    • โœ‚ Removed unnecessary 'ready' event listener from inline calendars
  • v2.0.1 Changes

    • ๐Ÿ›  Fixed an issue where input calendars wouldn't be hidden upon initialization
    • ๐Ÿ›  Fixed an issue where .options() would forget an internal setting that identifies inputs
    • ๐Ÿ›  Fixed an issue where .options.reset() would forget the container for an inline calendar
    • ๐Ÿ›  Fixed an issue where .options.reset() would hide an inline calendar
  • v2.0.0 Changes

    • โœ‚ Removed necessity to wait until 'ready' event was fired in order to interact with calendar
    • ๐Ÿšš Event listeners registered on a 'destroy' event handler will no longer be immediately removed
    • Introduced ability to pass weekdayFormat as an array with 7 strings
  • v1.2.4 Changes

    • ๐Ÿ›  Fixed an issue where autoHideOnBlur wouldn't work on Firefox
  • v1.2.3 Changes

    • ๐Ÿ›  Fixed an issue where you couldn't navigate months if the calendar was out of range
  • v1.2.2 Changes

    • โž• Added ability to change weekdays format
  • v1.2.1 Changes

    • ๐Ÿ”„ Changed navigation buttons to button type
  • v1.2.0 Changes

    • ๐Ÿ”„ Changed weekStart default value to moment().weekday(0).day()
  • v1.1.6 Changes

    • ๐Ÿ—„ Circumvented a deprecation warning from moment
  • v1.1.5 Changes

    • โฌ†๏ธ Bumped moment to v2.8.2