diff --git a/3rdpartylicenses.txt b/3rdpartylicenses.txt index c91771ac9..cb62f2945 100644 --- a/3rdpartylicenses.txt +++ b/3rdpartylicenses.txt @@ -318,9 +318,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -angular-calendar -MIT - angular-draggable-droppable MIT The MIT License (MIT) diff --git a/404.html b/404.html index c9bc92e0b..15669071a 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 0c16d2f7c..c61881f2f 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -284,7 +284,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://mattlewis-github.com/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://mattlewis92.github.io/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">