Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 14, 2020
1 parent e9a8a27 commit a23651c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@

v5.0.0-rc
---------

Changes since beta.4:
- breaking API changes:
- renamed `datesDidUpdate` to `datesSet` and added more props to the arg
- for `eventResize` callback arg, renamed `prevEvent` to `oldEvent`
- new API features:
- eventDrop now receives relatedEvents prop
- eventResize now receives relatedEvents prop
- eventReceive now receives relatedEvents prop and a revert function
- eventLeave now receives relatedEvents prop and a revert function
- eventAdd
- eventChange
- eventRemove
- eventsSet
- initialEvents
- Event::toPlainObject, Event::toJSON
- Calendar::addEvent accept `true` for source
- resourceAdd
- resourceChange
- resourceRemove
- resourcesSet
- initialResources
- Resource::setProp
- Resource::setExtendedProp
- Resource::toPlainObject, Resource::toJSON


v5.0.0-beta.4 (2020-05-26)
--------------------------

Expand Down

0 comments on commit a23651c

Please sign in to comment.