github kcsujeet/ilamy-calendar v1.1.0
ilamy Calendar v1.1.0

latest releases: v1.6.3, v1.6.2, v1.6.1...
5 months ago

✨ Features

  • Add renderEventForm prop for custom event form support (#24)
  • Add businessHours prop for restricting calendar interactions (#23)
  • Add timeFormat prop to configure 12-hour or 24-hour time display (#25) - Thanks @git-ari!

💥 Breaking Changes

  • BREAKING: onCellClick callback signature changed from (start, end) => void to (info: CellClickInfo) => void. The new CellClickInfo type includes { start, end, resourceId } for better extensibility and resource calendar support.
  • BREAKING: openEventForm now accepts Partial<CalendarEvent> as argument instead of just a date string, enabling pre-populated event form fields.
  • BREAKING: ResourceCalendarEvent type has been removed. CalendarEvent now includes resourceId and resourceIds properties directly.

🐛 Bug Fixes


Full Changelog: v1.0.2...v1.1.0

Don't miss a new ilamy-calendar release

NewReleases is sending notifications on new releases.