v1.3.2 / v1.0.2 ------------------------------------------ Major release with bug fixes/requiermnets: #2 EditableAppointmentWheel - no start/end wheel events fired #3 EditableAppointmentWheel - cannot use parse for non us format dates. Fix: added option to pass dateParseFunction where you can handle string to date conversions by yourself. Combined with EditorDateFormat property you can handle any date format from now on. #4 Date Wheels did not initiate to correct date if no initialValue was set. Date object compare issues caused setting values externaly to not work for all values. Fix: Added compareItemsFunction support in spinBoxes. For dates compare manualy (Dont use default ObjectUtil.compare). #5 Mouse Wheel not connected to scroll. Requirement added! - MOUSE WHEEL scrolls the wheel when over it. v1.3.1 / v1.0.1 ------------------------------------------ HotFix release with 1 bug fix - if initialValuesArray was not present then wheel change events where not fired. Subclasses of BaseDateWheel where not affected becuase array was set always. v1.3.0 / v1.0.0 ------------------------------------------ First release