Skip to content

4.3.0 - Core Improvements

Compare
Choose a tag to compare
@ME-MarvinE ME-MarvinE released this 13 Jan 20:47
· 178 commits to master since this release
ca9cbe3

General

  • Added 'NavigationView Properties' section to PlaygroundPage property panel in sample apps #92
  • Changed MAUI sample app to use a flyout menu instead of a tab bar #94

Core

  • Added 'TryAdd' and 'TrySubtract' methods to DateTimeExtensions #85 and #87
  • Removed NavigationTimeUnit enum in favour of using System.TimeSpan for calendar navigation #90
  • Removed properties ForwardsNavigationAmount and BackwardsNavigationAmount from Calendar #84
  • Moved method 'NavigateDateTime' in Calendar to DateTimeExtensions and renamed it to 'Navigate' #96
  • Changed 'AddWeeks' method's 'value' parameter to be of type double instead of int in DateTimeExtensions #86
  • Renamed method 'NavigateCalendar' to 'Navigate' in Calendar #97
  • Fixed crash when Calendar tries to show the first ever or last ever week representable by the DateTime struct #88

Forms & MAUI

  • Removed 'EnumToStringConverter' and allowed input and parameter of type 'object' to be passed to 'StringCharLimitConverter' #93

Full Changelog: 4.2.1...4.3.0