Skip to content

Commit 585c73e

Browse files
authored
docs(changelog): add migration example
1 parent a59f3e7 commit 585c73e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ All notable changes to this project will be documented in this file. See [standa
2020
### BREAKING CHANGES
2121

2222
* **monthView:** the `dayModifier` input has been replaced with a more powerful `beforeViewRender`
23-
output
23+
output. See [the demo](https://mattlewis92.github.io/angular-calendar/#/before-view-render) for an example of how to migrate your code.
2424
* **dayView:** the `hourSegmentModifier` has been replaced with the `beforeViewRender` output.
2525
* For system.js users only, the UMD path to the `calendar-utils` module has changed from `calendar-utils/dist/umd/calendarUtils.js` to `calendar-utils/dist/umd/calendar-utils.js`
26-
* **weekView:** the `allowDragOutside` option has been removed from the week view as this can be implemented in user land.
27-
28-
Please see this plunker for how to introduce it yourself: http://plnkr.co/edit/5KyUBC0lnfMsYMcVFAR9?p=preview
26+
* **weekView:** the `allowDragOutside` option has been removed from the week view as this can be implemented in user land. Please see this plunker for how to introduce it yourself: http://plnkr.co/edit/5KyUBC0lnfMsYMcVFAR9?p=preview
2927

3028

3129

0 commit comments

Comments
 (0)