Release History

By product

Q3 2013 SP1

November 27, 2013

AutoCompleteBox

NEW
  • SuggestionSelectedCommand and SuggestionSelectedCommandBehavior dependency properties
FIXED
  • Null-reference exception when tapping on an item
  • EmptyFilterBehavior fixes
  • Regression that was introduced in Q3 2013 with PropertyChanged events fired multiple times for FilteredSuggestions
  • ArgumentOutOfRange exception that occurred sporadically when typing very fast
  • EmptyFilterBehavior issues: the popup with all suggestions was not shown on focus when the mode is ShowAll

Calendar

FIXED
  • The AppointmentSource's FetchData was called twice on initial load.

Chart

FIXED
  • Issues with the design time support in Visual Studio 2013

CloudDataSync

FIXED
  • Inability to choose between HTTP or HTTPS connection modes with the Everlive cloud services
  • Issue with wrong local storage queries performed by the sync mechanism which prevented it from correctly acquiring and modifying local items
CHANGED
  • CloudControls and Cloud Data Sync do not use HTTPS by default now. This can be changed with a property in the corresponding Settings container used to initialize the Everlive provider, normally in the App.xaml.cs file.

DataBoundListBox

NEW
  • ListFooterDisplayMode and ListHeaderDisplayMode properties that enable to determine how footers and headers will be displayed depending on whether there are items in the source
  • ItemReorderStateChanged event that fires when the reordering is started or stopped
FIXED
  • Dynamically changing the ListHeaderDisplayMode and ListFooterDisplayMode properties now updates the viewport accordingly.
  • Issues with positioning the Pull-to-Refresh indicator when ItemRemovedAnimation is defined
CHANGED
  • The Default value from the HeaderFooterDisplayMode enum is changed to AlwaysVisible

DataForm

FIXED
  • The validation messages were not styled correctly

DateTimePicker

NEW
  • New properties OkButtonText and CancelButtonText which allow the text in the application bar buttons to be changed.

Diagnostics

FIXED
  • When HandleUnhandledException was set to false, the email task was interrupted.

ImageEditor

NEW
  • Added out of the box localization for German, Italian and French.
FIXED
  • When the CropTool was resized the aspect ratio was not preserved.

ListPicker

NEW
  • New properties OkButtonText and CancelButtonText which allow the text in the application bar buttons to be changed.
  • New events PopupItemCheckedStateChanging and PopupItemCheckedStateChanged that are fired when an item's checked state is changed.
FIXED
  • When the popup was opened the SelectedItem was not visible if it had been set programmatically.

PasswordBox

FIXED
  • When a button was tapped the control lost focus.
  • When two password box were on the same page the application was freezing on PeekButton tap.

Tooltip

FIXED
  • Fixed an issue with animation of element with tooltip.