Skip to content

feat: recurrence, calendar popover, drill-down nav, virtual scroll (0… - #2

Merged
devendramilmile121 merged 1 commit into
mainfrom
release/0.2.0
Jun 21, 2026
Merged

feat: recurrence, calendar popover, drill-down nav, virtual scroll (0…#2
devendramilmile121 merged 1 commit into
mainfrom
release/0.2.0

Conversation

@devendramilmile121

Copy link
Copy Markdown
Owner

….2.0)

Add recurrence expansion plus navigation and scrolling features. Backward compatible, still zero hard runtime deps.

  • Recurrence: built-in RFC 5545 RRULE subset (FREQ/INTERVAL/COUNT/UNTIL/ BYDAY/BYMONTHDAY) + EXDATE, expanded for the visible range only. New FieldMap.recurrenceExceptions; occurrences carry seriesId + recurrenceId and emit scope: 'occurrence' on CRUD. New DateAdapter.fromParts() across Native/Luxon/Moment.
  • Calendar popover: keyboard-navigable date-jump picker on the header label.
  • Drill-down: timeline Day/Week/WorkWeek headers -> Agenda; Month/Year -> Day.
  • Virtual scrolling: allowVirtualScrolling via CSS content-visibility.
  • Quick-view now opens centered in the scheduler (was pointer-anchored).

Fixes:

  • Timeline composite track key (recurring series no longer collides keys).
  • Long open-ended DAILY/WEEKLY series fast-forward to the window instead of exhausting the iteration cap.
  • exports map now exposes ./styles/* so package-name SCSS imports resolve; docs aligned to @use '@datelane/core/styles/scheduler'.

Bumps @datelane/core to 0.2.0; updates CHANGELOG, README, demo docs/playground.

….2.0)

Add recurrence expansion plus navigation and scrolling features. Backward
compatible, still zero hard runtime deps.

- Recurrence: built-in RFC 5545 RRULE subset (FREQ/INTERVAL/COUNT/UNTIL/
  BYDAY/BYMONTHDAY) + EXDATE, expanded for the visible range only. New
  FieldMap.recurrenceExceptions; occurrences carry seriesId + recurrenceId
  and emit scope: 'occurrence' on CRUD. New DateAdapter.fromParts() across
  Native/Luxon/Moment.
- Calendar popover: keyboard-navigable date-jump picker on the header label.
- Drill-down: timeline Day/Week/WorkWeek headers -> Agenda; Month/Year -> Day.
- Virtual scrolling: allowVirtualScrolling via CSS content-visibility.
- Quick-view now opens centered in the scheduler (was pointer-anchored).

Fixes:
- Timeline composite track key (recurring series no longer collides keys).
- Long open-ended DAILY/WEEKLY series fast-forward to the window instead of
  exhausting the iteration cap.
- exports map now exposes ./styles/* so package-name SCSS imports resolve;
  docs aligned to @use '@datelane/core/styles/scheduler'.

Bumps @datelane/core to 0.2.0; updates CHANGELOG, README, demo docs/playground.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@devendramilmile121 devendramilmile121 self-assigned this Jun 21, 2026
@devendramilmile121
devendramilmile121 merged commit 2a4a113 into main Jun 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant