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

v1.1.0-pre2: Enabling Nullability and More!

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfversluis jfversluis released this 12 Mar 08:33
· 241 commits to develop since this release
6e6a28f

This pre-release brings some new goodies, more bugfixes and under the hood improvements. Biggest change is enabling nullability! We bit the bullet and made the whole library null proof. We'd love for you to try it out and let us know if you see anything weird because of this and start adapting your own apps as needed. Happy coding!

✨ Added

  • Enum to boolean converter (#925)
  • Add VSM to ValidationBehavior (#955)
  • Add Scale support for SideMenuView (#1011)
  • Enable Nullable (#1009) ❗
  • Add SetFocusOnEntryCompleted (#841)

🐛 Fixes

  • For WPF, Use Cross-Platform Implementation for BaseCommand.IsMainThread and BaseCommand.BeginInvokeOnMainThread (#965)
  • Fix Java.Lang.NoSuchMethodError in TouchEffect (#971)
  • Add null-check to prevent NRE on MediaElement for iOS (#982)
  • View is stuck in pressed state when fast click (if PressedAnimationDuration is set) (#975)
  • Fix LocalizedString gets unsubscribed while still in use (#987)
  • Avoid ImageButtonRenderer ObjectDisposedException on Android (#996)
  • [iOS] Fix missing binding context for popup view (#1003)
  • Fix AvatarView UriImageSource Stream closed exception (#1052 & #1042)

🏡 Housekeeping

  • Refactoring: Remove redundant logic from "Not" converters (#935)
  • Fix Singleton Pattern for LocalizationResourceManager (#919)

We could not have done this release without you, so thank you: @maxkoshevoi, @geskill, @Cfun1, @WebDucer and @jmegner

And of course our awesome dedicated team members: @AndreiMisiukevich, @jsuarezruiz, @pictos, @sthewissen, @brminnick and... me 🤓