Skip to content

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 12:57
· 343 commits to master since this release

8.0.0 (2023-09-15)

⚠ BREAKING CHANGES

  • sortByStartTime has been removed
  • sortBy has been added the options are:
    • start to sort by event start time
    • milestone to sort by events either starting or finishing soonest
    • none to leave in the default order
  • allDayBottom moves all day events to the bottom of the view

Features

  • Added milestone sorting (381b9fd)

Bug Fixes

  • calendar view currentDay becomes distorted (df5a86f)