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.23 #420

Merged
merged 29 commits into from
Jan 2, 2018
Merged

0.23 #420

merged 29 commits into from
Jan 2, 2018

Conversation

mattlewis92
Copy link
Owner

@mattlewis92 mattlewis92 commented Dec 27, 2017

Folks can try this out now with:

npm i angular-calendar@beta

Also:
image

Matt Lewis added 10 commits December 27, 2017 21:04
BREAKING CHANGE: angular 5 or higher is now required to use this package

Closes #417
BREAKING CHANGE: the angular date formatter is now used by default to format dates instead of the formatter that requires the Intl polyfill
BREAKING CHANGE: The UMD entry point for the `angular-resizable-element` package has changed from `angular-resizable-element/dist/umd/angular-resizable-element.js` to `angular-resizable-element/bundles/angular-resizable-element.umd.js`. System.js users will need to update their config accordingly.
BREAKING CHANGE: The UMD entry point for the `angular-draggable-droppable` package has changed from `angular-draggable-droppable/dist/umd/angular-draggable-droppable.js` to `angular-draggable-droppable/bundles/angular-draggable-droppable.umd.js`. System.js users will need to update their config accordingly.

Also the dragStart output was renamed to dragPointerDown. Users using a custom template for the root day or week view components will need to adjust their templates accordingly.
BREAKING CHANGE: the umd entry path has changed from `angular-calendar/umd/angular-calendar.js` to `angular-calendar/bundles/angular-calendar.umd.js`. System.js users will need to update their config

Fixes #408
@codecov-io
Copy link

codecov-io commented Dec 27, 2017

Codecov Report

Merging #420 into master will increase coverage by 0.34%.
The diff coverage is 91.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
+ Coverage   96.88%   97.22%   +0.34%     
==========================================
  Files          34       34              
  Lines         578      577       -1     
  Branches       59       58       -1     
==========================================
+ Hits          560      561       +1     
+ Misses          2        1       -1     
+ Partials       16       15       -1
Impacted Files Coverage Δ
src/modules/week/calendar-week.module.ts 100% <ø> (ø) ⬆️
src/modules/common/calendar-tooltip.directive.ts 97.87% <ø> (ø) ⬆️
src/modules/common/calendar-common.module.ts 100% <ø> (ø) ⬆️
.../common/calendar-native-date-formatter.provider.ts 100% <ø> (ø) ⬆️
src/modules/month/calendar-month.module.ts 100% <ø> (ø) ⬆️
src/modules/month/calendar-month-cell.component.ts 100% <ø> (+6.25%) ⬆️
src/modules/day/calendar-day.module.ts 100% <ø> (ø) ⬆️
src/modules/common/calendar-utils.provider.ts 100% <100%> (ø) ⬆️
...common/calendar-angular-date-formatter.provider.ts 100% <100%> (+4.34%) ⬆️
...modules/common/calendar-date-formatter.provider.ts 100% <100%> (ø) ⬆️
... and 5 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 c047495...71e9210. Read the comment docs.

@mattlewis92 mattlewis92 mentioned this pull request Dec 28, 2017
9 tasks
Matt Lewis added 15 commits December 30, 2017 16:12
BREAKING CHANGE: the getWeekView function return signature has changed from an array of event rows to an object with the eventRows property set to the previous arrat value. This should only affect people overriding the CalendarUtils.getWeekView method.
BREAKING CHANGE: for people extending the root week view component, eventRows is now named view.eventRows

Closes #418
BREAKING CHANGE: the event signature of the beforeViewRender output has changed from $event.body to $event.body.hourGrid

Closes #418
@mattlewis92 mattlewis92 merged commit 71e9210 into master Jan 2, 2018
@mattlewis92 mattlewis92 deleted the 0.23 branch January 2, 2018 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants