4.5.2 - Localisation
General
- Updated the roadmap in the wiki
- Added info on how to localise the Calendar/CalendarView in the Displaying Dates page of the wiki.
Core
- Changed "DateTimeExtensions" to use
CultureInfo.CurrentCulture
instead ofCultureInfo.CurrentUICulture
for default optional parameters #160 - Changed "Calendar" to use
CultureInfo.CurrentCulture
instead ofCultureInfo.CurrentUICulture
for defaultStartOfWeek
value #160
Forms & MAUI
- Added localisation for days of week by #158 (by @migueBarrera)
- Added LocalizeDayOfWeekAndCharLimitConverter #158 (by @migueBarrera)
- Renamed "CalendarView" and "NavigationView" properties
BackwardsArrowCommand
,BackwardsArrowCommandParameter
andForwardsArrowCommand
,ForwardsArrowCommandParameter
toLeftArrowCommand
,LeftArrowCommandParameter
andRightArrowCommand
,RightArrowCommandParameter
#150
New Contributors
- @migueBarrera made their first contribution in #156
Full Changelog: 4.5.1...4.5.2