Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

v1.0.2 Ironing out some bugs & adding some Command goodness

Compare
Choose a tag to compare
@jfversluis jfversluis released this 21 Jan 08:59
· 334 commits to main since this release
a5bbc64

New functionality for you to enjoy:

  • Add BaseCommand.ChangeCanExecute() (#736)
  • Add Func canExecute parameter to AsyncCommand & AsyncValueCommand (#782)

Fixed Bugs:

  • Fix culture not persisted to new pages (#749)
  • Fixed naming convention of CaptureModeProperty (#775) BREAKING! Sorry!
  • The UIHoverGestureRecognizer availability starts with iOS 13 (#783)

Housekeeping:

  • Avoid users to create new instances of the LocalizationResourceManager (#770)

Yes! There is a breaking change in there, sorry about that. But it wasn't usable in its current form anyway. As a result of a last-minute rename of a property I (Gerald, blame it on me) forgot to rename the BindableProperty which resulted in a property that couldn't be used for binding. Since it wasn't working right now, chances are small you're actually using it so I decided to incorporate this breaking change in a minor version which normally should never happen.

Enjoy!