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

fix(Tooltip): break word in title and description #8101

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

andrey-medvedev-vk
Copy link
Contributor

  • Release notes

Изменения

  • Добавляем перенос строки, если неразрывный текст в Tooltip слишком длинный и не помещается по ширине.
  • Исправляем опечатку в описании свойства.
До После
Screenshot 2024-12-18 at 13 09 23 Screenshot 2024-12-18 at 13 10 00

Release notes

Исправления

  • Tooltip: добавлен перенос на следующую строчку для title и tooltip, если длинное неразрывное слово не помещается в ширину тултипа.

@andrey-medvedev-vk andrey-medvedev-vk added this to the v7.0.1 milestone Dec 18, 2024
@andrey-medvedev-vk andrey-medvedev-vk self-assigned this Dec 18, 2024
@github-actions github-actions bot added the patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча label Dec 18, 2024
Copy link
Contributor

github-actions bot commented Dec 18, 2024

size-limit report 📦

Path Size
JS 389.06 KB (+0.02% 🔺)
JS (gzip) 118.06 KB (+0.01% 🔺)
JS (brotli) 97.17 KB (-0.09% 🔽)
JS import Div (tree shaking) 1.56 KB (0%)
CSS 341.52 KB (+0.03% 🔺)
CSS (gzip) 42.29 KB (+0.03% 🔺)
CSS (brotli) 33.69 KB (+0.05% 🔺)

Copy link

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

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.55%. Comparing base (b5f950e) to head (719c324).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8101   +/-   ##
=======================================
  Coverage   95.55%   95.55%           
=======================================
  Files         398      398           
  Lines       11326    11326           
  Branches     3731     3731           
=======================================
  Hits        10822    10822           
  Misses        504      504           
Flag Coverage Δ
unittests 95.55% <100.00%> (ø)

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.

@andrey-medvedev-vk andrey-medvedev-vk marked this pull request as ready for review December 18, 2024 10:22
@andrey-medvedev-vk andrey-medvedev-vk requested a review from a team as a code owner December 18, 2024 10:22
@andrey-medvedev-vk andrey-medvedev-vk merged commit 5c7e8d9 into master Dec 18, 2024
53 checks passed
@andrey-medvedev-vk andrey-medvedev-vk deleted the mendrew/Tooltip/break-word branch December 18, 2024 11:51
vkcom-publisher pushed a commit that referenced this pull request Dec 18, 2024
Добавляем перенос строки, если неразрывный текст в Tooltip слишком длинный и не помещается по ширине.
@vkcom-publisher
Copy link
Contributor

v7.0.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:tooltip patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча type:bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants