Skip to content

v2.0.1

Latest

Choose a tag to compare

@kcsujeet kcsujeet released this 12 Jul 17:51

12 July 2026

Features
  • feat: add the onMoreEventsClick prop — clicking the "+N more" overflow indicator hands the cell's day and full event list to your callback instead of opening the built-in all-events dialog (#230) — Thanks @sangeetha-armtek!
Fixes
  • fix: clicking a day in the year view opened an empty day view for consumers loading events via onDateChange — date and view now change atomically, and setView(view, date?) accepts an optional target date (#233) — Closes #231
  • fix: onDateChange payloads are computed from the latest navigation state, so navigation calls sequenced in one handler (selectDate then setView, or repeated nextPeriod) always emit the final date and range (#234)