Skip to content
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

feat(CalendarDay): add prop renderDayContent #7518

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

EldarMuhamethanov
Copy link
Contributor

@EldarMuhamethanov EldarMuhamethanov commented Sep 4, 2024


  • Unit-тесты
  • Документация фичи
  • Release notes

Описание

Необходимо добавить возможность отрисовки кастомного контента в ячейке дня календаря

Изменения

Добавлен пропс renderDayContent для отрисовки контента

Release notes

Улучшения

  • Calendar: Добавлен пропс renderDayContent для отрисовки кастомного контента в ячейке дня. Props также был добавлен в CalendarRange, DateInput и DateRangeInput

@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner September 4, 2024 13:14
Copy link
Contributor

github-actions bot commented Sep 4, 2024

size-limit report 📦

Path Size
JS 381.47 KB (+0.11% 🔺)
JS (gzip) 115.42 KB (+0.06% 🔺)
JS (brotli) 94.88 KB (+0.21% 🔺)
JS import Div (tree shaking) 1.45 KB (0%)
CSS 309.28 KB (0%)
CSS (gzip) 39.69 KB (0%)
CSS (brotli) 31.88 KB (0%)

Copy link

codesandbox-ci bot commented Sep 4, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

github-actions bot commented Sep 4, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Sep 4, 2024

👀 Docs deployed

Commit b603a13

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.18%. Comparing base (1155141) to head (b603a13).
Report is 19 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7518   +/-   ##
=======================================
  Coverage   95.18%   95.18%           
=======================================
  Files         384      384           
  Lines       11225    11228    +3     
  Branches     3682     3683    +1     
=======================================
+ Hits        10684    10687    +3     
  Misses        541      541           
Flag Coverage Δ
unittests 95.18% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@inomdzhon inomdzhon merged commit ad82c81 into master Sep 10, 2024
28 checks passed
@inomdzhon inomdzhon deleted the e.muhamethanov/7517/calendar-day-custom-content branch September 10, 2024 09:03
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.

[Feature]: Кастомный контент в ячейках даты
3 participants