Skip to content

feat(FixedLayout): deprecate component#9288

Merged
inomdzhon merged 1 commit intomasterfrom
imirdzhamolov/issue2674/deprecate-FixedLayout
Dec 12, 2025
Merged

feat(FixedLayout): deprecate component#9288
inomdzhon merged 1 commit intomasterfrom
imirdzhamolov/issue2674/deprecate-FixedLayout

Conversation

@inomdzhon
Copy link
Contributor

@inomdzhon inomdzhon commented Dec 11, 2025


  • [ ] Unit-тесты
  • [ ] e2e-тесты
  • [ ] Дизайн-ревью
  • Документация фичи
  • Release notes

Release notes

  • FixedLayout: Компонент помечен как @deprecated и будет удалён в v10. Используйте вместо него Box со свойствами position="sticky" и insetBlockStart/insetBlockEnd. Так как элемент с position="sticky" находится в основном потоке документа, при замене <FixedLayout vertical="bottom" /> важно также соблюсти порядок элемента в документе.

    - <FixedLayout>
    + <Box position="sticky" insetBlockStart={0}>
       Content
    - </FixedLayout>
    + </Box>

@inomdzhon inomdzhon requested a review from a team as a code owner December 11, 2025 19:33
@github-actions
Copy link
Contributor

size-limit report 📦

Path Size
JS 425.83 KB (+0.01% 🔺)
JS (gzip) 128.75 KB (+0.01% 🔺)
JS (brotli) 105.46 KB (+0.11% 🔺)
JS import Div (tree shaking) 1.67 KB (0%)
CSS 370.28 KB (0%)
CSS (gzip) 45.9 KB (0%)
CSS (brotli) 36.39 KB (0%)

@github-actions
Copy link
Contributor

e2e tests

Playwright Report

@github-actions
Copy link
Contributor

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

Commit ab3abce

@github-actions
Copy link
Contributor

👀 Docs deployed

📦 Package ✅

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

Commit ab3abce

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.03%. Comparing base (9f19607) to head (ab3abce).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
...es/vkui/src/components/FixedLayout/FixedLayout.tsx 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9288      +/-   ##
==========================================
- Coverage   95.03%   95.03%   -0.01%     
==========================================
  Files         416      416              
  Lines       11208    11211       +3     
  Branches     4216     4217       +1     
==========================================
+ Hits        10652    10654       +2     
- Misses        556      557       +1     
Flag Coverage Δ
unittests 95.03% <66.66%> (-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.

@inomdzhon inomdzhon merged commit 4ce0d6f into master Dec 12, 2025
27 of 29 checks passed
@inomdzhon inomdzhon deleted the imirdzhamolov/issue2674/deprecate-FixedLayout branch December 12, 2025 13: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.

[Deprecated]: Задепрекейтить FixedLayout

2 participants