Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.63 KB

changelog.md

File metadata and controls

41 lines (32 loc) · 1.63 KB

2.3.x (Unreleased yet)

  • New event fill event added
  • New scss parameter for color of selected date
  • UIkit integration

2.2.3 (January 18, 2014)

  • Fix for issue #7: Doesn't close when focus is lost from input field
  • Fix for issue #8: NaN is appearing instead of numbers

2.2.2 (January 11, 2014)

  • update, get_date, set_date methods are not working

2.2.1 (January 08, 2014)

  • Fix for issue #4): Callbacks only apply to first of original selector

2.2.0 (January 08, 2014)

  • Automatic getting and setting value when applied to input (fixes issue #3)
  • New separator option.

2.1.2 (November 29, 2013)

  • Positioning fix

2.1.1 (November 25, 2013)

  • Fixed typo

2.1.0 (November 21, 2013)

  • Current day marked with class pmu-today and has its own color settings
  • Bad input ignored, today's date assumed
  • Disabled text selection
  • Arrows only on first and last calendars
  • New min and max options
  • New hide_on_select option

2.0.1 (November 21, 2013)

  • Large internal refactoring, hopefully code now is more clear, consistent and understandable.
  • this in any callback will be the same element, on which pickmeup() was called (actually, the same for internal functions).
  • Current options (for whatever reason) can be accessed as $('...').data('pickmeup-options').
  • Root pickmeup element (jQuery collection object) can be accessed as $('...').get(0).pickmeup or directly this.pickmeup if inside callback.

1.0.0 (November 16, 2013)

  • Initial release