-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for calendar event indicator. #5002
Conversation
Thanks for the PR! 🎉 We've deployed an automatic preview for this PR - you can see your changes here:
Note The build needs to finish before your changes are deployed. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ore into dbatiste/calendar-events
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@@ -40,11 +40,26 @@ function getCalendarData() { | |||
return calendarData; | |||
} | |||
|
|||
function getInitialFocusDate(selectedValue, minValue, maxValue) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This logic just got factored out of the component class so that it could be called from getMinMaxDatesInView
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
🎉 This PR is included in version 3.45.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
GAUD-6911
This PR adds support for event indicators in
d2l-calendar
.d2l-calendar
to display event indicatorgetMinMaxDatesInView
for calendar that consumers can use to fetch initial events