github kcsujeet/ilamy-calendar v1.7.0

2 hours ago

18 May 2026

Features
  • feat: scrollTime prop on IlamyCalendar and IlamyResourceCalendar — sets the initial scroll position for hour-resolution views (day, week, resource day, resource week, both orientations). Accepts "HH:mm" or "HH:mm:ss", minutes floored to the hour. Independent of businessHours. Requires a fixed calendar height. (#136) — Closes #132
  • feat: slotDuration prop on IlamyCalendar and IlamyResourceCalendar — controls time-grid granularity in minutes (15 | 30 | 60). Default 60 shows one row per hour with no sub-hour lines; 30 shows two; 15 shows four with dashed separators. Note: flips the day view and resource-day-vertical visual defaults from 15-minute to hour-only slots. Consumers wanting the prior look should pass slotDuration={15}. (#140) — Closes #138
  • feat: render the "now" line in horizontal resource hour grids. Previously the current-time indicator only appeared in vertical day/week grids. Adds an optional axis: 'vertical' | 'horizontal' field to RenderCurrentTimeIndicatorProps so custom-render callbacks can branch on layout. (#122) — Thanks @sumanthneerumalla! — Closes #121
Fixes
  • fix: truncate long labels in narrow calendar cells (AllDayCell, week-view corner "Week", resource header "Resources") so locale translations like "Ganztägig" no longer break the layout. CSS-only. (#137) — Closes #133
  • fix: demo page no longer churns the GPU when idle (#127) — Thanks @maxdelorme!

Don't miss a new ilamy-calendar release

NewReleases is sending notifications on new releases.