Features
- feat: fire
onDateChangewhen view changes — ensures the callback fires on view switches so consumers can re-fetch events for the new visible range (#106) - feat: add
renderHourprop for custom hour formatting in day/week time grids (#109)
Fixes
- fix: move side-effect callbacks out of state updaters in
useCalendarEngine— prevents cascading re-renders caused by callingonDateChange/onViewChangeinsidesetState(#110)
Docs
- docs: add API parity checklist vs FullCalendar