Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.27 #892

Merged
merged 43 commits into from
Mar 22, 2019
Merged

0.27 #892

merged 43 commits into from
Mar 22, 2019

Conversation

mattlewis92
Copy link
Owner

@mattlewis92 mattlewis92 commented Feb 20, 2019

Try it today with:

npm i angular-calendar@next

Features

  • tooltip: add a configurable tooltip delay (#891) (07aec13), closes #790
  • add sass mixins for easier theming (447aea9), closes #858
  • month-view: add activeDay input to override the active day (864462b), closes #885
  • month-view: add columnHeaderClicked output (2bd5e2b), closes #722
  • week-view: track by a unique row id instead of the index (481eb02)

BREAKING CHANGES

  • all 3 views now have a default white background set. If you were relying on it being transparent before you will need to override with css. To migrate you can add this to your global CSS:
.cal-month-view, .cal-week-view, .cal-day-view {
  background-color: initial;
}
  • If overriding the main week view template, replace
*ngFor="let eventRow of view.allDayEventRows; trackBy:trackByIndex"

with

*ngFor="let eventRow of view.allDayEventRows; trackBy:trackById"

@codecov-io
Copy link

codecov-io commented Feb 20, 2019

Codecov Report

Merging #892 into master will increase coverage by 1.15%.
The diff coverage is 88.37%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #892      +/-   ##
=========================================
+ Coverage   97.05%   98.2%   +1.15%     
=========================================
  Files          38      38              
  Lines         883     837      -46     
  Branches      120      64      -56     
=========================================
- Hits          857     822      -35     
+ Partials       26      15      -11
Impacted Files Coverage Δ
...odules/month/calendar-open-day-events.component.ts 100% <ø> (ø) ⬆️
...odules/week/calendar-week-view-header.component.ts 100% <ø> (ø) ⬆️
...r/src/modules/common/calendar-tooltip.directive.ts 100% <100%> (+4.44%) ⬆️
...src/modules/month/calendar-month-cell.component.ts 100% <100%> (ø) ⬆️
...ules/month/calendar-month-view-header.component.ts 100% <100%> (ø) ⬆️
...c/modules/day/calendar-day-view-event.component.ts 100% <100%> (ø) ⬆️
...modules/week/calendar-week-view-event.component.ts 100% <100%> (ø) ⬆️
...dar/src/modules/day/calendar-day-view.component.ts 99.1% <100%> (+3.17%) ⬆️
...ojects/angular-calendar/src/modules/common/util.ts 95.74% <100%> (-0.56%) ⬇️
...modules/common/calendar-event-actions.component.ts 83.33% <50%> (-16.67%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c45728...dae5c49. Read the comment docs.

@mattlewis92 mattlewis92 merged commit dae5c49 into master Mar 22, 2019
@mattlewis92 mattlewis92 deleted the 0.27 branch August 20, 2019 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants