4.3.0 - Core Improvements
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 usingSystem.TimeSpan
for calendar navigation #90 - Removed properties
ForwardsNavigationAmount
andBackwardsNavigationAmount
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 ofint
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