✨ Features
- Add
renderEventFormprop for custom event form support (#24) - Add
businessHoursprop for restricting calendar interactions (#23) - Add
timeFormatprop to configure 12-hour or 24-hour time display (#25) - Thanks @git-ari!
💥 Breaking Changes
- BREAKING:
onCellClickcallback signature changed from(start, end) => voidto(info: CellClickInfo) => void. The newCellClickInfotype includes{ start, end, resourceId }for better extensibility and resource calendar support. - BREAKING:
openEventFormnow acceptsPartial<CalendarEvent>as argument instead of just a date string, enabling pre-populated event form fields. - BREAKING:
ResourceCalendarEventtype has been removed.CalendarEventnow includesresourceIdandresourceIdsproperties directly.
🐛 Bug Fixes
- Fix: resolve stale current date issue (#22) - Thanks @WhiteLady1!
Full Changelog: v1.0.2...v1.1.0