Updated the color pickers such that the end user can tap and drag anywhere in a hue ring or saturation/brightness square to change color attributes, and not just on the thumb.
Added a new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
Added new features for adding inline UI elements within edit boxes.
Updated the TimeEditBox QuickStart to show off an inline button for setting the current time.
Improved the DateEditBox and TimeEditBox default formats to better support parsing of entered text values that lack part delimiters.
Improved EditBoxPicker input handling for a more ComboBox-like experience.
Improved how many edit boxes handle updates to range properties like Minimum and Maximum.
Updated DateTimeEditBox and TimeEditBox to better handle millisecond entry.
Improved TimeSpanEditBox's text entry support for custom formats.
Updated TimeSpanPicker to only allow editing of parts that appear in the TimeSpanEditBox's format.
Added the DateTimeEditBox.SetValueToNowCommand property, that resets the Value to DateTime.Now when executed.
修补程序
Fixed a bug where pressing a radial slider increment or decrement button would close a containing popup when used within a toolbar.