Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 02:22
· 207 commits to main since this release

1.1.0 (2026-02-10)

Bug Fixes

  • calendar: correct event width calculation and styling for multi-day events (e38f00a)
  • ensure consistent date comparison by using start of day (5bab11b)
  • extract header into separate component (d32e99f)
  • remove the registry-url in the setup node.js step (05ecf99)
  • update repository url for semantic-release (bbf5d9a)
  • updating the package-lock file (55e0c18)

Features

  • add maxEvents prop to limit displayed events per day (864ba96)
  • add onEventClick and onMoreClick callbacks (90b4d82)
  • add optional color property to calendar events (de976db)
  • add spacer handling and improve event limit logic (9160689)
  • add theme support for calendar date styling (38a199b)
  • calculate maxEvents dynamically based on calendar height (ae3e7ad)
  • calendar: implement week-based event layout with proper spacing (550fa51)
  • calendar: improve event rendering across week boundaries (93dac33)
  • calendar: support date range events with visual rendering (437c197)
  • enable event item click to select specific date (cfb43cc)
  • EventPopover: add popover for hidden events (117197f)
  • EventPopover: correct popover event styling and date color logic (6fc5662)
  • make calendar responsive using resize observer (a01af33)