Skip to content

v4.1.0 - Breaking changes

Latest
Compare
Choose a tag to compare
@valincius valincius released this 24 Jan 14:37
· 41 commits to main since this release
63e5b50

Changes

  • Config object removed
    • Config values are now parameters on the Scheduler component
    • Rename config value DisableDragging to EnableDragging
    • New config value EnableRescheduling
  • Add support for dragging to move/reschedule an appointment
    • OnReschedule callback added to Appointment
    • See Interactions demo for example