Features
- feat:
weekViewGranularityprop onIlamyResourceCalendar— render the week view as one column per resource for the full week instead of an hour grid ('hourly'default,'daily'opts in) (#113) — Thanks @sebvg!
Fixes
- fix: tooltips now use localized labels (#66) — Thanks @tg-freigmbh!
- fix: sticky header horizontal positioning in hourly
ResourceWeekVerticalno longer drifts during horizontal scroll (#118)
Performance
- perf: bundle size reduced by ~14 KB raw (~2.3%) vs v1.5.2 (#117)
- Removed 4 unused dependencies (
@base-ui/react,@radix-ui/react-tabs,radix-ui,react-day-picker) — ~19 MB install footprint saved - Replaced
react-day-pickerwith a lightweight internalCalendarcomponent - Algorithm-level dedup in event-positioning utilities + calendar engine + context providers
- Removed 4 unused dependencies (
- perf: simplified
ResourceWeekVerticalResourceHeaderand related vertical-week subcomponents (#118)
Internal
- chore: Tailwind upgraded to v4.2.2
- chore: consolidated Claude Code config under
.agents/, added dev-log and TDD hooks (#116)
Full Changelog: v1.5.2...v1.6.0