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(EllipsisText): add title attribute #7681

Merged

Conversation

EldarMuhamethanov
Copy link
Contributor


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

Описание

Необходимо добавить установку аттрибута title для компонента EllipsisText с полным текстом

Изменения

  • Добавил установку аттрибута title для компонента EllipsisText
  • Добавил проп disableNativeTitle для отключения отображения нативного тултипа, на случай, если пользователь захочет добавить отображение настоящего тултипа поверх EllipsisText

Release notes

Улучшения

  • EllipsisText: у компонента был добавлен аттрибут title, который отображает весь текст переданный в компонент. Его также можно отключить передав параметр disableNativeTitle

@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner September 30, 2024 09:04
Copy link
Contributor

github-actions bot commented Sep 30, 2024

size-limit report 📦

Path Size
JS 385.52 KB (+0.03% 🔺)
JS (gzip) 116.65 KB (+0.02% 🔺)
JS (brotli) 95.8 KB (-0.06% 🔽)
JS import Div (tree shaking) 1.46 KB (0%)
CSS 331.47 KB (+0.06% 🔺)
CSS (gzip) 41.55 KB (+0.08% 🔺)
CSS (brotli) 32.96 KB (+0.06% 🔺)

Copy link

codesandbox-ci bot commented Sep 30, 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 30, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Sep 30, 2024

👀 Docs deployed

Commit 308fdda

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.16%. Comparing base (60436ef) to head (308fdda).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7681   +/-   ##
=======================================
  Coverage   95.16%   95.16%           
=======================================
  Files         383      383           
  Lines       11335    11339    +4     
  Branches     3714     3717    +3     
=======================================
+ Hits        10787    10791    +4     
  Misses        548      548           
Flag Coverage Δ
unittests 95.16% <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.

@EldarMuhamethanov EldarMuhamethanov merged commit dcd391a into master Oct 1, 2024
28 checks passed
@EldarMuhamethanov EldarMuhamethanov deleted the e.muhamethanov/7636/add-text-ellipsis-title branch October 1, 2024 10:06
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]: Добавить подсказку для EllipsisText
3 participants