diff --git a/404.html b/404.html index b602c13fa..29b00df55 100644 --- a/404.html +++ b/404.html @@ -33,6 +33,6 @@ - + \ No newline at end of file diff --git a/docs/changelog.html b/docs/changelog.html index 91b13795f..e76c8f87d 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -279,7 +279,7 @@

⚠ BREAKING CHANGES

The week view now has a border top applied to the top of the component container, rather than the top of the day headers container.

The getDayView and getDayViewHourGrid functions have been removed from the CalendarUtils service.

The following interfaces from calendar-utils were renamed: DayViewHourSegment -> WeekViewHourSegment, DayViewHour -> WeekViewHour, DayViewEvent -> WeekViewTimeEvent

-

The day view scheduler demo is now based off the week view instead, please check the updated demo code for how to migrate: https://mattlewis92.github.io/angular-calendar/#/day-view-scheduler

+

The day view scheduler demo is now based off the week view instead, please check the updated demo code for how to migrate: https://mattlewis-github.com/angular-calendar/#/day-view-scheduler

If using a custom template for the hourSegmentTemplate, you must pass let-isTimeLabel="isTimeLabel" as a local variable and then change <div class="cal-time"> to <div class="cal-time" *ngIf="isTimeLabel">