You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,10 @@ All notable changes to this project will be documented in this file. See [standa
20
20
### BREAKING CHANGES
21
21
22
22
***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.
24
24
***dayView:** the `hourSegmentModifier` has been replaced with the `beforeViewRender` output.
25
25
* 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
0 commit comments