Releases: nazar-pc/PickMeUp
Releases · nazar-pc/PickMeUp
3.2.1
- fix for parsing dates consisting of timestamps
3.2.0
title_format
can now be a function, allowing more customization
3.1.3
- Fix
top
and left
positions that were working incorrectly because of hidden root element
3.1.2
- Fix for
j
formatting option
3.1.0
- 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
- Fix for
selected
is not defined
3.0.10
- Fix parsing dates with custom locale for days of the week
3.0.9
- 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
- Fix for removing own event listeners during destroying, fixes #153
3.0.7
- 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