Release Notes: Some fixes concerning min, max, and startView initialization, and a new option that allows you to place the picker just under the input field in the component implementation.


Release Notes: A patch to fix an issue on viewSelect, which took inverted logic.


Release Notes: The release introduce meridian support (AM/PM). Both selection screens (day and hour) and input field has been updated to support this functionality. To use it, just activate the "showMeridian" flag and update the date format. This release lets you choose the selection of the view from which the input field is updated. By default, it's the last one, but you can specify it with the "viewSelect" property.


Release Notes: One bug has been fixed concerning the start date. An optimization has been added to prevent to many events from being triggered on a 'hide' call. The JavaScript file is now available in the minified release (yui compressor).


Release Notes: This release fix a timezone bug. This bug generated an incorrect month view where many days were missing.


Release Notes: Instead of selecting the start date if you pick an out of range date, now nothing is selected but an event is triggered (outOfRange). pickerReferer has been deprecated. pickerPosition has been added, placing the picker just under the input field in the component implementation.