Skip to content

feat(Switch,Checkbox,Radio): move restProps to root#9180

Merged
EldarMuhamethanov merged 5 commits intomasterfrom
e.muhamethanov/9043/switch-radio-checkbox-move-rest
Nov 19, 2025
Merged

feat(Switch,Checkbox,Radio): move restProps to root#9180
EldarMuhamethanov merged 5 commits intomasterfrom
e.muhamethanov/9043/switch-radio-checkbox-move-rest

Conversation

@EldarMuhamethanov
Copy link
Contributor

@EldarMuhamethanov EldarMuhamethanov commented Nov 18, 2025


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

Описание

Нужно перенести restProps, из внутреннего инпута в корень компонента. Также некоторые свойства должны остаться для инпута, эти свойства описаны в #9043

Release notes

BREAKING CHANGE

@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner November 18, 2025 08:05
@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

size-limit report 📦

Path Size
JS 423.1 KB (+0.44% 🔺)
JS (gzip) 128.5 KB (+0.31% 🔺)
JS (brotli) 105.18 KB (+0.14% 🔺)
JS import Div (tree shaking) 1.67 KB (0%)
CSS 370.43 KB (0%)
CSS (gzip) 45.83 KB (0%)
CSS (brotli) 36.31 KB (0%)

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

e2e tests

Playwright Report

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

📊 Найдены изменения в собранных файлах: Отчет

Commit b98962e

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

👀 Docs deployed

📦 Package ✅

yarn add @vkontakte/vkui@https://development.s3.prodcloud.vk.team/pull/9180/b98962e57adb79418e1715cca09503573bcf2521/pkg/@vkontakte/vkui/_pkg.tgz

Commit b98962e

@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.03%. Comparing base (103f92c) to head (b98962e).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9180   +/-   ##
=======================================
  Coverage   95.02%   95.03%           
=======================================
  Files         419      420    +1     
  Lines       11183    11190    +7     
  Branches     4210     4212    +2     
=======================================
+ Hits        10627    10634    +7     
  Misses        556      556           
Flag Coverage Δ
unittests 95.03% <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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@inomdzhon inomdzhon left a comment

Choose a reason for hiding this comment

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

🙏 👍

@EldarMuhamethanov EldarMuhamethanov merged commit 6cda663 into master Nov 19, 2025
29 checks passed
@EldarMuhamethanov EldarMuhamethanov deleted the e.muhamethanov/9043/switch-radio-checkbox-move-rest branch November 19, 2025 12:08
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.

[BREAKING CHANGE][restProps]: перенести в корневой элемент у Switch, Radio / RadioInput, Checkbox / CheckboxInput

2 participants