feat: recurrence, calendar popover, drill-down nav, virtual scroll (0… - #2
Merged
Conversation
….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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
….2.0)
Add recurrence expansion plus navigation and scrolling features. Backward compatible, still zero hard runtime deps.
Fixes:
Bumps @datelane/core to 0.2.0; updates CHANGELOG, README, demo docs/playground.