The wiki has been updated to 4.6.0
General
- Added a way to change the culture of the calendar in playground page of sample apps #182
- Added events to playground page of sample apps
- Added "DayEventCornerRadius", "DayEventsSpacing", and "DayEventsOrientation" to the "DayView" section of the property editor in playground page of sample apps
- Changed target framework of console sample from .NET 7 to .NET 8 #184
- Changed Event Calendar example in sample apps to have events spanning multiple days, and events that don't have an end date
- Changed readme file to include examples from Forms and MAUI sample apps
Core
- Added property
Events
to classCalendar
#183 - Changed interface
ICalendarDay
and classCalendarDay
to take a type parameter indicating the type of events they hold - Changed method "UpdateDays" to be virtual in class
Calendar
Forms & MAUI
- Added properties
Events
,EventCornerRadius
,EventsSpacing
,EventsOrentation
,EventWidthRequest
,EventHeightRequest
,AutoEventsViewVisibility
,EventTemplate
, andEventsTemplate
toDayView
#183 - Added property
DateTime
to "NavigationView"#178 - Changed "CalendarView" and "DaysView" property
Days
type fromIEnumerable<ICalendarDay>
toIEnumerable<object>
(Due to the generics added toICalendarDay
)
MAUI
- Added net8 target in Maui projects to allow unit testing #180 (by @scheidtdav)
New Contributors
- @scheidtdav made their first contribution in #180
Full Changelog: 4.5.5...4.6.0