Skip to content

feat(layout): add sticky value to position prop#9279

Merged
inomdzhon merged 2 commits intomasterfrom
imirdzhamolov/issue9253/feat/layout-position-sticky
Dec 10, 2025
Merged

feat(layout): add sticky value to position prop#9279
inomdzhon merged 2 commits intomasterfrom
imirdzhamolov/issue9253/feat/layout-position-sticky

Conversation

@inomdzhon
Copy link
Copy Markdown
Contributor


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

Описание

Добавляем поддержку sticky.

Изменения

Заодно поправил ошибку в postcss-layout-classes/index.js

A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.

Не хватало передачи root.source.

Release notes

Улучшения

  • Box, Flex, SimpleGrid: свойство position расширено значением sticky

@inomdzhon inomdzhon requested a review from a team as a code owner December 10, 2025 09:58
@github-actions
Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
JS 425.19 KB (+0.01% 🔺)
JS (gzip) 128.63 KB (+0.01% 🔺)
JS (brotli) 105.07 KB (-0.16% 🔽)
JS import Div (tree shaking) 1.67 KB (0%)
CSS 372.26 KB (+0.02% 🔺)
CSS (gzip) 46.07 KB (+0.04% 🔺)
CSS (brotli) 36.49 KB (+0.05% 🔺)

@github-actions
Copy link
Copy Markdown
Contributor

e2e tests

⚠️ Some screenshots were failed. See Playwright Report.

Playwright Report

@github-actions
Copy link
Copy Markdown
Contributor

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

Commit 4b44830

@github-actions
Copy link
Copy Markdown
Contributor

👀 Docs deployed

📦 Package ✅

yarn add @vkontakte/vkui@https://development.s3.prodcloud.vk.team/pull/9279/4b44830a9fb11f8f72e47ccb979fa1aab301e6f9/pkg/@vkontakte/vkui/_pkg.tgz

Commit 4b44830

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.03%. Comparing base (8d18332) to head (4b44830).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9279   +/-   ##
=======================================
  Coverage   95.03%   95.03%           
=======================================
  Files         416      416           
  Lines       11199    11199           
  Branches     4212     4212           
=======================================
  Hits        10643    10643           
  Misses        556      556           
Flag Coverage Δ
unittests 95.03% <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.

🚀 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 a5d9d13 into master Dec 10, 2025
29 checks passed
@inomdzhon inomdzhon deleted the imirdzhamolov/issue9253/feat/layout-position-sticky branch December 10, 2025 10:57
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][Layout]: Расширить свойство position значением sticky

2 participants