Skip to content

4.6.0 - Events/Appointments

Latest
Compare
Choose a tag to compare
@ME-MarvinE ME-MarvinE released this 10 Mar 23:59
64b25df

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 class Calendar #183
  • Changed interface ICalendarDay and class CalendarDay 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, and EventsTemplate to DayView #183
  • Added property DateTime to "NavigationView"#178
  • Changed "CalendarView" and "DaysView" property Days type from IEnumerable<ICalendarDay> to IEnumerable<object> (Due to the generics added to ICalendarDay)

MAUI

  • Added net8 target in Maui projects to allow unit testing #180 (by @scheidtdav)

New Contributors

Full Changelog: 4.5.5...4.6.0