Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Releases: nazar-pc/PickMeUp

3.2.1

19 Jan 14:08
3.2.1
Compare
Choose a tag to compare
  • fix for parsing dates consisting of timestamps

3.2.0

07 Dec 17:29
3.2.0
Compare
Choose a tag to compare
  • title_format can now be a function, allowing more customization

3.1.3

06 Mar 14:25
3.1.3
Compare
Choose a tag to compare
  • Fix top and left positions that were working incorrectly because of hidden root element

3.1.2

20 Feb 06:10
3.1.2
Compare
Choose a tag to compare
  • Fix for j formatting option

3.1.0

12 Feb 22:50
3.1.0
Compare
Choose a tag to compare
  • License changed from MIT to 0BSD
  • Removed Bower support, use NPM instead
  • CoffeeScript files converted to LiveScript
  • Added support for customizing position by specifying custom function as position option

3.0.11

07 Nov 18:59
3.0.11
Compare
Choose a tag to compare
  • Fix for selected is not defined

3.0.10

07 Nov 01:01
3.0.10
Compare
Choose a tag to compare
  • Fix parsing dates with custom locale for days of the week

3.0.9

08 Oct 06:55
3.0.9
Compare
Choose a tag to compare
  • Fix for disabled and selected in render callback didn't work with false
  • Fix for Summer/Winter time preventing dates from being shown as selected

3.0.8

16 Nov 08:58
3.0.8
Compare
Choose a tag to compare
  • Fix for removing own event listeners during destroying, fixes #153

3.0.7

11 Nov 12:54
3.0.7
Compare
Choose a tag to compare
  • Fixed main file (PR #142)
  • Do not fail with exception when target element to initialize PickMeUp not found, fixes #148
  • Fix for Twitter Bootstrap and UIkit wrappers (caused by changes in PickMeUp internals), fixes #138