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(WriteBarIcon): update missing label warning logic #6385

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

mendrew
Copy link
Contributor

@mendrew mendrew commented Jan 16, 2024


  • Unit-тесты

Описание

Предупреждение о том, что у WriteBarIcon отсутствует текстовое описание выводится даже если текстовое описание есть.

В v6 эта проблема решена.

Изменения

  • Поправил проверку пропсов
  • добавил тестов

ВНИМАНИЕ

У PR базовая ветка v5.

@github-actions github-actions bot added patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5 labels Jan 16, 2024
Copy link
Contributor

github-actions bot commented Jan 16, 2024

size-limit report 📦

Path Size
JS 370.57 KB (0%)
JS (gzip) 111.57 KB (0%)
JS (brotli) 90.49 KB (0%)
JS import Div (tree shaking) 2.74 KB (0%)
CSS 285.58 KB (0%)
CSS (gzip) 36.55 KB (0%)
CSS (brotli) 29.09 KB (0%)

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.

Latest deployment of this branch, based on commit a5b406c:

Sandbox Source
VKUI TypeScript Configuration

Copy link
Contributor

e2e tests

Playwright Report

Copy link
Contributor

👀 Docs deployed

Commit a5b406c

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7f1888d) 80.60% compared to head (a5b406c) 80.63%.
Report is 1 commits behind head on v5.

Additional details and impacted files
@@            Coverage Diff             @@
##               v5    #6385      +/-   ##
==========================================
+ Coverage   80.60%   80.63%   +0.02%     
==========================================
  Files         314      314              
  Lines       10796    10796              
  Branches     3364     3364              
==========================================
+ Hits         8702     8705       +3     
+ Misses       2094     2091       -3     
Flag Coverage Δ
unittests 80.63% <100.00%> (+0.02%) ⬆️

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.

@mendrew mendrew removed patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5 labels Jan 16, 2024
@mendrew mendrew marked this pull request as ready for review January 16, 2024 12:23
@mendrew mendrew requested a review from a team as a code owner January 16, 2024 12:23
@github-actions github-actions bot added patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5 labels Jan 16, 2024
@eugpoloz
Copy link
Contributor

@mendrew не забудь майлстоун для патча завести, кажется, сейчас его нет у нас. 😉

@inomdzhon inomdzhon added this to the v5.10.1 milestone Jan 16, 2024
@inomdzhon inomdzhon added patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча and removed patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5 labels Jan 16, 2024
@mendrew mendrew merged commit 1cb5473 into v5 Jan 17, 2024
47 checks passed
@mendrew mendrew deleted the mendrew/fix/6383/WriteBarIcon/a11y-label-warning-logic branch January 17, 2024 08:24
vkcom-publisher pushed a commit that referenced this pull request Jan 17, 2024
Предупреждение о том, что у WriteBarIcon отсутствует текстовое описание выводится даже если текстовое описание есть.

В v6 эта проблема решена чуть иначе.
@inomdzhon inomdzhon added v5 Автоматизация: PR продублируется в ветку v5 and removed v5 Автоматизация: PR продублируется в ветку v5 labels Jan 18, 2024
@inomdzhon inomdzhon removed this from the v5.10.1 milestone Jan 26, 2024
@inomdzhon inomdzhon changed the title fix(WriteBarIcon): [v5] update missing label warning logic fix(WriteBarIcon): update missing label warning logic (v5) Jan 26, 2024
@inomdzhon inomdzhon changed the title fix(WriteBarIcon): update missing label warning logic (v5) fix(WriteBarIcon): update missing label warning logic Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v5][Bug]: WriteBarIcon ворнинг при наличии aria-label
3 participants