-
Notifications
You must be signed in to change notification settings - Fork 185
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
refactor: migration_v6.md #6238
Conversation
- Добавил блок "Содержание". Для это в Styleguide добавил возможность навигироваться по заголовкам. - Отформатировал текста. - Изменил структуру.
👀 Docs deployed
Commit aa93aad |
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 aa93aad:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6238 +/- ##
=======================================
Coverage 81.14% 81.14%
=======================================
Files 324 324
Lines 10091 10091
Branches 3386 3386
=======================================
Hits 8188 8188
Misses 1903 1903
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Используем `lodash` и `react-children-utilities`. - caused by #6238
#6273) h2. Описание Исправил техдолги: - Удалил `styleguide/utils/thirt-party/`, затащив `lodash` и `react-children-utilities`. В #6238 делал решение в лоб. - В `styleguide/Components/Heading/HeadingRenderer.js` заменил `<Headline level="1" />` на `<Title level="3" />`, чтобы заголовок третьего уровня был более акцентным по сравнению с текстом этого раздела. h2. Изменения - Добавил `tsconfig.json`. Из-за того, что нет `tsconfig.json` в VSCode не работал ESLint. - caused by #4250 - `migration_v6.md` – поправил текст в `Компоненты | Accordion`, чтобы не было дублирования названия компонента. - Поправил уровень заголовков в `ModalRoot`, `Slider` и `Tabs`.
✅ v6.0.0 🎉 |
Описание
Изменения
stylguide/utils/third-party
добавил несколько утилит, которые помогают конвертировать любой текст вkebab-case
. ЗабралkebabCase
изlodash
, аgetTextFromChildren
изreact-children-utils
(скорее копипастнул изpackages/vkui/lib/children
).