tech(css modules): deprecate getPlatformClassName()#4315
Conversation
|
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 f913656:
|
👀 Styleguide deployedSee the styleguide for this PR at https://vkcom.github.io/VKUI/pull/4315/ |
size-limit report 📦
|
packages/vkui/src/components/PanelHeaderContent/PanelHeaderContent.tsx
Outdated
Show resolved
Hide resolved
Remove notes about getPlatformClassName() in docs: * styleguide/pages/mirgration_v5.md * styleguide/pages/utils.md * docs/TESTING.md
1d295e0 to
f913656
Compare
Codecov ReportBase: 69.53% // Head: 69.46% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #4315 +/- ##
==========================================
- Coverage 69.53% 69.46% -0.07%
==========================================
Files 375 375
Lines 8051 8053 +2
Branches 2839 2848 +9
==========================================
- Hits 5598 5594 -4
- Misses 2453 2459 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
❌ PatchНе удалось автоматически применить исправление на стабильной ветке.
Чтобы исправление попало в стабильную ветку, выполните следующие действия:
git stash # опционально
git fetch origin 5.2-stable
git checkout -b patch/pr4315 origin/5.2-stable
git cherry-pick f9136566fb05af7bb08d7204a30988d305fa7777
git push --set-upstream origin patch/pr4315
gh pr create --base 5.2-stable --title "patch: pr4315" --body "- patch #4315" |
getPlatformClassName()#4272