12 July 2026
Features
- feat: add the
onMoreEventsClickprop — 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, andsetView(view, date?)accepts an optional target date (#233) — Closes#231 - fix:
onDateChangepayloads are computed from the latest navigation state, so navigation calls sequenced in one handler (selectDatethensetView, or repeatednextPeriod) always emit the final date and range (#234)