Skip to content

1.2.4

Compare
Choose a tag to compare
@pedrolamas pedrolamas released this 02 Mar 11:33
· 290 commits to master since this release
  • New IWindowsStoreService and IWindowsPhoneStoreService to retrieve application information from the Store
  • New EnterKeyBehaviour that allows a command to be invoked when the Enter key is pressed on a specific control
  • New UpdateTextBindingOnPropertyChanged and UpdatePasswordBindingOnPropertyChanged to immediate update of a binding (instead of just when a control loses focus)
  • New DateTimeExtensions and DateTimeOffsetExtensions
  • All implemented service members are now marked with "virtual", allowing for easier customization by inheriting and overriding the default implementations
  • Other fixes and improvements