Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 19:50
bf5c0c9

0.2.0 (2026-06-22)

Features

  • add 3days and custom N-day time-grid views (353a9f8)
  • add activeDate to highlight a chosen date over today (78e0a69)
  • add all-day events with a lane above the time grid (fa25f55)
  • add calendarCellStyle for per-date cell/column styling (35a81fc)
  • add eventCellStyle for per-event styling of the default renderer (d7083c2)
  • add hideHours, showWeekNumber and headerComponent slot (5a16af9)
  • add hourComponent slot to customize the hour-axis label (50bffcf)
  • add isRTL prop for right-to-left day-column order (f19f28b)
  • add itemSeparatorComponent for the schedule list (46edf06)
  • add onChangeDateRange to emit the visible date span (c93806d)
  • add onLongPressEvent, onLongPressCell and onLongPressDay handlers (c23c963)
  • add onPressDateHeader and align multi-day headers with the grid (98658dd)
  • add resetPageOnPressCell to recenter the grid after a cell press (3f64c2d)
  • add schedule (agenda) mode (de17f13)
  • add sortedMonthView, moreLabel, showAdjacentMonths, disableMonthEventCellPress (4264168)
  • add swipeEnabled, showSixWeeks, weekNumberPrefix, showVerticalScrollIndicator (4e1198e)
  • add timeslots sub-hour divider lines (ec64fd5)
  • add verticalScrollEnabled to lock the time-grid scroll (98e43fb)
  • add weekEndsOn for week-anchored custom partial-week views (5e53d43)
  • honor ampm and showTime in the built-in event renderer (f800d23)
  • honor per-event disabled (skip presses, dim default renderer) (be8010a)
  • localize weekday and date labels via a date-fns Locale (1332447)
  • render a default month weekday header with renderHeaderForMonthView slot (074814a)

Bug Fixes

  • remount the time-grid on day/week/custom switch to stop the mode-switch flash (06521d4)
  • stop the day/week-switch blank flash by remounting the grid only on first measure (3f29457)

Reverts

  • drop the mode-switch remount key (wrong root cause) (f0d561f)